Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread Olle E. Johansson
On 27 Mar 2014, at 21:31, mark li wrote: > Olle > I've added some debug statements using the XLOG function like so: > > xlog("L_INFO", "my custom message"); > > but none of my debug statements appear in syslog. I don't get any errors > either when I restart kamailio. > any suggestion? > I

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread mark li
yep, i do.  I have the following entries in my config: modparam("xlog", "log_facility", "LOG_DAEMON") and closer to the top of the file i have log_facility=LOG_LOCAL0 From: Corey Edwards To: mark li ; Kamailio (SER) - Users Mailing List Sent: Thursday, M

[SR-Users] Patch to support symmetric UDP socket in mi_datagram

2014-03-27 Thread Muhammad Shahzad
Hi, After wasting most of the day trying to make mi_datagram over UDP socket work. I eventually realize that it does asymmetric UDP communication, which creates a lot of trouble for writing a useful MI script using PERL or Python etc. Anyhow, i go through the module code and was able to write a p

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread Corey Edwards
On Thu, Mar 27, 2014 at 2:31 PM, mark li wrote: > Olle > I've added some debug statements using the XLOG function like so: > > xlog("L_INFO", "my custom message"); > > but none of my debug statements appear in syslog. I don't get any errors > either when I restart kamailio. > any suggestion? > I

[SR-Users] Rx interface

2014-03-27 Thread Dees
   Does Kamailio  support full Rx interface?___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] kamailio db

2014-03-27 Thread info
Daniel, I found your writeup at http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour and tried to follow it. Jitsi would not connect even though it is running in the same box as Kamailio set up exactly as the linked page suggested. No firewalls exist between them. It connec

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread mark li
Olle I've added some debug statements using the XLOG function like so: xlog("L_INFO", "my custom message"); but none of my debug statements appear in syslog.  I don't get any errors either when I restart kamailio. any suggestion? I am loading the module in kamailio.cfg... I see a line that sa

Re: [SR-Users] kamailio db

2014-03-27 Thread Daniel-Constantin Mierla
Hello, the invite is replied with 200ok by kamailio, that should not happen. You have some wrong logic inside kamailio.cfg. You can load debugger module and set cfgtrace parameter of it to 1, then watch the logs to see which actions from kamailio.cfg are executed for the invite. Cheers, Da

Re: [SR-Users] kamailio db

2014-03-27 Thread Slava Bendersky
Hello Alex, After some testing I see on SDP call stack after first INVITE, U 2014/03/27 12:29:05.441651 10.237.236.150:56892 -> 10.237.236.207:5060 REGISTER sip:networklab.loc;transport=UDP SIP/2.0. Via: SIP/2.0/UDP 10.237.236.150:56892;branch=z9hG4bK-d8754z-956aca8a2d207a79-1---d8754z-. M

Re: [SR-Users] Integrating Kamailio and Freeswitch

2014-03-27 Thread mark li
Ok so here's the latest status: I still get a busy signal when I try to call from one phone to the other.  But I found one problem that was contributing to the issue. In my kamailio.cfg, I was adding a 'kb-' prefix before I route the call to freeswitch.  And on the freeswitch side, I was loo

Re: [SR-Users] Need to confirm the changes for the Kamailio.cfg

2014-03-27 Thread Daniel-Constantin Mierla
Hello, read the comments at the top of kamailio.cfg. You should add something like: #!define WITH_NAT Cheers, Daniel On 27/03/14 11:21, varun pratapsingh wrote: HI All, This is my first post to this community and I am new user of the Kmailio. I want to use the Kamailio and RTPProxy on the sa

[SR-Users] Need to confirm the changes for the Kamailio.cfg

2014-03-27 Thread varun pratapsingh
HI All, This is my first post to this community and I am new user of the Kmailio. I want to use the Kamailio and RTPProxy on the same machine. I have installed and rtpproxy succesfully and I have started both the kamailio and RtpProxy. My RtpProxy is listening on localhost:7722 port of my local ma

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread Daniel-Constantin Mierla
To see which lines from configuration file are executed per sip message, set cfgtrace parameter for debugger module. Cheers, Daniel On 26/03/14 22:01, Olle E. Johansson wrote: I find that raising the debug level only helps when I have issues with connections to 3rd party systems, like LDAP, R