Re: [SR-Users] Kamailio as a P-CSCF user

2018-08-15 Thread Mojtaba
Hello Serkan, In IMS concept, In while Registration flow, the scscf is selected by I-CSCF node. Then, When the UE is registered in IMS (SCSCF node), The SCSCF node would be appear as Service_Record header in SIP body. The UE is aware about the it's SIP serving in IMS, and when it originate new

Re: [SR-Users] Quick way to enable/disable all uac outbound registrations

2018-08-15 Thread Henning Westerholt
Am Montag, 13. August 2018, 21:23:04 CEST schrieb Joel Serrano: > Yes, it would be for the HA setup. > > So for example, say we have (I'm making it up): > > modparam("uac", "reg_start_disabled", 1) ## This tells uac module to > start with all records in `uacreg` table disabled. > > 1- Start

Re: [SR-Users] how to enable tcp_write_buf?

2018-08-15 Thread Henning Westerholt
Am Mittwoch, 15. August 2018, 18:24:58 CEST schrieb Juha Heinanen: > Dmitri Savolainen writes: > > This issue is discussed here > > https://github.com/kamailio/kamailio/pull/1376 > > There Daniel asks about increasing tcp_conn_wq_max and tcp_wq_max, which > gets back to my original question:

Re: [SR-Users] how to enable tcp_write_buf?

2018-08-15 Thread Juha Heinanen
Dmitri Savolainen writes: > This issue is discussed here > https://github.com/kamailio/kamailio/pull/1376 There Daniel asks about increasing tcp_conn_wq_max and tcp_wq_max, which gets back to my original question: what is tcp_write_buf and how to enable it? -- Juha

Re: [SR-Users] how to enable tcp_write_buf?

2018-08-15 Thread Juha Heinanen
Dmitri Savolainen writes: > This issue is discussed here > https://github.com/kamailio/kamailio/pull/1376 Thanks for the pointer. > As temporary solution i use jsonrpcs fifo for big results. I tried that too (over http) and it worked. -- Juha ___

Re: [SR-Users] how to enable tcp_write_buf?

2018-08-15 Thread Dmitri Savolainen
Hi, Juha This issue is discussed here https://github.com/kamailio/kamailio/pull/1376 As temporary solution i use jsonrpcs fifo for big results. For example cat /tmp/kamailio_jsonrpc_reply_fifo > lastcontact.dump & echo '{"jsonrpc": "2.0", "method": "htable.dump", "params":["last_contact"],

[SR-Users] how to enable tcp_write_buf?

2018-08-15 Thread Juha Heinanen
I tried to issue mtree.list command using xmlrpc query that would result in large response, and got error Aug 15 18:12:07 char /usr/bin/sip-proxy[10348]: ERROR: [core/tcp_main.c:618]: _wbufq_add(): (221375 bytes): write queue full or timeout (0, total 0, last write 55534052 s ago) Aug 15

Re: [SR-Users] Very strange reinvite behaviour

2018-08-15 Thread Daniel-Constantin Mierla
On 15.08.18 16:38, Alex Balashov wrote: > Daniel, > > Thank you for this interpretation. I suspected this might be the cause, > but didn't know enough about how non-LR works to merit that speculation. > > Strict routing mostly exists for 2543 compatibility, right? Yes. The strange thing here is

Re: [SR-Users] Very strange reinvite behaviour

2018-08-15 Thread Alex Balashov
Daniel, Thank you for this interpretation. I suspected this might be the cause, but didn't know enough about how non-LR works to merit that speculation. Strict routing mostly exists for 2543 compatibility, right? On Wed, Aug 15, 2018 at 12:43:57PM +0200, Daniel-Constantin Mierla wrote: > At a

[SR-Users] Kamailio as a P-CSCF user

2018-08-15 Thread serkan celik
Hi all, I want to use Kamailio as a P-CSCF on ubuntu 18. Kamailio will be p-cscf and will communicate scscf in another open-ims box. How can I implement this feature. I have already looked following link. However it did not help me since I could not see any example pcscf configuration files after

Re: [SR-Users] Very strange reinvite behaviour

2018-08-15 Thread Daniel-Constantin Mierla
At a quick glance, it looks like a mixture of strict/loose route processing due to previous hop not setting proper URI. If R-URI is local address, then it means the previous hop was a strict router. Kamailio tries to switch to loose routing, due to lr parameter, doing the logic of:  - last Route

Re: [SR-Users] kamailio rtp proxy set not working

2018-08-15 Thread ANOOP V M
I do not know how to make that ports open. I am using aws EC2 instance as server. So when i open the specified port and reboot my server, this error telling me that again it can not bind with a new port. Each time it changing the port. Shall i provide my cfg file here? Can you guys check it and