[SR-Users] dispatcher: how to set the transport protocol

2013-09-26 Thread Karimi-Cherkandi, Bizhan
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

Re: [SR-Users] dispatcher: what is the syntax for dispatcher list file

2013-09-27 Thread Karimi-Cherkandi, Bizhan
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

Re: [SR-Users] dispatcher: what is the syntax for dispatcher list file

2013-09-27 Thread Karimi-Cherkandi, Bizhan
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

[SR-Users] using timer in kamailio

2013-11-01 Thread Karimi-Cherkandi, Bizhan
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())