Displaying 1 result from an estimated 1 matches for "_123x".
Did you mean:
_1234
2005 Oct 18
1
select codec based on extension
...ections are made in IAX, the client and first server allows
711 and 729
the other server only allows 729 since it has low bandwidth at disposal
all the numbers but a few are routed to a digium card in the first
server, the others are routed to the other server, this way :
[default]
exten => _123X.,1,Dial(IAX2/otherserver/${EXTEN})
exten => _123X.,2,Hangup
exten => _X.,1,Dial(Zap/g1/${EXTEN})
exten => _X.,2,Hangup
when I call 123456 from the client box ...
on the client :
Call accepted by asterisk server (format alaw)
on the server :
Call accepted by other asterisk server (forma...