[SR-Users] Query About IMS request fetching

2014-03-19 Thread Muhammad Nadeem
Hi, I am working on an educational research project, regarding IMS. I want to capture IMS request from IMS client and compare it with my defined rules. If the request satisfy my rules then it will be forwarded to IMS core. Could you please tell me, where i can do changing in IMS server and

[SR-Users] Query About Request Fetching

2014-03-19 Thread Muhammad Nadeem
Hi, I am working on an educational research project, regarding IMS. I want to capture IMS request from IMS client and compare it with my defined rules. If the request satisfy my rules then it will be forwarded to IMS core. Could you please tell me, where i can do changing in IMS server and

[SR-Users] Installing Kamailio on Ubuntu

2014-03-19 Thread Swetha Raj
Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue. root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package

Re: [SR-Users] Installing Kamailio on Ubuntu

2014-03-19 Thread Klaus Darilion
you have to configure APT: http://www.kamailio.org/wiki/packages/debs On 19.03.2014 10:26, Swetha Raj wrote: Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue. root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules

Re: [SR-Users] [Kamailio-Users] [Kamalito-Users] Sip MESSAGE

2014-03-19 Thread Peter Reid
Hi Alex, Please let me make a comment here in support of Abdul Hakeem's comment in respect of Kamailio supporting a SIP to SMPP translation module and in furtherance of this thread (conversation). I believe Kamailio, as an open source community would glean the benefit of supporting a

Re: [SR-Users] Installing Kamailio on Ubuntu

2014-03-19 Thread Swetha Raj
Thanks,i could install Kamailio.I followed steps mentioned in http://kb.asipto.com/kamailio%3askype-like-service-in-less-than-one-hour But then when i start the server i see the below error, 0(11848) ERROR: core [pvapi.c:712]: error searching pvar rU 0(11848) ERROR: core [pvapi.c:916]: wrong

[SR-Users] TLS websocket problem

