Hi,

not sure if this is correct. avp_pushto("$ruri",...) push the first found avp as new RURI and the additional AVPs as branches. There is no direct way to push a URI as branch (this might be subject of a new feature). But you can do a trick; let's say you have the URI you want to set as branch in avp i:10 ....

avp_write("$ruri","i:10"); # make another avp with the RURI to trick avp_pushto # now we have 2 avps - first is the RURI (added above) and the original i:10 avps
   avp_pushto("$ruri","i:10"); # push all i:10 avps as RURI + branches

regards,
bogdan


Klaus Darilion wrote:

Andreas M. wrote:

Hello,
how could it be done through AVP“s and database lookup, to do a parallel ringing.

Following setup:
If uri eg [EMAIL PROTECTED] is called, this call should be forwarded in parallel to a pstn-gateway.

That means, receive the AVP with the telephonnumber associated to uri [EMAIL PROTECTED], rewrite uri, rewrite host/port and forward in parallel to gateway.

I tried "append_branch", but was not able to put in the AVP (phonenumber), rewrite host/port points directly to the gateway. I have no troubles to load the AVP, only to make is possible, that the SIP Client and PSTN Phone are ringing in parallel.


I never did it yet, but I would try:
- append_branch to add a new branch and
- avp_pushto and push the AVP into the $duri.

klaus

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users




_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to