Re: [SR-Users] Kamailio & Asterisk SIP Registration Forwarding - Asterisk replies 401 Unauthorized

2015-07-17 Thread Ben Fitzgerald
I think I have fixed the authentication issue yet the SIP dialog has completely changed. Now the dialog involves Asterisk sending SIP NOTIFY to Kamailio, which is then forwarded to the client. Kamailio.cfg has no routes to handle NOTIFY and there are no SUBSCRIBE messages preceding the NOTIFY. Only

Re: [SR-Users] Double Record-Route to subscriber with multiple locations on different SIP transports

2015-07-17 Thread Andrey Utkin
Have adopted doing record_route function call in t_on_branch()-installed branch_route, and nowhere else. But there's still an issue with TLS & WS calls: double RR header is not added, but just single one, with no transport= attribute. Here's how such problematic INVITEs look like (TLS -> kamaili

Re: [SR-Users] Compiling only one module

2015-07-17 Thread Loic Chabert
Hello Daniel, I have used this command before, but no compilation. Tell me if something is wrong on my process: - Copy src directory to /modules - Create make file corresponding to my module - Execute your command to make binaries My files should have a special permissions ? The output module com

Re: [SR-Users] Double Record-Route to subscriber with multiple locations on different SIP transports

2015-07-17 Thread Andrey Utkin
2015-07-16 12:26 GMT+03:00 Daniel-Constantin Mierla : > if you run Kamailio behind NAT and want to advertise a different > (public) IP address in SIP headers, then it is recommended to use: > > listen=privateip advertise publicip > > See: > > http://www.kamailio.org/wiki/cookbooks/4.3.x/core#listen

Re: [SR-Users] Compiling only one module

2015-07-17 Thread Daniel-Constantin Mierla
Hello, use: make modules modules=modules/influxdb (replace influxdb with what the actual name of the module is). I added an entry in the FAQ for it, with some more details, see: https://www.kamailio.org/wiki/tutorials/faq/main#modules Cheers, Daniel On 17/07/15 13:12, Loic Chabert wrote: > H

Re: [SR-Users] Dialogue restore after initial processing

2015-07-17 Thread Joao Alves
Hi Daniel, Following up on this, I continued doing further tests... So I confirmed that the to-tag value is in fact added to the $tt only after the SIP ACK is received. So I was able to temporarily stored them (just for the sake of pursuing tests...) as: $shv(ftag)=$ft; $shv(ttag)=$tt; When l

[SR-Users] Compiling only one module

2015-07-17 Thread Loic Chabert
Hello, I'm writing a new module for influxdb stats. I've wrote my code and now i need to compile it. How can i compile it ? I don't want to compile all modules, only this one. Thanks in advance, Regards. ___ SIP Express Router (SER) and Kamailio (OpenSE

Re: [SR-Users] Dialogue restore after initial processing

2015-07-17 Thread Joao Alves
Hi Daniel, If I remember correctly the To-tag would be needed prior to 200 OK do to "early dialogs". Which in a way is supported by the 180 Ringing where the To-tag was self-generated by kamailio when building the response. So I was not sure was a "bug" not updating the $tt accordingly or, whet

Re: [SR-Users] SIPCapture and Message Queues

2015-07-17 Thread Javi Gallart
Hello, I haven't tested it, but the Kazoo module provides you with an AMQP connector the allows you to publish messages to RabbitMQ. Would that work for you? Javi On 16/07/15 12:52, Grant Bagdasarian wrote: Hello, Would it be possible to send the messages captured by the sipcapture modu