Re: [SR-Users] CNXCC lock

2015-07-27 Thread Kelvin Chua
already looked into it. let's see if i get the time to create a patch for this Kelvin Chua On Thu, Jul 23, 2015 at 3:28 PM, Dirk Teurlings - SIGNET B.V. < dteurli...@signet.nl> wrote: > Although we also use CNXCC I can't confirm this bug, mainly because we > only fire up CNXCC from routes when t

Re: [SR-Users] SIPCapture and Message Queues

2015-07-27 Thread Grant Bagdasarian
Hello Javi, I'll have to test it too. I don't see a reason why it shouldn't :) Is there a way to serialize the SIP message as JSON in Kamailio? Or is it possible to use the Kazoo Connector as the db_url for the sipcapture module? modparam("sipcapture", "db_url", "mysql://user:passwd@host/dbname"

[SR-Users] double rr and $fs

2015-07-27 Thread Asgaroth
Hi All, I have kamailio setup and listening on logical interfaces (for failover purposes) and therefore need to force the sending socket on initial messages. We are testing sips+tls at the moment and what we are trying to achive is that the TLS connection occurs from the UAC to the edge proxy

Re: [SR-Users] Problem Storing USRLOC Additional Attributes

2015-07-27 Thread Luca Mularoni
Hello, I confirm that this issue has been: - patchedto master (4efb386) branch - backported to 4.2(2a5d17b) branch - backported to to 4.3 (f5d11d1) branch Thanks to Daniel for providing the patch Luca Il 13/07/2015 11:32, Daniel-Constantin Mierla ha scritto: Hello, it is better to ope

Re: [SR-Users] Check if user is registered after receiving reply

2015-07-27 Thread Vasiliy Ganchev
Dmytro Bogovych wrote > Greetings. > I want to check if user is registered before kamailio will try to > route reply to its user agent. > > IMHO it should be: > > onreply_route[MANAGE_REPLY] { > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) -

[SR-Users] Check if user is registered before reply is routed

2015-07-27 Thread Dmytro Bogovych
Greetings. Sorry for previous false letter. I want to check if user is registered before reply is routed to its target user agent. Imho it should be like this: onreply_route[MANAGE_REPLY] { if ($rm=="INVITE") { if (registered("location", $ru)) { # Do job - pause for 15 seconds and gi

[SR-Users] Check if user is registered after receiving reply

2015-07-27 Thread Dmytro Bogovych
Greetings. I want to check if user is registered before kamailio will try to route reply to its user agent. IMHO it should be: onreply_route[MANAGE_REPLY] { ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-

Re: [SR-Users] FROM number based on destination number

2015-07-27 Thread Keith
Hi, I have a requirement to change the FROM number to a different number depending on the destination number. For example if I dial 01789 from 0800 I want to change the 0800 from number to a 01789 number. Ideally I want to be able to do a db lookup on the destination number to then set the from n

Re: [SR-Users] Changing acc_cdrs time and duration columns from varchar to int/float

2015-07-27 Thread mayamatakeshi
Hello Daniel, I am load testing it and after tens of millions of records, there were no issues. So I will push this to production. Thank you, Regards, Takeshi On Mon, Jul 27, 2015 at 4:41 PM, Daniel-Constantin Mierla wrote: > Hello, > > iirc, Kamailio does only insert operations, therefore if

Re: [SR-Users] Changing acc_cdrs time and duration columns from varchar to int/float

2015-07-27 Thread Daniel-Constantin Mierla
Hello, iirc, Kamailio does only insert operations, therefore if you tested and works, then should be no problem, because there is no select to retrieve the values back in kamailio. Cheers, Daniel On 21/07/15 00:07, mayamatakeshi wrote: > > > On Tue, Jul 21, 2015 at 6:35 AM, mayamatakeshi > mailt

Re: [SR-Users] Siremis 4.2 with PHP 5.6

2015-07-27 Thread Daniel-Constantin Mierla
Hello, open an issue at: - https://github.com/asipto/siremis/issues That way it won't be forgotten. We will approach once we get the time to build a testbed with php 5.6. Cheers, Daniel On 21/07/15 17:10, Patrick Bezensiertblubb wrote: > Hi, > > i just freshly installed Kamailio in combini

Re: [SR-Users] New SIP INVITE from UAS (new dialogue)

2015-07-27 Thread Daniel-Constantin Mierla
Hello, uac_req_send() is not creating a request that is available in config file afterwards -- that function is sending out the request immediately and that is, the config is processing whatever was there before uac_req_send(). There are functions to send requests parts of dialog, but not exposed