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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo