Re: [SR-Users] Disable non-existent user warning

2018-03-07 Thread Stefan Rüetschli
Hi Daniel I did not compile it by miself, so I don't know. What I saw is, we have a symlink from serctl to kamctl, so both commands work, this is for compatibility reasons. Anyway, thank you! I tried this and it solved my problem. Cheers Stefan Am 07.03.18 um 08:50 schrieb Daniel-Constantin

Re: [SR-Users] SIP RFC behaviour for 180/200 to_tag mismatch

2018-03-07 Thread Mititelu Stefan
Hi Daniel, Thank you for making this clear! Also I have just found [1] (second paragraph) that enforces what you said. --- Stefan [1] https://tools.ietf.org/html/rfc3261#section-13.2.2.4 On Wed, Mar 7, 2018 at 9:43 AM, Daniel-Constantin Mierla wrote: > Hello, > > > On 06.03.18 17:24, Mititel

Re: [SR-Users] consume_credentials question

2018-03-07 Thread Aymeric Moizard
Tks Daniel, The trick worked! Regards Aymeric 2018-03-06 15:26 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > On 02.03.18 12:28, Aymeric Moizard wrote: > > > Hi list! > > I'm trying to remove Proxy-Authorization dedicated > to local subscriber without -and not the other ones > dedicated to o

[SR-Users] Kamailio not send NOTIFY for the state of the subscription when using Event: dialog (BLF)

2018-03-07 Thread Borislav Gergov
Hello, The initial NOTIFY that shows the server accepts our subscription is not sent: SUBSCRIBE sip:002@10.7.2.22;transport=TCP SIP/2.0. Via: SIP/2.0/TCP 10.2.4.38:63718 ;branch=z9hG4bK-524287-1---837a95d50bef81d4;rport. Max-Forwards: 70. Contact: . To: . From: ;tag=810bbd39. Call-ID: 8fMhJ4GnMrk

Re: [SR-Users] Kamailio not send NOTIFY for the state of the subscription when using Event: dialog (BLF)

2018-03-07 Thread Alex Balashov
Hi, But the trace you pasted suggests that the NOTIFY was in fact sent? On Wed, Mar 07, 2018 at 11:43:50AM +0200, Borislav Gergov wrote: > Hello, The initial NOTIFY that shows the server accepts our subscription > is not sent: > > SUBSCRIBE sip:002@10.7.2.22;transport=TCP SIP/2.0. > Via: SIP/2

Re: [SR-Users] Disable non-existent user warning

2018-03-07 Thread Daniel-Constantin Mierla
Hello, On 07.03.18 09:21, Stefan Rüetschli wrote: > Hi Daniel > > I did not compile it by miself, so I don't know. > What I saw is, we have a symlink from serctl to kamctl, so both > commands work, this is for compatibility reasons. ok, so it is something specific for local deployment, but actual

Re: [SR-Users] Choosing a Testing and Validation Tool

2018-03-07 Thread Daniel-Constantin Mierla
Hello, in the open source space, likely sipp is the tool that provides the most flexibility in creating your own sip scenarios for testing. There are couple of tools built around sipp that can make the life easier, like sippy_cup for generating scenarions:   - http://mojolingo.github.io/sippy_cu

[SR-Users] Tracking NAT Helper keepalives

2018-03-07 Thread Mark Boyce
Hi All Is there any way to extract round trip lime state from keepalives? I have a customer who’d like to duplicate the qualify feature of Asterisk. ie latency / distance of endpoint from server. Can’t see any way to hook in from the docs. Thanks Mark _

Re: [SR-Users] [sr-dev] SIP header when 911 called

2018-03-07 Thread Daniel-Constantin Mierla
Hello, you have a lot of flexiblity of adding headers with any content in kamailio. If you can point to the specs defining the headers you need to add, then we may be able to provide further directions on how to do it. Cheers, Daniel On 02.03.18 15:40, Abdul Basit wrote: > Hi Team, > > Does kam

Re: [SR-Users] Question about t_branch_timeout behavior.

2018-03-07 Thread Daniel-Constantin Mierla
Hello, where do you use t_set_fr()? In request_route before t_relay()? Cheers, Daniel On 02.03.18 13:26, José Seabra wrote: > Hi there, > I have some situations where Kamailio receives  replies (100 and then > 180) from the other end and after 2 seconds (timer defined on function > t_set_fr(0,20

Re: [SR-Users] Strongswan on same Server in EC2 as kamailio 4.4

2018-03-07 Thread Daniel-Constantin Mierla
Hello, are these calls getting double Record-Route headers? Cheers, Daniel On 23.02.18 13:41, Jonathan Hunter wrote: > Hi Guys, > > I have an issue with sending a BYE message back down a strongswan VPN > tunnel on a server in the Amazon EC2 environment. > > To get the configuration working co

Re: [SR-Users] KeepAlive Module

2018-03-07 Thread Daniel-Constantin Mierla
Hello, it might be an issue, this being rather new code, so the best is to open in item on the github.com/kamailio/kamailio tracker, then we will assign to the developer. Otherwise this report might be forgotten in the mailing list archive. Cheers, Daniel On 21.02.18 17:21, Social Boh wrote: >

Re: [SR-Users] Resend Authenticate REGISTER to two or more Asterisk PBX

2018-03-07 Thread Daniel-Constantin Mierla
Hello, try with t_replicate() from tm module. Cheers, Daniel On 21.02.18 14:45, Social Boh wrote: > Hello, > > I'd like know which is the best way to resend a Authenticate REGISTER to > two or more Asterisk. > > Repeating rewritehostport and forward commands for the number of > Asterisk Servers,