[asterisk-users] IAX Call token revisited

Kevin P. Fleming kpfleming at digium.com
Tue Mar 22 06:38:38 CDT 2011


On 03/21/2011 06:49 PM, Dan Austin wrote:
> I just finished a fresh install of 1.8.3.2 at home using the packages
>
> Digium hosts.
>
> After correcting a number of typo/config’o error that had crept in
>
> over the years, I thought I had everything working.
>
> My wife just complained that she cannot call her mother (who is using an
>
> old IAX hardphone I left for her).
>
> After turning up the logging level I see-
>
> chan_iax2.c: Call rejected, CallToken Support required
>
> Which google cays can be fixed with:
>
> [general]
>
> calltokenoptional=0.0.0.0/0.0.0.0
>
> maxcallnumbers=16384
>
> or
>
> [peer]
>
> requirecalltoken=no (or auto)
>
> Either set of changes does suppress the error, but the remote device still
>
> fails to register. No other errors/warnings are present.

If there aren't any errors or warnings appearing, then you must not have 
the logging verbosity set high enough. Ensure that you've used 'core set 
verbose 10' and 'core set debug 10', and that your 'console' channel in 
logger.conf has all the logger levels enabled. If you still don't see 
what you are looking for, use 'iax2 set debug' to enable IAX2-specific 
debugging for that phone's IP address.

Worst case, use tcpdump to make a packet capture of the traffic to/from 
the phone and then use Wireshark to look at what is going on.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list