search for: qualifyfreqok

Displaying 4 results from an estimated 4 matches for "qualifyfreqok".

Did you mean: qualifyfreq
2012 Jun 12
1
IAX2 Registered OK without IP
This has come up before on the list and archives but I don't seem to find a solution for this. On just a few nodes we have this situation where we see the IP disappear from the CLI iax2 show peers list but the status shows OK: 3012/3012 (Unspecified) (D) 255.255.255.255 0 OK (89 ms) How can the status be OK a few milliseconds ago and have no IP ?? The strange thing is
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
...paddr,port,defaultip,sourceaddress,mask,regexten,regseconds,accountcode,mohinterpret,mohsuggest,inkeys,outkey,language,callerid,cid_number,sendani,fullname,trunk,auth,maxauthreq,requirecalltoken,encryption,transfer,jitterbuffer,forcejitterbuffer,disallow,allow,codecpriority,qualify,qualifysmoothing,qualifyfreqok,qualifyfreqnotok,timezone,adsi,amaflags,setvar) VALUES ('admin.my.domain','friend','100','admin at my.domain','123','','default','','dynamic','10.0.100.56','26564','','','','',...
2013 Aug 21
1
IAX qualify timers
Hi, I think I encountered a bug in the qualify timers for IAX on asterisk 1.8 but I'd like to check if I'm not messing up in my config somewhere before reporting a bug. In my IAX peer configuration I have this: [remote-host] type=friend host=172.16.6.45 username=remote-host secret=test notransfer=yes qualify=16000 qualifyfreqnotok=30000 disallow=all allow=alaw allow=ulaw allow=ilbc
2006 May 01
1
Using frequent keepalives to eliminate need forNAT port forwarding?
Qualify=yes will send a SIP OPTIONS periodically and keep the NAT open, if you use 1 to 1 NAT (versus PAT where it is "many to one NAT") it will work because port 5060 on the private address will still be port 5060 on the public address. With PAT the port could be anything over 1024, but usually much higher, and the originator will send to port 5060, which your NAT router will drop.