Displaying 2 results from an estimated 2 matches for "onexten".
Did you mean:
nexten
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
...${agent} is agent number.
Context agentdial looks like this
[agentdial]
; Local/${agent}@agentdial are dynamic queue members, they are added to
the queue
exten => _XX.,1,Noop(Agent to dial is ${EXTEN})
exten => _XX.,n,Set(agent=${EXTEN})
exten => _XX.,n,Set(ExtToDial=${DB(AGENT/${agent}/onExten)})
exten => _XX.,n,Macro(callagent,${LDP${ExtToDial}},e${ExtToDial})
LDP${ExtToDial} is global variable where Tech/peer is stored (for
example SIP/102)
callagent is macro which dials phone where agent is. The shortened
version of this macro is:
[macro-callagent]
;ARG1 - What device to dial (de...
2007 Jun 18
3
How to config SIP blind transfer in extension.conf
I want to setup a blind transer for auto forwarding to SIP peer.
I have context forwarding looks like this in extension.conf
[forwarding]
...
exten => 511,1,Dial(SIP/sip_proxy-out)
...
This will do the re-invite, which is attendance transfer maybe.
But I want a blind transfer by REFER method. How can I do that?
I know that the transfer() function may be able to do that. But I don't
know