Displaying 1 result from an estimated 1 matches for "agent_xfer".
2007 Feb 01
1
Dial option G - Passing parameters?
...ike to pass a few
variables to the called side for some call control. Here's a synopsis
of what I'm doing:
Make outbound call w/ AMI Originate action.
Called party answers ("Customer")
Customer identifies himself, and now I use Dial w/ the G option:
Dial(Zap/g9/${agentext}|60|mG(Agent_Xfer^s^1)
Customer hears MOH while the Dial app gets the "agent" on the line
My destination context looks like this:
[Agent_Xfer]
exten => s,1(Customer),Meetme({$ConfRoom}|qM)
exten => s,2(Agent),Macro(Connect_to_agent,${Customerid},${ConfRoom})
Customerid and ConfRoom are channel vari...