Displaying 2 results from an estimated 2 matches for "_9zxxxxxxx".
Did you mean:
_9xxxxxxx
2007 Dec 26
2
Two lines for outgoing calls
...have two analog lines Zap/1 and Zap/2 as group 1 in zapata.conf. I'm
using below context for dialing out.
[outbound-local]
exten => _9XXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9XXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9ZXXXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9ZXXXXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _90900XXXXX,1,Dial(Zap/g1/${EXTEN:1},30m,tTr)
When Zap/1 is busy and I try to call, it will use Zap/2 which is fine
but there is something wrong cause I hear one ring and then a weird
sound like a noise or something and then hangup. I have to reload zap...
2011 Oct 31
1
Calls from PSTN on SPA3102
...OK,
the problem is when I receive a call from the PSTN, on the out caller
phone there is a demo playback. I want to redirect the call to a
internal SIP phone.
This is the extensions.conf:
[spa]
include => saliente_pstn
include => entradas_pstn
include => sips
[saliente_pstn]
exten => _9ZXXXXXXX,1,Dial(SIP/${EXTEN}@pstn,60,)
exten => _9ZXXXXXXX,n,Hangup
[entradas_pstn]
exten => s,1,Dial(SIP/103,20,tm)
exten => s,2,VoiceMail(103)
exten => s,3,Hangup
[sips]
exten => 100,1,Dial(SIP/100,20,Ttm) ; extensi?n 100
exten => 100,2,Voicemail(100)
exten => 100,3,Hangup
exten =&g...