Displaying 1 result from an estimated 1 matches for "zap_outgoing".
Did you mean:
max_outgoing
2004 May 18
1
How can I dial (0 + telephone number)
I connect Asterisk to my analog PBX using X100P. In my analog PBX, I need to dial 0 (zero) to pick up the line.
How can I use Dial command to dial (0 + telephone number) directly?
I used
exten => 10,1,Answer()
exten => 10,2,Dial(Zap/1/0)
exten => 10,3,Hangup
It works, but I need to dial 10 and after the ring tone, the telephone number
How can I do?