search for: iaxdev

Displaying 2 results from an estimated 2 matches for "iaxdev".

Did you mean: aixdev
2006 Dec 15
2
Trying to forward calls by using the Callee's context as the forward dial context
...to numbers they could normally call ; We'll have to somehow get their dialing contexts from the channel conf files. exten => s,n(Forward),NoOp() exten => s,n,GotoIf($["${Protocol}" = "SIP"]?SIPDev) exten => s,n,GotoIf($["${Protocol}" = "IAX2"]?IAXDev) exten => s,n,Goto(ZapDev) ;ok, they are an IAX device so use IAXPEER exten => s,n(IAXDev),Set(CalledUsersContext=${IAXPEER(${Phone}:context)}) exten => s,n,Goto(dial_time) ;ok, they are an SIP device so use SIPPEER exten => s,n(SIPDev),Set(CalledUsersContext=${SIPPEER(${Phone}:cont...
2006 May 29
4
app_conference DTMFs?
We need to conference together a call center agent, a customer and a third party IVR and send DTMF tones from the agent to the IVR. MeetMe has been eating our DTMFs so we'd like to try app_conference. Has anybody setup such a configuration in app_conference and how did you configure it? -HJC