Re: [OpenSIPS-Users] Dialog Timeout

2013-05-02 Thread Vlad Paiu
Hello, Indeed, if you set the default_timeout parameter, but don't set the 'B' flag when calling create_dialog(), the dialog will be internally terminated ( removed from memory, CDR will be written , etc ) but no BYEs will be sent at all. If you want BYEs to be triggered in both directions w

Re: [OpenSIPS-Users] OpenSIPs Radius Accounting.

2013-05-02 Thread qasimak...@gmail.com
Hi, Thanks Bogdan for your reply. Now for my question, I want to keep my STOP event on reply as i have faced issues when generating event on request time. The thing is how should i cater the fact that the device has gone offline and there is no response generated and hence no accounting STOP even

[OpenSIPS-Users] variable "counter" parameter to diversion Header

2013-05-02 Thread Mickael HUBERT
Hi list, I would like parse Diversion header and to have in variable counter parameter. I have alredy $dip to privacy parameter, etc ... , but I don't have counter para. how can I do have the parameter please ? thanks in advance Mike ___ Users mai

Re: [OpenSIPS-Users] variable "counter" parameter to diversion Header

2013-05-02 Thread Saúl Ibarra Corretgé
On May 2, 2013, at 1:51 PM, Mickael HUBERT wrote: > Hi list, > I would like parse Diversion header and to have in variable counter parameter. > I have alredy $dip to privacy parameter, etc ... , but I don't have counter > para. > > how can I do have the parameter please ? > You can use the fo

Re: [OpenSIPS-Users] OpenSIPs Radius Accounting.

2013-05-02 Thread Muhammad Shahzad
Something like this, if (t_check_status("408")) { if ( t_local_replied("all") ) { # local timeout with no reply received -> fr_timer } else if ( t_local_replied("last") ) { # timeout with replies received -> fr

Re: [OpenSIPS-Users] variable "counter" parameter to diversion Header

2013-05-02 Thread Mickael HUBERT
Thank you very much, it's perfect ;) but, if I have many Diversion header in the same INVITE ? This command works ? Le 02/05/2013 15:06, Saúl Ibarra Corretgé a écrit : On May 2, 2013, at 1:51 PM, Mickael HUBERT wrote: Hi list, I would like parse Diversion header and to have in variable co

Re: [OpenSIPS-Users] variable "counter" parameter to diversion Header

2013-05-02 Thread Saúl Ibarra Corretgé
On May 2, 2013, at 4:20 PM, Mickael HUBERT wrote: > Thank you very much, it's perfect ;) > > but, if I have many Diversion header in the same INVITE ? This command works ? > You can index the call to hdr(Diversion), IIRC there is an example in the transformations page showing how to iterate t

[OpenSIPS-Users] Disable/Enable dialog ping mid-call

2013-05-02 Thread Brett Nemeroff
Hello All, I was wondering if there is a way to enable/disable dialog pinging after create_dialog ha s been called. Can I hit create_dialog again with the changed parameters? Thanks, Brett ___ Users mailing list Users@lists.opensips.org http://lists.open

[OpenSIPS-Users] 6xx reply handling and acc

2013-05-02 Thread Brett Nemeroff
Hello list, I have a question about default handling of 6xx replies and acc. I have a 1.8 build that does NOT have disable_6xx_block set (it's just default). I'm seeing cases where when I get a 6xx (after a 18x reply) where failure route causes it to roll to another block, but it'll never t_relay