[OpenSIPS-Users] Infinite call loop

2014-05-12 Thread Mike Claudi Pedersen
i have some troubles regarding calls, evertime i try to make a call throug opensips, it keeps looping. snippet of opensips call handling and snippet of used part of cfg is attached route[2] { if(is_method("INVITE")) { xlog("L_INFO","\n TOUSER = $var(TOUSER) \n");

[OpenSIPS-Users] NEWBIE question.

2014-05-12 Thread Ozz Nixon
We have installed OpenSIPs - we have two PBX's setup - they communicate to one another perfectly... now, we are ready to point OpenSIPs to our up-stream SIPTrunk... could someone explain how to do this in just a couple steps? Everything we are reading and trying, seem to be overly complex. Than

Re: [OpenSIPS-Users] how to log out opensips

2014-05-12 Thread ghost
好的~谢谢~我去研究一下它怎么发的~~刚还有一个网友回复说在注册的时候把expire 时间改成0就可以和注销的效果一样了,测试了一下可行~但是感觉还是有必要去研究一下怎么发注销的消息··· 在 2014-05-12 16:25:53,"Xiaoqiang Zhou" 写道: 你可以使用eyebeam进行下测试,这个软件在退出的时候回发送unregister的消息。 2014-05-12 9:18 GMT+08:00 microx : Hello, You can set expire=0 in REGISTER request to do something like unr

Re: [OpenSIPS-Users] how to log out opensips

2014-05-12 Thread ghost
Oh! Thank you very much! Your method is effective At 2014-05-12 09:18:51,microx wrote: >Hello, > >You can set expire=0 in REGISTER request to do something like >unregistration. Besides, you need to set modparam("usrloc", >"timer_interval", 100) # 100 is a sample value >to make OpenSIPS periodicall

Re: [OpenSIPS-Users] Is it possible to record CDR's into clear text into the MySQL Database

2014-05-12 Thread Gordon Sims
Hello Razvan, I thought that the encryption would have happened by default for security reasons, but thought it could have been disabled. The record below shows the encryption: 13331862014-05-12 01:01:49826A86646-D8FC11E3-9507C13F-D7186497@10.0.119.253 4BD8F748-1DEEas09912ec82014-05-12 06:03:55

Re: [OpenSIPS-Users] Locations with variable

2014-05-12 Thread Mike Claudi Pedersen
yes i know that, but it is in realtime db mode.. so there shouldnt be inconsistencies, and as far as i have tested ​there isn't ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Locations with variable

2014-05-12 Thread Răzvan Crainea
Hi, Mike! That only works if you are using real-time DB mode. Otherwise, if contacts are in memory and are dumped periodically, there will be inconsistencies. Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 05/12/2014 11:22 AM, Mike Claudi Pedersen

Re: [OpenSIPS-Users] how to log out opensips

2014-05-12 Thread Xiaoqiang Zhou
你可以使用eyebeam进行下测试,这个软件在退出的时候回发送unregister的消息。 2014-05-12 9:18 GMT+08:00 microx : > Hello, > > You can set expire=0 in REGISTER request to do something like > unregistration. Besides, you need to set modparam("usrloc", > "timer_interval", 100) # 100 is a sample value > to make OpenSIPS periodical

Re: [OpenSIPS-Users] Locations with variable

2014-05-12 Thread Mike Claudi Pedersen
yes, this is not quite what i want, but i found a way around it, with *avp_db_query* 2014-05-12 10:16 GMT+02:00 Răzvan Crainea : > Have you checked the registered() function[1]? > > [1] http://www.opensips.org/html/docs/modules/1.11.x/registrar#id294580 > > Best regards, > > Razvan Crainea > Ope

Re: [OpenSIPS-Users] Locations with variable

2014-05-12 Thread Răzvan Crainea
Have you checked the registered() function[1]? [1] http://www.opensips.org/html/docs/modules/1.11.x/registrar#id294580 Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 05/12/2014 09:09 AM, Mike Claudi Pedersen wrote: Is there a way to test the values o

Re: [OpenSIPS-Users] Multiple TCP contacts on single register.

2014-05-12 Thread Răzvan Crainea
Hi, Maksim! There is nothing wrong with your configuration file, the problem is with your traffic. It seems like your clients are sending REGISTER messages with that have more than one TCP contact. OpenSIPS has only one TCP connection to that client, therefore can only use one contact, but sin

Re: [OpenSIPS-Users] How to enable extra modules in opensips Package

2014-05-12 Thread Răzvan Crainea
Hi, Venkatesh! By default, OpenSIPS builds one package for OpenSIPS core and several packages for extra modules. You can install the extra modules separately. However, if you really need to include extra modules in the main package, there is no configuration for this. You'll have to manually e

Re: [OpenSIPS-Users] Is it possible to record CDR's into clear text into the MySQL Database

2014-05-12 Thread Răzvan Crainea
Hi, Gordon! CDRs are never stored encrypted in the database. Can you send an example of such record? Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 05/09/2014 03:05 PM, Gordon Sims wrote: I'm fairly new to Opensips, and have been trying out differe