[OpenSIPS-Users] Integration between OpenXCAP and OpenSIPS

2011-05-23 Thread Swetha Raj
Hi All, I'm trying enable XCAP integration with OpenSIPS.I followed Doddy's page to setup OpenSips on ubuntu and followed this link http://openxcap.org/wiki/Configuration to setup OpenXCAP to set OpenXCAP However i'm not able to get both working together.When i login an user through Jitsi

Re: [OpenSIPS-Users] Timer based Failover to SIP Provider

2011-05-23 Thread Duane Larson
I do have it set. Forgot to include my modparams modparam("tm", "fr_inv_timer", 20) #When ringing callee and receive a 180 RINGER reply after x seconds failover modparam("tm", "fr_inv_timer_avp", "$avp(s:fr_inv_timer)") modparam("tm", "fr_timer_avp", "$avp(s:fr_timer)") modparam("tm", "onreply_a

Re: [OpenSIPS-Users] Timer based Failover to SIP Provider

2011-05-23 Thread Brett Nemeroff
On Mon, May 23, 2011 at 4:41 PM, Duane Larson wrote: > I am trying to set up some logic that will allow me to failover to a > secondary SIP Provider's IP address and I found this subject on how you can > implement it > > > http://opensips-open-sip-server.1449251.n2.nabble.com/Timer-Based-Failover-

[OpenSIPS-Users] Timer based Failover to SIP Provider

2011-05-23 Thread Duane Larson
I am trying to set up some logic that will allow me to failover to a secondary SIP Provider's IP address and I found this subject on how you can implement it http://opensips-open-sip-server.1449251.n2.nabble.com/Timer-Based-Failover-Question-td5758903.html In order to test I send my first call t

[OpenSIPS-Users] ICE and two clinets behind nat

2011-05-23 Thread giti
Hi i have checked ICE betwean two cleints behind nat A:192.168.0.100 and nat ip address is 174.x.x.x B:192.168.1.2 and nat ip address is 175.x.x.x when i trace packets by wareshark , i have stun bindign request from A to be with in valdi ip address to B invalid ip address 0.100 to 1.2 and vi

Re: [OpenSIPS-Users] New acc module for cdr generation over Radius

2011-05-23 Thread Cindy Leung
Make sure you are running OpenSIPS 1.6.4 and including the dialog module. Then follow the usage of cdr_flag in http://www.opensips.org/html/docs/modules/1.6.x/acc.html. You'll then see the call-duration in the STOP packet. Hope that helps. On May 21, 2011, at 4:07 AM, Abid Saleem wrote: > D

[OpenSIPS-Users] TLS not working properly - 477 Send failed (477/TM)

2011-05-23 Thread Toyima Dias
Hi, I've seen previous mails to my problem, but seems that none were solved...the thing is that i've my blink softphone registered with my OpenSIPS using TLS, as you can see here: Domain:: location table=512 records=2 AOR:: 1000@192.168.131.129 Contact:: sip:gsbpyeqv@192.168.131.1:63831;

Re: [OpenSIPS-Users] opensips => SEMS(voicemail)

2011-05-23 Thread Stefan Sayer
Hallo Max, hast Du auch ein Beispiel für die komplette voicemail-konfiguration, wie in http://ftp.iptel.org/pub/sems/doc/current/howtostart_voicemail.html ? Die würde ich dann gerne in die SEMS-Doku aufnehmen. Insbesondere, wie funktioniert es nocheinmal in openser mit domain ID und user ID?

Re: [OpenSIPS-Users] PUA module functions and XCAP functionality

2011-05-23 Thread Paris Stamatopoulos
In you 'is_method("REGISTER")' block you should add something along these lines: if( !search("^User-Agent: X-Lite")) { pua_set_publish(); } And in your 'is_method("INVITE")' something like: If( !search("^User-Agent: X-Lite")) { dialoginfo_set(); } This way when a non presence capable