2014-03-19 Thread jaflong jaflong
Hi List, Any suggestions on why I am getting the following issues. I can get a successful tls connection when I connect with http Tested by having this in kamailio.cfg event_route[xhttp:request] { set_reply_close(); set_reply_no_connect(); xhttp_reply(200, OK,

[SR-Users] Ugrade Kamailio 4.0.2 to 4.1.2

2014-03-19 Thread Helena Garcia-Nieto
Hi! I am not used to manage the software upgrade and I would like to have a more detailed explanation… I've searched in the web and in the mailing list but I need a more step-by-step explanation for newbie that what I found. I downloaded the kamailio version 4.0.1 some time ago

[SR-Users] Kamailio vs Asterisk - Not found in usrloc

2014-03-19 Thread Alexandr Usov
Kamailio (192.168.182.1) and Asterisk (192.168.182.24) realtime integration by http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb. Kamailio have a public interface also. Grep from debug on kamailio 4.2.1 on call from asterisk extensions/peers: Mar 19 14:51:50 netbox

Re: [SR-Users] db logging for unsuccessful calls

2014-03-19 Thread betul.cerit
Thanks for your reply.My problem was solved after I use setflag(FTL_ACCFAILED) in failure route. Best Regards. From: Daniel-Constantin Mierla Sent: Friday, March 14, 2014 10:19 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] db logging for unsuccessful calls Hello, if you

[SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread jaflong jaflong
Hi, What are the requirements for connecting with tls/wss. I have not come across any information or example for this. My config is working when the client uses ws. However if I change this to use wss, (this is it only paramter I change) it does not work. I understand Kamailio does not support

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread Olle E. Johansson
On 19 Mar 2014, at 16:46, jaflong jaflong jafl...@yandex.com wrote: Hi, What are the requirements for connecting with tls/wss. I have not come across any information or example for this. My config is working when the client uses ws. However if I change this to use wss, (this is it

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread Peter Dunkley
Hello, Probably a silly question, but does your xhttp event_route go on to actually handle the WebSockets handshake? There is an example websocket.cfg in the examples directory in Git. Have you tried using this? Peter On 19 March 2014 16:03, jaflong jaflong jafl...@yandex.com wrote:

[SR-Users] Module not up to date in apt-get repository

2014-03-19 Thread Oliver Roth
Hi all We updated from kamailio 3.1 to kamailio 3.3. As shown in module description the function rtpproxy_manage() should be available starting version 3.2 But if the update is done to 3.3 - we get the following error when trying to start kamailio * Not starting Kamailio SIP server: invalid

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread Juha Heinanen
Peter Dunkley writes: There is an example websocket.cfg in the examples directory in Git. Have you tried using this? peter, regarding the example, i noticed today that i had to make a small change to it in order to cope with hhtp get from my firefox browser: if

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread Vitaliy Aleksandrov
Hi, What are the requirements for connecting with tls/wss. I have not come across any information or example for this. My config is working when the client uses ws. However if I change this to use wss, (this is it only paramter I change) it does not work. I understand Kamailio does not

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread Olle E. Johansson
On 19 Mar 2014, at 17:03, jaflong jaflong jafl...@yandex.com wrote: Ollie, Thanks for the info. I am not aware how to test SIP/TLS can you make a suggestion of how to do it and what is the url of the page you mention. One line below :-) However I have followed this page

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread jaflong jaflong
 Hi Peter, I have this in my cfg file. It appears maybe it does it go in the event_route because there is no log entry event_route[xhttp:request] {    set_reply_close();    set_reply_no_connect();    #xhttp_reply("200", "OK", "text/html","htmlbodyReceived HTTP request to $hu from [$si:$sp] with

[SR-Users] Debian Kamailio Shell Script Installer

2014-03-19 Thread Joel White
*https://gist.github.com/zhacker98/9643861 https://gist.github.com/zhacker98/9643861* ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Does tls/wss actually work or What is required for tls/wss

2014-03-19 Thread jaflong jaflong
Ollie, Thanks for the info. I am not aware how to test SIP/TLS can you make a suggestion of how to do it and what is the url of the page you mention. However I have followed this page http://www.kamailio.org/wiki/tutorials/tls/testing-and-debugging I can get a successful tls connection when

Re: [SR-Users] Installing Kamailio on Ubuntu

2014-03-19 Thread Joel White
Here is a shell script I am working on https://gist.github.com/zhacker98/9643861 This will install from GIT run kamailio -c (-f if you want to run a file other than kamailio.cfg) This tells you the location of the error. I use Notepad++ on Windows or nano ( with +{line number} to locate the

[SR-Users] Legacy Cisco 7945 and 7960 Handset Integration with Kamailio

2014-03-19 Thread Jonathan Hunter
Hi Guys, Hope your all well? Apologies for the post, however I wondered if anyone had successfully integrated Cisco 7945/7960 handsets running SIP firmware with Kamailio? I appreciate these handsets have some issues, whereby they expect responses on port 5060, even though they initiate

Re: [SR-Users] Module not up to date in apt-get repository

2014-03-19 Thread Victor Seva
2014-03-19 17:08 GMT+01:00 Oliver Roth oliver.r...@triotel.ch: Any idea ? is rtpproxy loaded? Cheers, Victor ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

[SR-Users] Child process exited by a signal 11

2014-03-19 Thread Allen Zhang
Hi, Scenario: Our kamailio server normally has a debug level of 2. The server gets a segmentation fault and dies when we run a certain demo. The error message is: [4097]: ALERT: core [main.c:789]: child process 4098 exited by a signal 11 And we got a lot of these before it dies: error reading:

Re: [SR-Users] Legacy Cisco 7945 and 7960 Handset Integration with Kamailio

2014-03-19 Thread Alex Balashov
Hello Jonathan, On 03/19/2014 03:29 PM, Jonathan Hunter wrote: I appreciate these handsets have some issues, whereby they expect responses on port 5060, even though they initiate transactions from a dynamic port, I just wondered if anyone had a working model or some pointers they could share?

Re: [SR-Users] Child process exited by a signal 11

2014-03-19 Thread Alex Balashov
On 03/19/2014 06:50 PM, Allen Zhang wrote: 1, I noticed that the main thread was 4097 and 4098 died. what is the child process created straight after main? My guess is this 4098 child process manages TCP connections. Is this correct? 2, Why does debugging level has an impact on this? Is it

Re: [SR-Users] Legacy Cisco 7945 and 7960 Handset Integration with Kamailio

2014-03-19 Thread Jonathan Hunter
Hi Alex , Thankyou for the comments Could you let me know which fix ups you apply with the 7960 as that would really help and I can test them out. Many thanks Jon Date: Wed, 19 Mar 2014 18:52:38 -0400 From: abalas...@evaristesys.com To: sr-users@lists.sip-router.org Subject: Re:

Re: [SR-Users] Legacy Cisco 7945 and 7960 Handset Integration with Kamailio

2014-03-19 Thread Alex Balashov
On 03/19/2014 06:58 PM, Jonathan Hunter wrote: Thankyou for the comments Could you let me know which fix ups you apply with the 7960 as that would really help and I can test them out. Just the usual: 1) fix_nated_register() on registrations. 2) fix_nated_contact() on requests, as well as

Re: [SR-Users] Child process exited by a signal 11

2014-03-19 Thread Allen Zhang
Hi Alex, Shouldn't the debug level only have an impact on the amount of information written to the log? And that should only changes the delay between operations? Allen -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On

Re: [SR-Users] Child process exited by a signal 11

2014-03-19 Thread Alex Balashov
On 03/19/2014 07:04 PM, Allen Zhang wrote: Shouldn't the debug level only have an impact on the amount of information written to the log? And that should only changes the delay between operations? Well, from a programmatic point of view, not necessarily. Writing debug logs is an operation

Re: [SR-Users] Child process exited by a signal 11

2014-03-19 Thread Allen Zhang
Yes this makes sense. But higher debug level = more writing. Then increasing the debug level should causes more problem - because more buffering and parsing strings internally, which in turn draws on static (stack) and dynamic (heap) memory allocations - instead of hiding the problem, right?

Re: [SR-Users] Child process exited by a signal 11

2014-03-19 Thread Allen Zhang
Um This makes perfect sense. Enhanced my understanding about memory allocation, too. Thanks Alex. -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: Thursday, 20 March 2014 12:12 p.m. To:

Re: [SR-Users] Caller ID name

2014-03-19 Thread Fred Posner
Just to add, besides the uac having some of the best example names... the callerid you mentioned is most likely set on your phone config; which kamailio is just passing along. Fred Posner The Palner Group, Inc. 503-914-0999 (direct) 954-472-2896 (fax) On 03/19/2014 07:18 PM, Alex Balashov

Re: [SR-Users] Interdomain Routing

2014-03-19 Thread Alex Balashov
Just modify the domain part of the request URI ($rd) and t_relay() the request: $rd = host.you.want.call.to.go.to; if(!t_relay()) sl_reply_error(); If you have a need to have an RURI domain that is different than the physical destination of the request, you can modify the