Hi  <br><br>For parallel forking or group ringing, you can use avp_db_load. For example:<br><br>&nbsp;&nbsp;&nbsp; if (avp_db_load(&quot;$ruri/username&quot;, &quot;$avp(s:cfu)/forward&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;cfu: $avp(s:cfu)\n.&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; avp_pushto(&quot;$ruri&quot;, &quot;$avp(s:cfu)/g&quot;);<br>&nbsp;&nbsp;&nbsp; };<br><br>Use the &quot;g&quot; option to add all URIs. I believe you may also be able to set it statically like:<br><br>&nbsp;&nbsp;&nbsp; modparam(&quot;avpops&quot;,&quot;avp_aliases&quot;,&quot;myGroup=i:665&quot;)
<br><br>&nbsp;&nbsp;&nbsp; avp_write(&quot;sip:u1@host&quot;, &quot;$myGroup&quot;);<br>&nbsp;&nbsp;&nbsp; avp_write(&quot;sip:u2@host&quot;, &quot;$myGroup&quot;);<br>&nbsp;&nbsp;&nbsp; avp_pushto(&quot;$ruri&quot;, &quot;$myGroup/g&quot;);<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> &lt;<a href="mailto:s.capitanio@caspur.it">s.capitanio@caspur.it</a>&gt; 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&#39;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 &quot;rewriteuser&quot; and &quot;append_brach&quot; but I can&#39; 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>