Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread Binan AL Halabi
hej, You need rtpproxy-client //Binan From: spady spad...@gmail.com To: users@lists.opensips.org Sent: Thursday, September 27, 2012 12:35 AM Subject: Re: [OpenSIPS-Users] Rtpproxy connection Hi Binan, thanks for your reply. I read links you posted me but

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
Razvan, This seems to occur when one client is Nat'ed and the other client has a public IP address. The client with the private IP, is established first and ok with rtpproxy. The second client, with public IP, is where the failure occurs. I can confirm that no packets are being sent to

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Răzvan Crainea
Hi, Nathaniel! You are right, according to OpenSIPS error code, one of the send function parameters is invalid, and most likely the file descriptor. Unfortunately I can't confirm this with the logs we have so far. In order to study the problem further we should add some extra debugging in

[OpenSIPS-Users] Problem with 408 Request Timeout

2012-09-27 Thread nguyen khue
Hi all, I have a problem with 408 request timeout. My model is following: X-Lite -- OpenSIPS --- Asterisk. X-Lite registered on OpenSIPS. Now, I make call from X-Lite to Asterisk via OpenSIPS, if Asterisk was died or not process INVITE message,

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread Binan AL Halabi
You have this in your previous logs : ERROR:rtpproxy:send_rtpp_command: proxy udp:127.0.0.1:7890 and in config file modparam(rtpproxy, rtpproxy_sock, udp:127.0.0.1:7890) # CUSTOMIZE ME and your are running the proxy like  rtpproxy -F -s udp:127.0.0.1:10177 -l 10.9.23.41/151.x.x.201 -u root -d

[OpenSIPS-Users] load balance with LVS

2012-09-27 Thread Nick Chang
Hello I used LVS for opensips. But, It always not work. Do have anyone success?? Or LVS can't used opensips. I saw log. DBG:dialog:get_dlg: no dialog callid='1920734891' found DBG:dialog:dlg_onroute: Callid '1920734891' not found It tell me, can't found Callid in another Server.

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
Hi Binan, don't care about it. I made a lot of changing to figure out the issue so traces could be different to one another. Configuration of opensips and rtpproxy are always correct ( I mean the two part was always matched ). Thanks anyway :-) -- View this message in context:

[OpenSIPS-Users] Opensips crashes when retrieving AVPs from Radius requests

2012-09-27 Thread Samuel Muller
Hello, I see something really strange in v.1.8.x that not happened in v.1.7.x, concerning radius request. I'm using aaa_radius, acct and auth_aaa modules. I've 2 radius requests where i need to retrieve AVPs : one for the auth, antoher one to check the callee's stuff using call-check custom

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
I have some news but issue still present. I used unix socket, instead of udp, but RTPPROXY crashes at each call. Below traces of opensips side and rtpproxy side: OPENSIPS: *Sep 27 13:01:57 opensips /usr/local/opensips_proxy/sbin/opensips[26026]: ERROR:rtpproxy:send_rtpp_command: can't read reply

Re: [OpenSIPS-Users] Drouting and gateway monitoring

2012-09-27 Thread alexandre Moutot
Hi, I was speaking about failure from drouting probing. Do you think that failure_block is reached when drouting probing failed ? Regards, MOUTOT Alexandre a.mou...@alphalink.fr +33 (0)6 62 91 95 14 - Original Message - From: Binan AL Halabi binanalhal...@yahoo.com To: OpenSIPS

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread dpa
You should first start opensips, it creates unix socket and then rtpproxy. -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of spady Sent: Thursday, September 27, 2012 4:27 PM To: users@lists.opensips.org Subject: Re:

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
I tried but i get the following error: *Sep 27 15:09:49 opensips opensips: ERROR:core:set_mod_param_regex: parameter rtpproxy_sock not found in module nathelper* Seems that parameter you suggested me is not more avaible in nathelper module. I started rtpproxy like below *root 27019 1

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
I tried to use RTPPROXY_CLIENT but i get an error: *root@opensips:/tmp# java rtpproxy-client-api-0.2.jar Exception in thread main java.lang.NoClassDefFoundError: rtpproxy-client-api-0/2/jar Caused by: java.lang.ClassNotFoundException: rtpproxy-client-api-0.2.jar at

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
Yes, it is! I already tried with different users, both opensips and rtpproxy. -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Rtpproxy-connection-tp7581935p7581959.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

[OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread Binan AL Halabi
SELinux disabled ! //Binan - Forwarded Message - From: Binan AL Halabi binanalhal...@yahoo.com To: OpenSIPS users mailling list users@lists.opensips.org Sent: Thursday, September 27, 2012 4:31 PM Subject: Re: [OpenSIPS-Users] Rtpproxy connection hej spady, I see rtpproxy is root Is

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread Max Mühlbronner
Check which port rtpproxy is running on, to see if the port is reachable. netstat -anp|grep rtpproxy No available proxies, means opensips it not able to connect to your Rtpproxy control ports or unix socket. Best Regards Max M. On 09/27/2012 04:31 PM, Binan AL Halabi wrote: hej spady,

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
Razva, Yes, Great! I am currently running version 1.8.1 of Opensips. Thanks Nathaniel On 9/27/12 3:02 AM, Răzvan Crainea wrote: Hi, Nathaniel! You are right, according to OpenSIPS error code, one of the send function parameters is invalid, and most likely the file descriptor.

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
Hi Max, *No available proxies* and so on is because after first error ( opensips can't connect to rtpproxy and then it disable rtpproxy momentaly ). btw the port is listening: *root@opensips:/tmp# netstat -anp|grep rtpproxy udp0 0 127.0.0.1:7890 0.0.0.0:*

Re: [OpenSIPS-Users] Rtpproxy connection

2012-09-27 Thread spady
Hi Binan, i checked the debian and i really think that SELinux is not implemented and is obviuosly NOT RUNNING!! Maybe i did not understand you. Should be running? -- View this message in context: