Displaying 3 results from an estimated 3 matches for "minregexpir".
Did you mean:
minregexpire
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
...: is it from iax accounts loaded from
the database, or the new account 444 ???
Below are the conf files and verbose output.
Thank you very much for your help :)
---------
- iax.conf
---------
[general]
bindport=4569
delayreject=yes
language=fr
autokill = yes
calltokenoptional = 0.0.0.0/0.0.0.0
minregexpire = 60
maxregexpire = 500
mohsuggest=default
careinvite=no
rtcachefriends=yes
[444]
type=friend
host=dynamic
context=special
secret=iop
---------
- extconfig.conf:
---------
[general]
[settings]
iaxusers => mysql,asterisk,iaxfriends
iaxpeers => mysql,asterisk,iaxfriends
voicemail => my...
2006 Feb 06
1
IAX registration expiration
I can't seem to change the default registration for IAX clients:
Feb 6 12:22:52 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'virbiage' to 60 seconds (requested 3600)
Feb 6 12:23:03 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'test1' to 60 seconds (requested 1200)
Can this be controlled on a
2006 Nov 22
0
iax2 - wildiax phone & myself puzzled
...on asterisk,
however, I cannot get it working.
What am I missing? Please help!! I'm going crazy...
Here's my config:
iax.conf:
[general]
bindport=4569
bindaddr=dynamic
nochecksums=yes
delayreject=yes
language=it
bandwidth=high
disallow=all
allow=alaw
jitterbuffer=no
forcejitterbuffer=no
minregexpire=300
maxregexpire=600
tos=lowdelay
autokill=yes
[support]
type=friend
auth=plaintext,md5
username=support
secret=support
host=dynamic
qualify=no
context=incoming-iax
extensions.conf (excerpt):
...
[incoming-iax]
exten => 1,1,Playback(congratulations-its-working)
exten => 1,2,Hangup()
......