Re: [SR-Users] Making iPhone SIP client work with Kamailio

2011-09-30 Thread Krishna Kurapati
Thanks for the suggestion. I added following lines to the config #!define FLB_NATB 6 #!define FLB_NATSIPPING 7 # - nathelper params - modparam("nathelper", "natping_interval", 30) modparam("nathelper", "ping_nated_only", 1) modparam("nathelper", "sipping_bflag", FLB_NATSIPPING) modparam("n

Re: [SR-Users] Making iPhone SIP client work with Kamailio

2011-09-30 Thread Daniel-Constantin Mierla
Hello, On 9/30/11 12:51 AM, Krishna Kurapati wrote: Hi, The iPhone client, when it goes into background, can only respond to incoming messages. That makes the Registration expire when there is no communication from the server before the expire time. I could make the Reg

Re: [SR-Users] Making iPhone SIP client work with Kamailio

2011-09-29 Thread Krishna Kurapati
> > Hi, > > The iPhone client, when it goes into background, can only respond to > incoming messages. > That makes the Registration expire when there is no communication from the > server before > the expire time. I could make the Registration not expire at all. Not sure > it's the only option. > >