Hi <br><br>For parallel forking or group ringing, you can use avp_db_load. For example:<br><br> if (avp_db_load("$ruri/username", "$avp(s:cfu)/forward")) {<br> xlog("cfu: $avp(s:cfu)\n.");
<br> avp_pushto("$ruri", "$avp(s:cfu)/g");<br> };<br><br>Use the "g" option to add all URIs. I believe you may also be able to set it statically like:<br><br> modparam("avpops","avp_aliases","myGroup=i:665")
<br><br> avp_write("sip:u1@host", "$myGroup");<br> avp_write("sip:u2@host", "$myGroup");<br> avp_pushto("$ruri", "$myGroup/g");<br><br>And of course, if multiple endpoints are configured to use the same account and username, by default that account will ring to all those contacts.
<br><br><div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">Stefano Capitanio</b> <<a href="mailto:s.capitanio@caspur.it">s.capitanio@caspur.it</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi list,<br><br>is it possible to set a Pickup-Group in openser?<br>what i want is that a call directed for example to <a href="mailto:sip:voip@isp.it">sip:voip@isp.it</a><br>is forwarded to two different users, let's say
<a href="mailto:tech_assistance1@isp.it">tech_assistance1@isp.it</a><br>and <a href="mailto:tech_assistance2@isp.it">tech_assistance2@isp.it</a> (in parallel)<br>maybe I can use "rewriteuser" and "append_brach" but I can' find the
<br>right way!<br><br>thank you for any help,<br>Stefano<br><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openser.org">Users@openser.org</a><br><a href="http://openser.org/cgi-bin/mailman/listinfo/users">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div><br>