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

2011-05-19 Thread Saúl Ibarra Corretgé
Hi, On May 19, 2011, at 8:13 AM, Jayesh Nambiar wrote: Hello all, I have setup an opensips with call and presence capabilities with xcap. Now there are some Endpoints that does not support presence capabilities for which I use PUA module. So whenever those endpoints are registered the

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

2011-05-19 Thread Max Mühlbronner
Hi, The sems example uses variables which are setup at serweb. (email/language/...) These should be set in opensips config (maybe taken from database/ whatever...) There are variables in opensips containing some of the values you could use like the request domain / from uri / ...

Re: [OpenSIPS-Users] adding 1 alias to more than one subscriber

2011-05-19 Thread Toyima Dias
Hi Dave, i've added the line modparam(alias_db, append_branches, 1), but now i'm trying to call the alias 314001 and the INVITE is going to both users 1000 and 1001 as expected: that's nice... # U 2011/05/18 13:55:52.918314 *192.168.131.129:5060 - 192.168.131.1:61052 *INVITE

Re: [OpenSIPS-Users] Reroute B2B call after failure

2011-05-19 Thread osiris123d
Do you have some code example of how to do this? I am not sure what variables need to be overwritten. -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Reroute-B2B-call-after-failure-tp6371369p6383969.html Sent from the OpenSIPS - Users mailing list archive

[OpenSIPS-Users] Rewrite Username in URI when using userloc

2011-05-19 Thread Spencer Thomason
Hello all, I'm using Opensips in between several Freeswitch and Asterisk boxes (each with multiple DIDs) and my ITSP's proxies. The local IP PBXs register to Opensips and inbound routing is done via the userloc module. The problem I have is that I need to send in incoming INVITE to the

Re: [OpenSIPS-Users] Reroute B2B call after failure

2011-05-19 Thread Ovidiu Sas
On Thu, May 19, 2011 at 6:16 PM, osiris123d duane.lar...@gmail.com wrote: Do you have some code example of how to do this?  I am not sure what variables need to be overwritten. destination URI and request URI:: http://www.opensips.org/Resources/DocsCoreVar#toc29

Re: [OpenSIPS-Users] Reroute B2B call after failure

2011-05-19 Thread duane . larson
Thanks Ovidiu. I was using $rd before to send it to the Proxy, but $du looks to be better suited for that. And then $ru works perfect for representing the Primary or Backup SIP Gateway. Appreciate it!!! On , Ovidiu Sas o...@voipembedded.com wrote: On Thu, May 19, 2011 at 6:16 PM,

Re: [OpenSIPS-Users] adding 1 alias to more than one subscriber

2011-05-19 Thread Dave Singer
Toyima, Not sure how much you know about branches, so... With that switch branches are added for each alias. By default any test or action in the rest of the main route script only applies to the first branch. That is why only the first branch has the lookup location done to it. In order to

Re: [OpenSIPS-Users] Rewrite Username in URI when using userloc

2011-05-19 Thread Dave Singer
Spencer, Looks like you just need to move $rU=$oU; into branch_route[2] Note that in failure route it will be reset to what it was before changes done in branch route so you may want to do it in main route and in branch route. Dave On Thu, May 19, 2011 at 4:02 PM, Spencer Thomason