Displaying 1 result from an estimated 1 matches for "_801xxx".
Did you mean:
_1xxx
2004 Aug 27
1
IAX2 --> IAX2 confusion, it doesn't work...
...--------------
[asterisk]
type=peer
context=internal
secret=lilbuddy
host=dynamic
----------------------------------------------------------------
dual+servers then goes into an example that I cannot comprehend:
----------------------------------------------------------------
[default]
exten => _801XXX,1,Goto,left|${EXTEN}|1
exten => _802XXX,1,Goto,right|${EXTEN}|1
[left]
exten => _801XXX,1,StripMSD,3
exten => _XXX,2,Goto,1
switch => IAX/left
[right]
exten => _802XXX,1,StripMSD,3
exten => _XXX,2,Goto,1
switch => IAX/left
----------------------------------------------------...