kamailio dispatcher module in my environment uses only UDP
I have not been able to find how I can configure kamailio dispatcher module to
use TCP
Would appreciate any help
Bijan
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis
I am not using DB, so I am writing my dispatcher list file manually like below:
0 sip:10.233.20.171:5060;transport=udp A 1 bijan=zxy;td=1
0 sip:10.233.20.106:5060;transport=tcp A 2 bijan=xyz;td=1
But kamailio does not interpret flags and priority as I hoped. What would be
correct syntax for writi
o:sr-users-boun...@lists.sip-router.org] On Behalf Of Karimi-Cherkandi,
Bizhan
Sent: Friday, September 27, 2013 10:58 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] dispatcher: what is the syntax for dispatcher list file
I am not using DB, so I am writing my dispatcher list fil
I am currently using register_timer() to register one of ,my timers. Any idea
how I would delete this timer later? I noticed that register_timer is new, the
functions timer_del() and timer_free() are old and expect 'struct timer_ln *'
which I do not have (this is not used in register_timer())