[SR-Users] tm and msilo module

2011-10-07 Thread Juha Heinanen
Mark Anthony C. Delfin writes: > ct 8 11:30:30 localhost kamailio[13856]: ERROR: tm [tm_load.c:48]: > tm:load_tm: Module not initialized yet, make sure that all modules that need > tm module are loaded after tm in the configuration file ... > Any ideas how can I fixed it. please read the error m

[SR-Users] proxy BYE to itself

2011-10-07 Thread caio
Hello, I have the following issue. A calls B, talk for a while, then B sends a BYE, but A never receives it. The BYE is transmited from the proxy listening interface:port to itself, but not to the asterisk port. U 2011/10/08 00:29:29.207335 Kamailio_IP:5060 -> Kamailio_IP:5060 BYE sip:K

[SR-Users] tm and msilo module

2011-10-07 Thread Mark Anthony C. Delfin
Dear List, I am trying to enable msilo on Kamailio but I'm getting an error ct 8 11:30:30 localhost kamailio[13856]: ERROR: tm [tm_load.c:48]: tm:load_tm: Module not initialized yet, make sure that all modules that need tm module are loaded after tm in the configuration file Oct 8 11:30:30 loca

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Hi Carsten Many thanks to you. Now I am able to run kamailio and rtp proxy properly. Thanks Austin On Fri, Oct 7, 2011 at 6:51 PM, Carsten Bock wrote: > Hi Austin, > > you could simply add dlg_manage() for INVITE's directly after your > "route(REQINIT)" request + a similar check in the "onre

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi Austin, you could simply add dlg_manage() for INVITE's directly after your "route(REQINIT)" request + a similar check in the "onreply_route". If you use rtpproxy_destroy() it will only destroy the current RTP-Session, not all of them. Kind regards, Carsten 2011/10/7 Austin Einter : > Carsten

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Carsten Really appreciate your input. I am completely new to this. Please bear with me with easy questions. When you say I can use rtpproxy_manage() in the request and response and use rtpproxy_destroy() in BYE, I want to know where I have to modify. Is it kamailio.cfg file where I need to modify

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi, you can simply use Kamailio and RTPProxy here. You simply can use rtpproxy_manage() in the request and in the reply; rtpproxy_destroy() in the Bye-Message. You must also use record_route() in order to have all subsequent requests going through your proxy. That should do your job. May you want

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Dear Carsten Thanks for reply. I did not install rtp proxy . I just installed kamailio after that I was able to run both kamailio and rtp proxy. I am surprised, I thought after installing kamailio 3.1.5, I will be able to execute both kamailio and rtpproxy. Not sure it it was installed in my lab

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi, did you also install the RTPProxy itself? It is an addon to Kamailio and not a part of Kamailio. You find the RTPProxy here: www.rtpproxy.org Carsten 2011/10/7 Austin Einter > Hi > I downloaded 3.1.5 Kamalio source, did make and install. Tried to run, and > tested few basic scenarios, ever

Re: [SR-Users] Multiple INVITEs and discarded call_control

2011-10-07 Thread Mino Haluz
Hi, I finally resolved this issue. The problem is in the callcontrol module. The original code: static int postprocess_request(struct sip_msg *msg, unsigned int flags, void *_param) { CallInfo *call; if ((msg->msg_flags & FL_USE_CALL_CONTROL) == 0) return 1; // the FL_USE_C