search for: _9zxxxxxx

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

Did you mean: _9nxxxxxx
2007 Dec 26
2
Two lines for outgoing calls
...6.2 with Zaptel 1.4.7 on Debian with kernel 2.6.18. I 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...
2007 Jan 29
3
Pickup() ringing extension and call waiting
.../somebody1|20|tTrR) exten => 201,1,Dial(SIP/somebody2|20|tTrR) exten => 202,1,Dial(SIP/somebody3|20|tTrR) exten => _8.,1,Pickup(${EXTEN:1}) [outbound-local] ignorepat => 9 exten => _9XXX,1,Dial(Zap/g1/${EXTEN:1}|60|tT) exten => _9XXXXX,1,Dial(Zap/g1/${EXTEN:1}|60|tT) exten => _9ZXXXXXX,1,Dial(Zap/g1/${EXTEN:1}|60|tT) When there is incoming call and extension 200 rings, I press 8200 to pickup a call and I get disconnected. here is debug from asterisk CLI: ? ?-- Starting simple switch on 'Zap/3-1' ? ?-- Executing Dial("Zap/3-1", "SIP/somebody1|60|tTrR&...