Hello Cosimo,<br><br>I have successfully developed such Follow-Me systems with only using openser, not sure if my scenarios fits you so I will depict it bellow:<br>1. User sets his follow me number via a web interface, sms, email, ivr, etc (in case of ivrs you need to write your own module in one of the media servers - I prefer sems to do that).<br>
2. User has assigned an incoming global number(DDI).<br>3. When the user receives a call to his global number, the call will hit openser.<br>4. Openser checks the ddi inside aliases (dbalias) and replace it with the number set on step 1.<br>
5. Openser sends out the call to pstn gateway with the new number (or in any other location, even to mediaserver&nbsp; in case of voicemail or inband announcements).<br><br>An important point will be here setting up proper accounting (you cannot have control on external user so you can bill him for the second leg pstn call), therefore you need to use some tricks:<br>
1. Replace the billing-party with the username called in step 3. <br>2. Use openser multi-accounting capability in order to get the second leg billing.<br><br>Hope the info helps.<br><br>With regards,<br>DanB<br><br><br><div class="gmail_quote">
On Feb 12, 2008 5:32 PM, Cosimo Fadda &lt;<a href="mailto:cosimo.fadda@klarya.it">cosimo.fadda@klarya.it</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>I&#39;m very new to this list.<br>In my setup I use openser as proxy an asterisk as pstn gateway.<br>I want to implement a &#39;follow-me&#39; service, i.e. I want users to dial a<br>particular number and then<br>they can enter a phone number where receive their incoming calls.<br>
So which is the best solution: use asterisk to perform a lookup in the<br>DB and decide to which number route the call,<br>ore use openser maybe with the &#39;exec_dset&#39; command?<br>Or there is a command that I&#39;m missing that can implement this function?<br>
<br>Thanks in advance,<br><br>Cosimo<br>--<br>*Ing. Cosimo Fadda<br>System Engineer<br><br>Klarya s.r.l.*<br><br>Sede Operativa:<br>Via Agnini 47 - 41037 Mirandola (MO)<br><br>Tel +39 0535 27325<br><br>Fax +39 0535 610050<br>
<br>Mob +39 3316907200<br><br>Sede Legale:<br>Via Salgari, 17 - 41100 Modena<br><br>Tel +39 059 821332 Fax +39 059 821492<br><br>email: <a href="mailto:cosimo.fadda@klarya.it">cosimo.fadda@klarya.it</a><br><br>web: <a href="http://www.klarya.it" target="_blank">www.klarya.it</a><br>
<br><br>*<br>**Open Source IP Communications*<br>__________________________________________________<br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.openser.org">Users@lists.openser.org</a><br>
<a href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div><br>