[SR-Users] kamdbctl error.

2017-01-23 Thread Venkatesh Macha
Hi all, I am using debian jessie, I just installed kamailio 4.4 from source and trying to create kamailio database using kamdbctl but when i try to run the kamdbctl create i am getting following charset error. /usr/local/sbin/kamdbctl create MySQL password for root: INFO: creating database

Re: [SR-Users] kamdbctl error.

2017-01-24 Thread Venkatesh Macha
Thanks, Denial. It is working now. -- View this message in context: http://sip-router.1086192.n5.nabble.com/kamdbctl-error-tp155288p155345.html Sent from the Users mailing list archive at Nabble.com. ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] kamdbctl error.

2017-01-24 Thread Venkatesh Macha
Hi Daniel, Thanks for your response, I think there is character set mismatch in my VM. Is there any posibility to set character set while running the command. Thanks -- View this message in context: http://sip-router.1086192.n5.nabble.com/kamdbctl-error-tp155288p155314.html Sent from the

[SR-Users] Executing perl script with command line parameters.

2017-01-25 Thread Venkatesh Macha
Hi all, I am trying to execute external Perl script from the Kamailio config file. My script accepts few command line parameters but if I try to pass command line parameters like below, It is not working. exec_msg("/root/test.pl 1 '$var(env)' '$fU'"); # i tried with exec_avp also How

Re: [SR-Users] remove offline message prefix of Offline message of MSILO module

2017-02-15 Thread Venkatesh Macha
Got it, I need to add the following parameter. modparam("msilo", "add_date", 0) Thanks. -- View this message in context: http://sip-router.1086192.n5.nabble.com/remove-offline-message-prefix-of-Offline-message-of-MSILO-module-tp156088p156093.html Sent from the Users mailing list archive at

[SR-Users] MSILO offline messages are coming in reverse order.

2017-02-15 Thread Venkatesh Macha
Hi all, I am using MSILO module for the offline messaging feature. It is working good. But If I send more than one message to the offline user. Those messages are delivering in the reverse order. Please consider the following scenario. A sending B ( B is offline, so messages are stored in

[SR-Users] remove offline message prefix of Offline message of MSILO module

2017-02-15 Thread Venkatesh Macha
Hi all, I am implementing Offline messages functionality using the MSILO module. Everything went well. I am able to store and send those offline messages when the user comes online. But my present problem is, I don't want the offline message prefix. Please look at the following example.

[SR-Users] How to handle CANCEL if corresponding INVITE transaction is missing

2017-02-21 Thread Venkatesh Macha
Hi all, I am using Kamailio 4.4.5, It is working fine. But in one case. If i make a video call between the two users and cancels the call then Call is not disconnecting on the callee side. Please look the following scenario. 1000 made one video call to 2000 2000 is ringing. Now 1000

Re: [SR-Users] MSILO offline messages are coming in reverse order.

2017-02-17 Thread Venkatesh Macha
Hi Daniel, We are using Mysql Database. But i am getting messages in reverse order. Thank you -- View this message in context: http://sip-router.1086192.n5.nabble.com/MSILO-offline-messages-are-coming-in-reverse-order-tp156098p156158.html Sent from the Users mailing list archive at

Re: [SR-Users] How to handle CANCEL if corresponding INVITE transaction is missing

2017-02-22 Thread Venkatesh Macha
Hi Guys, Any Idea on about CANCEL handling. Thank you -- View this message in context: http://sip-router.1086192.n5.nabble.com/How-to-handle-CANCEL-if-corresponding-INVITE-transaction-is-missing-tp156243p156275.html Sent from the Users mailing list archive at Nabble.com.