Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-02-21 Thread Shankar
14 3:09 PM To: 'Jason Penton'; 'SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List' Subject: FW: [SR-Users] FW: Regd. t_suspend() and t_continue() Hi Jason, Below is our config, route[LOCATION] {

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-23 Thread Jason Penton
("4"); > > > > async_route("RESUME", "1"); > > > > exit; > > } > > } > > } > > > > route[RESUME] > > { > > route(TO_LOCAT

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-22 Thread Shankar
rs Mailing List' Subject: FW: [SR-Users] FW: Regd. t_suspend() and t_continue() Hi Jason, Below is our config, route[LOCATION] { if(is_method("INVITE")) { if(!route(FROMCSCF)) { setflag(FLT_ACC);

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-21 Thread Jason Penton
> > > > *From:* Jason Penton > [mailto:jason.pen...@smilecoms.com] > > *Sent:* Wednesday, January 15, 2014 1:21 PM > *To:* Shankar > *Cc:* SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - > Users Mailing List > *Subject:* Re: [SR-Users] FW: Regd. t_sus

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-21 Thread Daniel-Constantin Mierla
Users Mailing List' *Subject:* RE: [SR-Users] FW: Regd. t_suspend() and t_continue() Hi Jason, I am using 4.0.2 Regards, Shankar *From:*Jason Penton [mailto:jason.pen...@smilecoms.com] *Sent:* Wednesday, January 15, 2014 1:21 PM *To:* Shankar *Cc:* SIP Router - Kamailio (OpenSER) and SIP

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-21 Thread Shankar
help here? Regards, Shankar From: Shankar [mailto:shankar...@plintron.com] Sent: Wednesday, January 15, 2014 1:26 PM To: 'Jason Penton' Cc: 'SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List' Subject: RE: [SR-Users] FW: Regd. t_susp

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-14 Thread Shankar
Hi Jason, I am using 4.0.2 Regards, Shankar From: Jason Penton [mailto:jason.pen...@smilecoms.com] Sent: Wednesday, January 15, 2014 1:21 PM To: Shankar Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] FW: Regd. t_suspend

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-14 Thread Jason Penton
Hi Shankar, What version of Kamailio are you running? Kamailio -V Cheers Jason On Wed, Jan 15, 2014 at 6:58 AM, Shankar wrote: > Hi Jason, > > > > Please find below my response inline, > > > > > > I have some questions for you as we have used suspend/continue quite a lot > in the IMS code and

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-14 Thread Shankar
Hi Jason, Please find below my response inline, I have some questions for you as we have used suspend/continue quite a lot in the IMS code and don't have any leaks. Firstly, why are you using pkg_mem for your hash_id and label? Remember that you will be in 2 different processes in th

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-13 Thread Jason Penton
Hi, I have some questions for you as we have used suspend/continue quite a lot in the IMS code and don't have any leaks. Firstly, why are you using pkg_mem for your hash_id and label? Remember that you will be in 2 different processes in the suspend and continue portions of the code... so pkg_mem

[SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-13 Thread Shankar
Re-sending without the attachment. From: Shankar [mailto:shankar...@plintron.com] Sent: Monday, January 13, 2014 4:57 PM To: 'sr-users@lists.sip-router.org' Subject: Regd. t_suspend() and t_continue() Hi, We are trying out the t_suspend() and t_continue() in our test setup. We are faci