Re: [SR-Users] Invite Fragmented

2013-10-24 Thread Daniel-Constantin Mierla
Hello, On 10/25/13 2:45 AM, Gus Monti wrote: Hi, There are often times where key packets are missing from homer traces. This seems to be caused by packet fragmentation. It is most readily evidenced by the trace showing an Invite entering the SBC from the outside and then no invite on the in

Re: [SR-Users] Debugging Logs Location

2013-10-24 Thread Daniel-Constantin Mierla
Hello On 10/25/13 7:04 AM, Owais ul Haq wrote: Hi all, I have loaded debugger module in my kamailio server and set "cfgparameter" to 1. Can some one please tell me where can I now find logs of this cfg trace. Any help will be appreciated. it is a matter of operating system, the common ones ar

Re: [SR-Users] Audio Codec option in Siremis 4.0

2013-10-24 Thread Daniel-Constantin Mierla
Hello, On 10/25/13 7:12 AM, Adarsh Pillai wrote: Hi Where do i find the option for enabling and disabling audio codecs in Siremis 4.0. siremis doesn't do management of the codecs. You can eventually keep them in a custom database table you manage with siremis, then load the value with sqlop

[SR-Users] Audio Codec option in Siremis 4.0

2013-10-24 Thread Adarsh Pillai
Hi Where do i find the option for enabling and disabling audio codecs in Siremis 4.0. Regards Adarsh Pillai___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/m

[SR-Users] Debugging Logs Location

2013-10-24 Thread Owais ul Haq
Hi all, I have loaded debugger module in my kamailio server and set "cfgparameter" to 1. Can some one please tell me where can I now find logs of this cfg trace. Any help will be appreciated. Thanks. Regards, M. Owais ul Haq __

[SR-Users] Invite Fragmented

2013-10-24 Thread Gus Monti
Hi, There are often times where key packets are missing from homer traces. This seems to be caused by packet fragmentation. It is most readily evidenced by the trace showing an Invite entering the SBC from the outside and then no invite on the inside being seen but the 100 trying is seen on both s

Re: [SR-Users] kamailio tls.reload core dump

2013-10-24 Thread Ding Ma
Is this the right way to build without optimization? make cfg-defs mode=debug We'll try this later. By the way, after looking at the core dump and the TLS code, found a memory leak and an error in tls_free_cfg() and collect_gabarge(). We have patched the code, also implemented the locks and cha

Re: [SR-Users] Help With kamailio not responding ack propperly.

2013-10-24 Thread Stoyan Mihaylov
I had same problem - with BYE also. My "go around" was (replaced name of domain and IP of kamailio): route[ACKBYE] { #!ifdef WITH_MYFORWARD if(($sht(forw=>$ft))=~$td){ $du=$sht(forw=>$ft); }else if((($td=="name.of.company.com")||($td=="ip"))&&($si=="ip")){ $du=$sht(forw=>$ft); return; } #!endif re

[SR-Users] Help with 200k responses to the contact header not the record-route

2013-10-24 Thread anfecora
Hi all, can anyone help me to find out what is wrong with my setup, i have an asterisk behind a kamailio, kamailio is proxying all packages to the outside. when the call is bridge it gets disconnected after a few seconds, it seems that our voip carrier is sending a bye because we didn't answer to

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Wingsravi R
Thank you for the reply and for your time. Regards, Ravi On Thu, Oct 24, 2013 at 3:56 PM, Charles Chance < charles.cha...@sipcentric.com> wrote: > If all your phones are on the same network, it should not be required for > local calls. However, you will still need to proxy media for external ca

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Charles Chance
If all your phones are on the same network, it should not be required for local calls. However, you will still need to proxy media for external calls to/from networks on the outside of your NAT. Sorry, I stated before that you should load the tls module - that was taken from the development versio

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Wingsravi R
Dear Charles, Thank you for the reply, And one more doubt that I am running my Kamailio server set-up and SIP clients in intranet infrastructure. so, in this case also i need to configure Rtp proxy or mediaproxy ? if so, which proxy to use (either Rtpproxy or mediaproxy) with kamailio server ? R

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Charles Chance
Yes, just add it as a "loadmodule" in your config. You must also load the tls module - http://kamailio.org/docs/modules/stable/modules/msrp.html#idp1653864 Regards, Charles On 24 Oct 2013 10:25, "Wingsravi R" wrote: > Hi, > > But i have the msrp.so file in modules library. > Is that is enough

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Wingsravi R
Hi, But i have the msrp.so file in modules library. Is that is enough ? with that i can load msrp module in kamailio.config and continue ? or should i have to install kamailio from sources ? Thank you On Thu, Oct 24, 2013 at 1:07 PM, Charles Chance < charles.cha...@sipcentric.com> wrote: > Hi

Re: [SR-Users] kamailio tls.reload core dump

2013-10-24 Thread Klaus Darilion
You should build Kamailio without optimizations. "" does not bring much information. regards Klaus On 23.10.2013 21:48, Ding Ma wrote: Hi, all This is related to the previous tls.reload not safe email chain. Now we have a detailed gdb output that shows the stack trace of the core dump. Please

Re: [SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Charles Chance
Hi, Is the msrp module not included already in the core kamailio package? Regards, Charles On 24 Oct 2013 08:26, "Wingsravi R" wrote: > Dear Kamailio'ns, > > I have Installed kamailio V 4.0.3 from Ubuntu 12.04 (precise) repository > and running successfully. > now i have to work around MSRP r

[SR-Users] MSRP module - Ubuntu repo

2013-10-24 Thread Wingsravi R
Dear Kamailio'ns, I have Installed kamailio V 4.0.3 from Ubuntu 12.04 (precise) repository and running successfully. now i have to work around MSRP relay module of kamailio sever to achieve file transfer between two SIP clients. so, i just tried to install MSRP module, but i get logged as below: