[SR-Users] Send() function

2012-04-05 Thread Gustavo Vidovich
Hi everyone, We are using Kamailio as a dispatcher to other two Kamailio servers and want it to stateless forward messages without adding a VIA header. We try to use the send function, but you can not give a pseudo variable as a parameter ($dd in this case as this variable is set by the ds_select_

[SR-Users] Kamailio 3.2.2 Error - usrloc

2012-04-05 Thread Gilbert T. Gutierrez, Jr.
Centos6 x64 Kamailio 3.2.2 installed using RPMs installed from http://download.opensuse.org/repositories/home:/kamailio:/telephony/CentOS_CentOS-6/ I am using MySQL as the backend to this system and am setting up a multidomain server. I am slowly getting all the parts I want put together but

[SR-Users] Siremis on Mysql and Kamailio on Postgresql

2012-04-05 Thread Jonny Klompas
I've setup a siremis installation using Mysql for the siremis tables. Kamailio is installed with postgresql on another machine. I selected Postgresql in seremis setup under SIP DB and correctly inserted the right username/password/host. Connection was successful. I can login to Siremis (ver 3.2.0)

Re: [SR-Users] rtpproxy and CANCEL in serial forked scenarios

2012-04-05 Thread Jan Klepal
Hello, On Friday 10 of February 2012 14:02:08 Daniel-Constantin Mierla wrote: > Hello, > > On 2/9/12 5:13 PM, Andreas Granig wrote: > > Hi, > > > > I ran into a scenario with couple of serial forks where kamailio loops > > to itself and, due to the looping, the INVITE to a new branch happens > >

Re: [SR-Users] in doubt about in-dialog INVITE Route params processing

2012-04-05 Thread Andrew Pogrebennyk
Hi, despite my initial doubt it works well :-) Thank you Daniel. On 04/04/2012 05:51 PM, Daniel-Constantin Mierla wrote: > Hello, > > is record_route() executed as well as add_rr_param() for reinvites? > Cannot spot in the logs. You can load debugger module and enable > cfgtrace to see what actio

Re: [SR-Users] Problem with xpath updates of XCAP documents

2012-04-05 Thread Peter Dunkley
Hi, The full log helped me see what is going on. Rather embarassingly it is a Linux command line or curl error. This command: curl --digest -u 111:111 -T pidf_modify.xml -H "Content-Type: application/xcap-el+xml" -X PUT http://192.168.0.130:5060/xcap-root/pidf-manipulation/users/sip:1...@multif

Re: [SR-Users] Acc Module - logging forked calls.

2012-04-05 Thread Stephen Dodge (Bistech)
Thanks Daniel, Setting the missed call flag again in my failure_route blocks did the trick. Cheers, Stephen Dodge From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: 03 April 2012 12:27 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Steph

Re: [SR-Users] KAMAILIO no audio establishment

2012-04-05 Thread Karsten Horsmann
Hi Ryan, try it again. Kamailio itself didnt care about rtp (audio). So you must setup an multihomed kamailio and rtpproxy in bridging mode between the networks. Then kamailio calls rtpproxy_manage to rewrite the sdp and the rtp traffic goes thru rtpproxy. 2012/4/4 Ryan Gholam : > Hello , > > i

Re: [SR-Users] Kamailio server with Two interface

2012-04-05 Thread Karsten Horsmann
Hi Marwan, i still try to do the same (with public ip / private ip) with kamailio. Thats is what i figured out (its not 100% but better then nothing): turn mhomed=1 in your kamailio.cfg and do "rtpproxy -l network.1-ip network.2-ip" for bridging. Kamailio should listen:network-ip1 and listen:netw

Re: [SR-Users] Questions on multihomed setup

2012-04-05 Thread Karsten Horsmann
Hi Daniel, i attached the debuglog with higher level. There is an "rr [loose.c:103]: failed to parse Route HF" error also. Unfortunately now the rtpproxy segfaults, if i call rtpproxy_manage with IE / EI parameters. Cheers, Karsten 2012/4/4 Daniel-Constantin Mierla : >> In wireshark i see that

Re: [SR-Users] LCR

2012-04-05 Thread Juha Heinanen
Jeff Russell writes: > I wish that were the case, I am already logging this and there is > nothing wrong with the URI , it there seems to be no issues if I use > another non-lcr route :( > xlog("L_NOTICE","route[IVR]: Original URI <$tu>\n"); you are logging $tu, which has nothing to do with lc

[SR-Users] Kamailio server with Two interface

2012-04-05 Thread Marwan Idriss
Greeting, I have a Kamailio server connected to two network, Network one their an Asterisk server, at network two we have the client one a client call , the call will have no audio voice how I can solve this using Kamailio and rtp server ? Thanks for your help Regards __

[SR-Users] KAMAILIO no audio establishment

2012-04-05 Thread Ryan Gholam
Hello , i am facing an issue concerning kamailio where i am trying to connect the kamailio to the asterisk using a private ip and the kamailio is connected using a public ip for the clients .I am trying to create a call from the client the phone rings but there is no audio conversation happening ,

Re: [SR-Users] LCR

2012-04-05 Thread Jeff Russell
Grrr.. My apologies, your right! (whoda thunk it), the error was because this was for a register, not a route, that has now been taken care of and I'll work a little more on getting the right info into the LCR db tables. May thanks, sorry about my ineptitude. Jeff On 2012-04-04, at 2:05 AM

Re: [SR-Users] LCR

2012-04-05 Thread Jeff Russell
I wish that were the case, I am already logging this and there is nothing wrong with the URI , it there seems to be no issues if I use another non-lcr route :( also, I would really like and example of what the contents of the db should be. Again, many thanks, Jeff xlog( "L_NOTICE", "here");

Re: [SR-Users] TLS module not working

2012-04-05 Thread Gnaneshwar Gatla
Hey Daniel, I've run into this issue again. A fresh install of Kamailio on Ubuntu with the latest release of openssl (OpenSSL 1.0.0e). I have installed libssl and libssl-dev. I'm currently using the latest build Kamailio 3.2.2 and installing from source. The output of pkg-config --libs libssl i