Re: [SR-Users] UAC authentication

2017-01-20 Thread anfecora
Thank you Daniel. It will work if i have username and password in db or something else. In this case i am getting the register from the sip client and i dont have the passwd but i need to forward it somehow via uac and on challenge pass it back to the sip client. I have done this with $du and

Re: [SR-Users] Best way to log incoming/outgoing sip messages?

2017-01-20 Thread Sergey Okhapkin
Use xlog function. See $mb core variable documentation. On Friday, January 20, 2017 10:27:03 PM Pranathi Venkatayogi wrote: > Hi, > What is the best way to get a complete dump of incoming/outgoing SIP > messages of Kamailio server? I encountered “SIPTrace” module, but it > writes to database.

[SR-Users] Best way to log incoming/outgoing sip messages?

2017-01-20 Thread Pranathi Venkatayogi
Hi, What is the best way to get a complete dump of incoming/outgoing SIP messages of Kamailio server? I encountered “SIPTrace” module, but it writes to database. Is there a way we can write to syslog instead? Thanks Pranathi ___ SIP Express

Re: [SR-Users] Ansible Kamailio role

2017-01-20 Thread Gholamreza Sabery
There are already a role and a Github repository for Kamailio deployment. The repository can deploy an Active-Passive Kamailio cluster with a cluster of RTPProxy servers; for more info refer to: http://github.com/ghrst On Fri, Jan 20, 2017 at 10:06 PM, Alberto Llamas

[SR-Users] Siremis Multi domain

2017-01-20 Thread Annus Fictus
Hi, I think Siremis not work correctly in a multi domain scenario if the extension number are the same for two domains. I explain a little more. I have two extension: 1 2...@sip1.domain.org 2 2...@sip2.domain.org On the Siremis I create the user 200 with the SIPuser role. When I login

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Daniel-Constantin Mierla
Hello, is this about public registration? Not the subscriber table management, right? Cheers, Daniel On 20/01/2017 16:38, Annus Fictus wrote: > Hi, > > I think Siremis not work correctly in a multi domain scenario if the > extension number are the same for two domains. > > I explain a little

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Daniel-Constantin Mierla
I was referring to the feature of allowing public registration: - http://kb.asipto.com/siremis:install40x:public-registration Or you created the siremis user 200 via the admin user? Cheers, Daniel On 20/01/2017 16:56, Annus Fictus wrote: > Sorry but I don't understood your questions. > >

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Annus Fictus
I have found the explication: "...Have in mind that Siremis itself at the current version is not fully multi-domain capable, the usernames have to be unique across all domains if you want to allow self-management via web" Regards El 20/01/2017 a las 11:00, Daniel-Constantin Mierla escribió:

Re: [SR-Users] UAC authentication

2017-01-20 Thread Daniel-Constantin Mierla
To understand properly -- you don't have access to the user profile at all? The server where the registration is forwarded is not managed by you? Cheers, Daniel On 20/01/2017 13:50, anfecora wrote: > Thank you Daniel. It will work if i have username and password in db > or something else. > >

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Annus Fictus
Sorry but I don't understood your questions. the two extension are in the subscriber table in a multi domain Kamailio scenario/configuration. Regards El 20/01/2017 a las 10:49, Daniel-Constantin Mierla escribió: Hello, is this about public registration? Not the subscriber table management,

Re: [SR-Users] serial forking calls using TSILO

2017-01-20 Thread Daniel-Constantin Mierla
Hello, have you stored the transaction for the second account? Cheers, Daniel On 20/01/2017 11:05, Tomas Zanet wrote: > Hello, > I’m using Kamailio 4.4.4 with TSILO module in order to support Push > Notifications used by our voip app on Apple ios10. > So far, everything works fine: Kamailio

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Annus Fictus
Hi, I created from admin user... Regards. El 20/01/2017 a las 11:00, Daniel-Constantin Mierla escribió: I was referring to the feature of allowing public registration: - http://kb.asipto.com/siremis:install40x:public-registration Or you created the siremis user 200 via the admin user?

Re: [SR-Users] [sr-dev] FOSDEM 2017

2017-01-20 Thread Alexandr Dubovikov
Hi Daniel, IMHO we can do like last year. It was good organized. Wbr, Alexandr On 20 January 2017 at 11:00, Daniel-Constantin Mierla wrote: > Hello, > > another edition of FOSDEM is approaching, about 2 weeks left: > > - https://fosdem.org/2017/ > > Couple of devs and

[SR-Users] Get ip from contact on redirect

