Re: [SR-Users] Kamailio, CPL, SIP CGI and alternatives.

2014-07-08 Thread LAA
:16:24 /usr/local/sbin/kamailio[4246]: last message repeated 5 times Jul 8 13:16:24 kamailio /usr/local/sbin/kamailio[4246]: DEBUG: [xavp.c:448]: xavp_destroy_list(): destroying xavp list (nil) Jul 8 13:16:24 kamailio /usr/local/sbin/kamailio[4246]: DEBUG: [receive.c:296]: receive_msg(): receive_msg:

[SR-Users] Kamailio, CPL, SIP CGI and alternatives.

2014-07-05 Thread LAA
Hi all, I'm looking for a mechanism to let users personalize the behaviour of their profile, uploading configuration changes to Kamailio. For example voice mail redirecion, time-based routing, etc. I'm testing CPL scripts (cpl-c module with Kamailio 4.1.3), but I have problems with the behaviour o

Re: [SR-Users] Webrtc: Don't catch 488 between JSSIP and SIP UA's

2014-06-06 Thread LAA
g("L_DBG", "HTTP Request Received\n"); if ($hdr(Upgrade)=~"websocket" && $hdr(Connection)=~"Upgrade" && $rm=~"GET") { # Validate Host - make sure the client is using the correct # alias for WebSockets if ($hdr(Host) == $null || !i

[SR-Users] Webrtc: Don't catch 488 between JSSIP and SIP UA's

2014-06-02 Thread LAA
Apologize. Previous message was too long. L. El 02/06/2014 20:25, "LAA" escribió: > Hi all, > > Another guy strugling his mind trying to get a configuration to enable > calls between WebRTC UA (JSSIP) to standard SIP UA (Twinkle or SjPhone) > I've been worki

[SR-Users] Problems migrating from rtpproxy/rtoproxy.so to rtpproxy-ng/rtpengine

2014-05-30 Thread LAA
On 05/28/14 13:31, LAA wrote: >>* Hi all, *>> >>* I'm currently running a pilot with kamailio 4.1.3 stable, and I would *>>* like to test WebRTC Capabilities. Websockets Support is runnig OK, and *>>* now I'm trying to deal with calls between WebTRC and

[SR-Users] Problems migrating from rtpproxy/rtoproxy.so to rtpproxy-ng/rtpengine

2014-05-28 Thread LAA
Hi all, I'm currently running a pilot with kamailio 4.1.3 stable, and I would like to test WebRTC Capabilities. Websockets Support is runnig OK, and now I'm trying to deal with calls between WebTRC and legacy softphones. I have installed rtpengine (as it a replacement for old mediaproxy-ng), and i

Re: [SR-Users] Problem with forward on busy.

2013-07-29 Thread LAA
that was the first version of kamailio+ser code together, and we had to > tune it in following 3.0.x versions to be compatible with what everyone > expected from kamailio or ser. > > Cheers, > Daniel > > > On 7/29/13 10:52 PM, LAA wrote: > > Hello Daniel, > > I t

[SR-Users] Problem with forward on busy.

2013-07-29 Thread LAA
Hello Daniel, I think that debugger module was released with Kamailio version 3.1.0. wasn't it? As I'm running Kamailio 3.0.0, I have set up debug=9. Here you have my config file, the raw capture of the call and the lines in kamailio log file. I see some messages regarding cpl-c module, and I wa

[SR-Users] Problem with forward on busy

2013-07-25 Thread LAA
Hi Carsten, I forgot exit!! Anyway, aas this was the last part of failure route it don't make any differente. Many Thanks. L. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rou

Re: [SR-Users] Problem with forward on busy

2013-07-25 Thread LAA
060) --> (5060) | 1|3,614| 404 Not Found | |SIP Status | |(5060) <-- (5060) | | 1|3,615| ACK | | |SIP Request | |(5060) --> (5060)

Re: [SR-Users] Problem with forward on busy

2013-07-25 Thread LAA
OK, Daniel and thanks for your help, I see that you don't append brach but you are calling route(RELAY) instead of t_relay() directly. I have tryed with this configuration within failure route: if (t_check_status("486|408")) { #revert_uri(); prefix("voicemail"); remove_hf

[SR-Users] Problem with forward on busy

2013-07-25 Thread LAA
Excuse me. I have created a new thread by mistake. ... Hello Hero, Thanks for your help. May be I'm loosing something. I have changed my config as you suggested (I thing so...): if (t_check_status("486|408")) { revert_uri(); prefix("voicemail"); remove_hf("P-App-Nam

Re: [SR-Users] Problem with forward on busy

2013-07-25 Thread LAA
sy Here | |SIP Status | |(5060) <-- (5060) | | |3,461| ACK | | |SIP Request | |(5060) --> (5060) | | Regards Luis 2013/7/25 Dan

Re: [SR-Users] Problem with forward on busy

2013-07-24 Thread LAA
|SIP Request | |(5060) --> (5060) | | |7,295| 200 OK| | |SIP Status | |(5060) <-- (5060) | | what am I loosing? Regards LAA * had the same is

[SR-Users] Problem with forward on busy

2013-07-23 Thread LAA
;; #rewritehostport("192.168.0.197:5080"); #append_branch("sip:4888@192.168.0.102"); append_branch(); # do not set the missed call flag again t_relay(); } } Has anybody experienced this problem? Any help would be wellcome Best Regards LAA ___ 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