CRM URL POPUP VARIABLE

Hi Vitalpbx Team,

My CRM popup URL is set as below example

URL Preview:

 https://demo.example.com/popup.php?calltype={call_type}&callername={caller_name}&callernumber={caller_number}&calleename={callee_name}&calleenumber={callee_number}&queue={queue}

My question is:

What variable value do you take from asterisk dialplan to replace

caller_name,caller_number,callee_name,callee_number & queue?

The next question is:

How do I add “UNIQUEID” to the Popup URL?

Is it possible this way?

https://demo.example.com/popup.php?calltype={call_type}&callername={caller_name}&callernumber={caller_number}&calleename={callee_name}&calleenumber={callee_number}&uniqueid={UNIQUEID}

If you can’t, how can you do it?

Thanks

1 Like

Hello Sir,

Currently, only the variables that appear in the CRM URL setting are taken from the call.

We will discuss with the team the possibility of adding more variables and/or dynamic variables.

Regards,

Thanks update sir, im sure Vitalpbx can dinamic variable popup

As ref and may be help your team

you can get any Channel variable you might have in Asterisk. This is very powerful, but requires configuration for such variables in your own dialplan if they are not set by default by Asterisk. Also, you must configure the Asterisk Manager to broadcast the variables you are interested in by adding an entry in /etc/asterisk/manager.conf, for example:

[general]
channelvars=FROM_DID

This example will broadcast the FROM_DID variable (that is set by ipbx based system to list the DID number that was dialed), so you can use the #{FROM_DID} variable in Popup URLs.

1 Like

Thank you very much for your suggestion!

We will analyze it with the team,

Regards,

1 Like

Hi @maynor

Does your team have any new updates on this request?

Thanks
Tien

1 Like

Supporting this request

1 Like

Hello!

At the moment, we don’t have an update regarding this feature request. We’ve been prioritizing other features such as the SMS and WhatsApp module.

We will revisit this feature request with the team.

Regards!