2017-01-20 Thread Diego Nadares
Hi Guys, Anybody knows how to get the ip of the new contact of the redirect? I need it to update one xavp variable that contains the INVITE destination. 6 2017-01-20 12:44:55.138473 172.16.213.38 *172.16.208.121* SIP/SDP 85 Request: INVITE sip:01152780776@172.16.208.121:5060 | 9 2017-01-20

Re: [SR-Users] Get ip from contact on redirect

2017-01-20 Thread Daniel Tryba
On Fri, Jan 20, 2017 at 01:04:00PM -0300, Diego Nadares wrote: > Anybody knows how to get the ip of the new contact of the redirect? I need > it to update one xavp variable that contains the INVITE destination. Don't know about an IP, but you get the contact in the (failure) response with:

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Annus Fictus
Maybe the select would be based on the e-mail of user so If I put a e-mail on the subscriber table and this e-mail have 1 or 100 associated extension, on the Siremis for the user with the same email registration I can see all extension. When i create a SIP user on the Siremis, I have to deny

Re: [SR-Users] NAPTR/SRV lookups fail when use_dns_failover is enabled.

2017-01-20 Thread Jeremy Gadd
Thanks for the response! DNS lookups work in Kamailio as long as use_dns_failover is set to "off." It's only when the failover is enabled that they break. I think this means it's not a DNS issue, but something in Kamailio. I should mention we're pointing to Verizon's services with many many

Re: [SR-Users] Get ip from contact on redirect

2017-01-20 Thread Daniel Tryba
On Fri, Jan 20, 2017 at 05:11:32PM +0100, Daniel Tryba wrote: > The host part of this contact is: $(T_rpl($ct){nameaddr.uri}); Which is not correct, {uri.host} should to the job (according to https://www.kamailio.org/wiki/cookbooks/4.1.x/transformations#urihost )

Re: [SR-Users] Siremis Multi domain

2017-01-20 Thread Daniel-Constantin Mierla
I remember that, there was no support for domains in siremis framework itself -- no much interest in it so no further work on this direction. But I wonder what happens if you try with usern...@domain.com?!? It may require a small patch to split username and domain out of it. Cheers, Daniel On

[SR-Users] Ansible Kamailio role

2017-01-20 Thread Alberto Llamas
Hello Kamailians, I just wanted to share an Ansible role for the installation and compilation of a Kamailio server. It may required improvements and I will be more than happy to heard them. *https://galaxy.ansible.com/albertollamaso/Ansible-kamailio-role/

Re: [SR-Users] UAC authentication

2017-01-20 Thread Daniel-Constantin Mierla
Hello, you have to set authentication username and password inside the $uac_req(...) -- see the attributes for it at: - https://www.kamailio.org/wiki/cookbooks/4.4.x/pseudovariables#uac_req_key Cheers, Daniel On 20/01/2017 07:26, anfecora wrote: > can someone please guide me where to find

Re: [SR-Users] Kamailio parse failed message

2017-01-20 Thread Daniel-Constantin Mierla
On 19/01/2017 22:56, Daniel-Constantin Mierla wrote: > > Hello, > > > On 19/01/2017 10:48, Hai Bui Duc Ha wrote: >> Hi Daniel, >> >> Thank you for reply. >> >> On Tue, Jan 17, 2017 at 6:05 PM, Daniel-Constantin Mierla >> > wrote: >> >> Hello, >>

[SR-Users] FOSDEM 2017

2017-01-20 Thread Daniel-Constantin Mierla
Hello, another edition of FOSDEM is approaching, about 2 weeks left: - https://fosdem.org/2017/ Couple of devs and many Kamailio friends will be around. Like past year, there is a Realtime Communications devroom, this edition on Sunday. Very interesting presentation for our ecosystem: Olle

[SR-Users] serial forking calls using TSILO

2017-01-20 Thread Tomas Zanet
Hello, I'm using Kamailio 4.4.4 with TSILO module in order to support Push Notifications used by our voip app on Apple ios10. So far, everything works fine: Kamailio can get an incoming call, suspend it, then send push notification with an external script, receive a new app registration and

Re: [SR-Users] Return body/string from Perl library

2017-01-20 Thread Daniel-Constantin Mierla
On 20/01/2017 05:40, David Cunningham wrote: > Hi Daniel, > > Yes, that works. Thank you! Welcome! Daniel > > > On 19 January 2017 at 19:53, Daniel-Constantin Mierla > > wrote: > > Hello, > > no familiar with the app_perl api and the docs