[OpenSIPS-Users] Getting Error When Configuring OpenSIPS + FreeRadius`

2010-02-26 Thread Ahmed Munir
Hi, I've configured the OpenSIPS version 1.6 (svn version) with FreeRadius (latest now a days.) and clientradius_ng (latest now a days). The connectivity with radius server and mysql was successful, as I follow the steps as mentioned in this link;

[OpenSIPS-Users] Using OpenSIPS/MediaProxy infrastructure with ICE enabled - looking for feedback

2010-02-26 Thread Adrian Georgescu
Hello, We have enabled the latest OpenSIPS/MediaProxy versions with support for ICE negotiation on http://sip2sip.info We managed to obtain with our initial testing using Blink (based on PJSIP stack) directly connected RTP media streams between the end- points (by using the server reflexive

Re: [OpenSIPS-Users] Adtran TA900-series user agent for CDRTool

2010-02-26 Thread Adrian Georgescu
Jeff, Send me in private the picture in two sizes one 30 pixels high and one bigger up to maximum 200 pixels and the regexp for the user agent and I will add it to the code. Adrian Adrian and team, Some time ago I added support to my installation of CDRTool for the Adtran TA900-series

Re: [OpenSIPS-Users] Getting Error When Configuring OpenSIPS + FreeRadius`

2010-02-26 Thread Andrew Pogrebennyk
On 26.02.2010 14:33, Ahmed Munir wrote: Feb 26 14:47:47 rose /usr/local/sbin/opensips[25988]: ERROR:aaa_radius:rad_avp_add: failure Feb 26 14:47:47 rose /usr/local/sbin/opensips[25988]: ERROR:acc:acc_aaa_request: failed to add Source-IP, 13 And I also check table radacct in mysql database,

Re: [OpenSIPS-Users] how to make opensips supports ipv6?

2010-02-26 Thread Bogdan-Andrei Iancu
Hi, Opensips by default supports IPv6, so setting an ipv6 listener is all you need to do. Regards, Bogdan CheeWii wrote: hi! I have a SIP client,and I want to have a test of weather the client support ipv6. So I need make opensips can listen the Ipv6 address.what should I do ?

Re: [OpenSIPS-Users] From Header field Domain/IP address use by remote system

2010-02-26 Thread Bogdan-Andrei Iancu
Hi Julien, doing IP based auth by the FROM domain is really insecure - only the IP at network level may be trusted. But if you want to change the FROM URI to reflect some IP address, use uac_replace_from() from UAC module - it will do it in RFC complaint way. Regards, Bogdan Julien Chavanton

Re: [OpenSIPS-Users] Cancel processing in acc

2010-02-26 Thread Bogdan-Andrei Iancu
Hi Alex, you need to both set the report_cancels param and to set the acc flag in route (for the cancel request). Regards, Bogdan Alex G wrote: For some reason or another my cancels are not making it to the acc table. I have the paramater set to 1 to process cancels. Do I need to set

Re: [OpenSIPS-Users] Cancel processing in acc

2010-02-26 Thread Alex G
does it process them using method = BYE in the acc? Or should I be seeing CANCEL as method? On Fri, Feb 26, 2010 at 10:01 AM, Bogdan-Andrei Iancu bog...@voice-system.ro wrote: Hi Alex, you need to both set the report_cancels param and to set the acc flag in route (for the cancel request).

[OpenSIPS-Users] MediaProxy v2.4.0.tar.gz - Missing Files?

2010-02-26 Thread Alan Frisch
Went and DLed the latest MediaProxy (2.4.0) and upon running ./setup.py build end up with the following error: gcc: mediaproxy/interfaces/system/_conntrack.c: No such file or directory This existed in the 2.3.10 .tar.gz archive. If I copy the missing file(s) from the 2.3.10 archive, it further

[OpenSIPS-Users] issues with prepared statements in mysql

2010-02-26 Thread Alex G
I have a scenario where I execute a trigger in mysql when info is added to the acc table. In some circumstances, my trigger results in a duplicate key when it tries to add info to another table. The prepared statement functionality reads this as an error, and fails to do the insert into the acc