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
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
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
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
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
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
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
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
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