@Summer wrote:
It is possible to call external extension for this single SIP extension (250) in the from-internal context while it is in conversation?
i.e. 250 dial 255, they're is in conversation, now 255 press 5, exten 9999999 should be dialed in backgound while conversation is still in progress with 250.
I don't know what is best: directly edit the extension.sip, are there web interface option?
1) create an IVR ?
2) change the from-internal context?[250specialcontext] exten => s,n(BUSY),NoOp(BUSY) exten => s,n,WaitExten() exten => 1,1,Playback(digits/5) exten => s,n,Dial(SIP/9999999) exten => s,n,Hangup
The problem is how can I enable it only for active call with 250 exten?
Posts: 1
Participants: 1