PopUp on Connect
I have the Popup working for Agents when they are connected to a call.
I am trying to figure out why I am not able to see the #{EXTEN} or #{HOLDTIME} variables.
My Popup URL is
My Output is for $_GET variables is
Can anyone provide me what Debug level i should use and what to search for so i can see what variables are available to be sent to the POPup
~ron
I am trying to figure out why I am not able to see the #{EXTEN} or #{HOLDTIME} variables.
My Popup URL is
http://myserver/popup.php?callerid=#{CLIDNUM}&callername=#{CLIDNAME}&UNIQUEID=#{UNIQUEID}&QUEUE=#{FROMQUEUE}&AGENT=#{EXTEN}&HOLD=#{HOLDTIME}
My Output is for $_GET variables is
Array
(
[callerid] => 18885551212
[callername] => Nurse:Walton
[UNIQUEID] => 1479501189.1594
[QUEUE] => Nurse 302
[AGENT] => undefined
[HOLD] => undefined
)
Can anyone provide me what Debug level i should use and what to search for so i can see what variables are available to be sent to the POPup
~ron
Comments
I have Found AgentConnect, but I suspect that there are other blocks.
~ron