Displaying 3 results from an estimated 3 matches for "_24xx".
Did you mean:
24xx
2005 Feb 03
3
IAX dns lookups
Hi all
Do any of you know i can force asterisk to lookup ip
addresses for peers and
trunks everytime it tries to make a call.
One of the peers has a dynamic ip and is using DynDNS
to register host. Now
i need to reload asterisk everytime i want to call it
thanks
liaan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
2005 Jul 19
0
Timing out issue whenusing AGI
I have the below script that works but for one problem. The call
cannot last longer then 4 minutes when the script is utilized.
However, when I configure my extension.conf to not call the script the
call will stay up until I hang-up.
I call the script as follows:
exten => _24XX,1,AGI(internal.agi|${EXTEN})
exten => _24XX,2,hangup
A brief description of the script is that it allows my asterisk server
to route calls to two different PBXs.
It does not matter which PBX the call is sent to, it will always
hang-up after 4 minutes when using the script.
Any suggestions on w...
2005 Feb 21
1
IAX channel unable to create
...:4435@192.168.2.232/2000@home)
My box B iax.conf
[general]
port=5036
bindport=5036
bandwidth=low
allow=ulaw
disallow=lpc10
tos=lowdelay
[master]
type=friend
secret=4435
context=home
defaultip=192.168.1.2
qualify=yes
My Box B extension.conf
[home]
exten => _24xx,1,Dial(IAX2/slave:4435@192.168.1.2/${EXTEN}@voice-mail)
Thanks in advance
Kurt