Calin Serbanescu
2005-Mar-02 15:29 UTC
[Asterisk-Users] Dial Application/redirection on demand
Hello list, Is it possible to implement an application that satisfies the following scenario using agi and php? - user picks up phone - he wants to redirect all his calls to the cellphone - he dials *400 for example and all the calls addressed to him are diverted - he comes back to office next morning, dials *500 and his redirection is gone Note: my extensions.conf is entirely rebuilt at 5 minutes from a mysql database I just want to know if that's possible and eventually some ideeas on how to do it (i don't want examples, just a small schematic of how things should work) A hardware supplier came to me a few days ago and presented me a solution of "PBX over corporate lan" which is very expensive and crappy. It uses proprietary signalling, sends no caller id and uses redhat7.3 as host os for the controller. Also, it works only on the same lan segment as it uses broadcast for signalling. I want to show him that asterisk is much better and i need to know how to do the application i described. Thank you, Calin.
James Taylor
2005-Mar-02 16:50 UTC
[Asterisk-Users] Dial Application/redirection on demand
Look at asterisk@home http://asteriskathome.sourceforge.net/ Vertical Service Codes are built in the dialplan: *78/79 Do Not Disturb *70/71 Call Waiting *72/73 Call Forward ---- This is what you are possibly looking for. *90/91 Call Forward Busy *69 Call Trace Of course, you can "build" just about anything into the dial plan. James Taylor MetroTel 903-793-1956 On Thu, 03 Mar 2005 00:29:06 +0200, Calin Serbanescu <calin@tts.ro> wrote:> Hello list, > > Is it possible to implement an application that satisfies the following > scenario using agi and php? > > - user picks up phone > - he wants to redirect all his calls to the cellphone > - he dials *400 for example and all the calls addressed to him are > diverted > - he comes back to office next morning, dials *500 and his redirection > is gone > > Note: my extensions.conf is entirely rebuilt at 5 minutes from a mysql > database > > I just want to know if that's possible and eventually some ideeas on how > to do it (i don't want examples, just a small schematic of how things > should work) > > A hardware supplier came to me a few days ago and presented me a > solution of "PBX over corporate lan" which is very expensive and crappy. > It uses proprietary signalling, sends no caller id and uses redhat7.3 as > host os for the controller. Also, it works only on the same lan segment > as it uses broadcast for signalling. I want to show him that asterisk is > much better and i need to know how to do the application i described. > > Thank you, > Calin. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- James Taylor 3505 Summerhll Road Suite 11 Texarkana, Texas 75503 903-793-1953