Re: [SR-Users] Real error?

2016-11-30 Thread Alex Balashov
On Thu, Dec 01, 2016 at 04:27:21AM +, Olvera, Victor wrote: > Is this a real error? > > 9(1899) ERROR: cdp [peerstatemachine.c:635]: I_Snd_CER(): I_Snd_CER(): Error > on finding local host address > Socket operation on non-socket Is that, like, a philosophical question? :-) -- Alex Bala

[SR-Users] why a register error?

2016-11-30 Thread Olvera, Victor
As I attempt to use X-lite I get a 504 error. On the CSCFs I get the following: pcscf 0(2066) INFO:

[SR-Users] Real error?

2016-11-30 Thread Olvera, Victor
Is this a real error? 9(1899) ERROR: cdp [peerstatemachine.c:635]: I_Snd_CER(): I_Snd_CER(): Error on finding local host address > Socket operation on non-socket Great regards, Victor Olvera victor.olv...@verizonwireless.com mobile # 001-214-923-9405

Re: [SR-Users] Local messages are malformed in Kamailio 4.4.X

2016-11-30 Thread Mikko Lehto
Same thing with Kamailio version 4.4.4 (c5d3bd) $ sipsak -H localhost -s sip:127.0.0.1:5060 -v -f test/unit/60-message-sdp4.sip --no-crlf # tcpdump -i lo0 -s 0 -n -v -X port 5060 03:14:09.247227 IP 127.0.0.1.10564 > 127.0.0.1.5060: SIP: MESSAGE sip:bob@example.invalid SIP/2.0 0x:

Re: [SR-Users] Local messages are malformed in Kamailio 4.4.X

2016-11-30 Thread Mikko Lehto
Helio Okuyama wrote: > Local messages are malformed in Kamailio 4.4.X. For example after receiving > an error response (603) to an INVITE message, the ACK is generated with > header Max-Forwards concatenated to header CSeq and double CRLF, which is > wrong. Funny thing, I just discovered somethi

Re: [SR-Users] Kamailio Processes Stop Responding

2016-11-30 Thread Alex Balashov
On Wed, Nov 30, 2016 at 05:42:56PM -0500, Peter DiSanto wrote: > OK thank you Alex. I will look into your suggestions next time the problem > arises. Each call does generate one SQL LCR lookup, one CDR INSERT, and > also a timer route that runs 3 queries every few minutes. Once Kamailio > stops

Re: [SR-Users] Kamailio Processes Stop Responding

2016-11-30 Thread Peter DiSanto
OK thank you Alex. I will look into your suggestions next time the problem arises. Each call does generate one SQL LCR lookup, one CDR INSERT, and also a timer route that runs 3 queries every few minutes. Once Kamailio stops responding it will continue that way indefinitely until a process resta

Re: [SR-Users] Kamailio Processes Stop Responding

2016-11-30 Thread Alex Balashov
Peter, The natural question that would arise is whether your SIP worker threads are waiting on any external I/O, such as database queries. When this event occurs, you'll want to take a look at your RecvQ in netstat, e.g. # netstat --inet -n -l | grep 5060 It should be 0 or substantially 0 un

[SR-Users] Kamailio Processes Stop Responding

2016-11-30 Thread Peter DiSanto
We have a Kamailio 4.2 machine with a custom config file we've been using for the better part of two years without issue. Suddenly we've run into an issue where Kamailio just stops responding to any INVITEs, and stops any logging. The processes keep running but stop doing anything. It is a full

[SR-Users] http_async_client - queries

2016-11-30 Thread Ramachandran, Agalya (Contractor)
Hi team, We are trying to use kamailio for our project purpose, which will be used as a proxy server. Am trying to use "http_async_client" module to send my rest queries asynchronously. I have few queries regarding the usage of http_async_query() and using PUT method. http_append_header("Autho

Re: [SR-Users] Offload SSL from backends with Kamailio

2016-11-30 Thread Vladyslav Zakhozhai
Hi Sergey, Thank you for the tip. I'm going to try topoh but not now. The question is: is there a bug in freeswitch or bug in my kamailio's config. And it seems to me that there is a bug in freeswitch. I see in Via my SIP proxy without transport=tls. And as per RFC freeswitch must use transport w

Re: [SR-Users] Offload SSL from backends with Kamailio

2016-11-30 Thread Sergey Basov
Hi, Vladislav I had very simmilar issue, try to use topoh module. It will mask contact in header and called side will not try to send reply to contact dyrectly or using its proto. It will send using via or record-route headers. But this will work when kamailio is in statefull proxy mode. 29 нояб.

[SR-Users] Local messages are malformed in Kamailio 4.4.X

2016-11-30 Thread Helio Okuyama
Local messages are malformed in Kamailio 4.4.X. For example after receiving an error response (603) to an INVITE message, the ACK is generated with header Max-Forwards concatenated to header CSeq and double CRLF, which is wrong. Via: SIP/2.0/TLS 173.16.10.61:5061 ;branch=z9hG4bKc782.5b960c7c48a436

Re: [SR-Users] Send SIP Info within a dialog using $uac_req(method)="INFO"

2016-11-30 Thread Jonathan Hunter
Hi, I am just testing with the mi t_uac_dlg command, and I am trying to create an additional header, which is sent in the SIP INFO message and actually contains double quotes. So in my kamailio.cfg script file I set the variable; $var(testjon8) = "p1=\"STOP\""; xlog("L_INFO","We are going to