[Freeswitch-users] After several hours FS registers ITSP every minute, requires FS restart
Brian West
brian at freeswitch.org
Mon Oct 4 18:18:21 PDT 2010
Looks like your ITSP keeps pushing your expire time down lower and lower each time. You have to honor what they send you... I suspect they keep pushing it down till its in a tight loop. What does the spec say about this?
/b
On Oct 4, 2010, at 6:53 PM, Mario wrote:
> I have 2 accounts with an ITSP that with the SIP profile below. After
> Freeswtich has been up for several hours, especially during my overnight
> testing, the accounts start to register every minute. This would not be
> really bad except that incoming calls don't work and I have to restart
> FS. I have the sofia trace below that also includes 407 Proxy
> Authentication Required messages but that does not seem to affect
> anything, the account works. Using the git version from this past
> Saturday: FreeSWITCH Version 1.0.head (git-f288e3c 2010-10-01 23-35-51
> -0400).
> Thanks, Mario
>
> <include>
> <gateway name="uuid1">
> <param name="proxy" value="sip.itsp.com"/>
> <param name="username" value="uuid1"/>
> <param name="from-user" value="uuid1"/>
> <param name="password" value="password"/>
> <param name="expire-seconds" value="600"/>
> <param name="register" value="true"/>
> <param name="retry-seconds" value="30"/>
> </gateway>
> </include>
More information about the FreeSWITCH-users
mailing list