Re: [OpenSIPS-Users] One week to OpenSIPS Summit & Bootcamp in Austin !

2015-11-06 Thread Tito Cumpen
Bogdan I'm not having much luck using this discount code. Is it too late to use it ? On Mon, Nov 2, 2015 at 11:01 AM, Bogdan-Andrei Iancu wrote: > Heads UP !! There is only one week left to the OpenSIPS Week: > > * OpenSIPS Summit, 9th-10th of November, with great speakers covering > valuables

[OpenSIPS-Users] Join us at the Austin OpenSIPS Summit!

2015-11-06 Thread Bogdan-Andrei Iancu
*46 Labs, developers of the PEEREDGE wholesale telecommunications solution,* *is proud to be the Host sponsor of OpenSIPS' first ever Austin, Texas Summit!* ** * * On November 9th and 10th, leading innovators will meet to d

Re: [OpenSIPS-Users] How to identify a 4xx, or 5xx, or 6xx SIP response in OpenSIPS script?

2015-11-06 Thread Annus Fictus
Hello Rodrigo, you have to use failure route: http://www.opensips.org/Documentation/Script-Routes-2-2#toc3 Regards El 06/11/2015 a las 15:07, Rodrigo Pimenta Carvalho escribió: Hi OpenSIPS-users, In the OpenSIPS script I can identify SIP requests, like is_method("INVITE") or is_method("B

Re: [OpenSIPS-Users] How to identify a 4xx, or 5xx, or 6xx SIP response in OpenSIPS script?

2015-11-06 Thread Eric Tamme
alternatively ... just set a failure route, anything that ends up there will be the result of a non positive final response On 11/06/2015 07:07 AM, Rodrigo Pimenta Carvalho wrote: Hi OpenSIPS-users, In the OpenSIPS script I can identify SIP requests, like is_method("INVITE") or is_method("

Re: [OpenSIPS-Users] How to identify a 4xx, or 5xx, or 6xx SIP response in OpenSIPS script?

2015-11-06 Thread Eric Tamme
https://www.google.com/?gws_rd=ssl#q=opensips+response+status ... http://www.opensips.org/Documentation/Script-CoreVar-2-2#toc73 ... if($rs~="20[0-9]") On 11/06/2015 07:07 AM, Rodrigo Pimenta Carvalho wrote: Hi OpenSIPS-users, In the OpenSIPS script I can identify SIP requests, like is

[OpenSIPS-Users] How to identify a 4xx, or 5xx, or 6xx SIP response in OpenSIPS script?

2015-11-06 Thread Rodrigo Pimenta Carvalho
Hi OpenSIPS-users, In the OpenSIPS script I can identify SIP requests, like is_method("INVITE") or is_method("BYE"). How to identify SIP responses, based on its codes that can be 4xx, or 5xx, or 6xx? For example, how to identify that occurred a SIP response with code 483? I just need to k

Re: [OpenSIPS-Users] Hash in the uac_registrant module

2015-11-06 Thread Ovidiu Sas
Please open a feature request for this. Regards, Ovidiu Sas On Nov 6, 2015 07:02, "Alexander Mustafin" wrote: > Hello. > > Is it possible to use hash of passwords in uac_registrant table? It isn’t > very secure to keep plain passwords. > > Best regards, > Alexander Mustafin > mustafin.aleksa...@

[OpenSIPS-Users] Hash in the uac_registrant module

2015-11-06 Thread Alexander Mustafin
Hello. Is it possible to use hash of passwords in uac_registrant table? It isn’t very secure to keep plain passwords. Best regards, Alexander Mustafin mustafin.aleksa...@gmail.com signature.asc Description: Message signed with OpenPGP using GPGMail _

Re: [OpenSIPS-Users] Why does avp_db_query rise an error when my SQL is correct? Fixed.

2015-11-06 Thread Rodrigo Pimenta Carvalho
Hi Aron. I found the error here. The function strtok_r changes the original query causing the error of syntax. Now I have fixed the code and avp_db_query began to work very well to update my table in SQLite. So, my next step will be to test a more complex SQL query using avp_db_query. P

Re: [OpenSIPS-Users] Why does avp_db_query rise an error when my SQL is correct?

2015-11-06 Thread Rodrigo Pimenta Carvalho
Hi Aron. Thank you for helping me again! The function of macro CON_RAW_QUERY(_h) does not exist in the OpenSIPS 2.2 source code. It is not declared anywhere. Do you have created such function/macro in your code? If yes, when it will be available in the head (git) of the OpenSIPS project?

[OpenSIPS-Users] Accounting SIP Messages with opensips, cdrtool and radius

2015-11-06 Thread Tomas Andersen
Hi. I have successfully configured a system where I am able to rate SIP calls using open sips, cdrtool and radius. All my audio calls are recorded properly in the radius radacct table for CDRTool to use. I have also set up sip trace. So now I am able to log all my audio calls and rate them, but