[asterisk-users] dynamic menus in dialplan

David fire ddfire at gmail.com
Mon Apr 13 21:53:38 CDT 2009


hi
you can use AGI or a database internal or external
then if you know all the satellites  and are a few you can
if(${SAT1}=1)
playback(SAT1)
if(${SAT2}=1)
playback(SAT2)
.
.
.

or you can use an agi
David


2009/4/14 Eric Fort <eric.fort at gmail.com>

> I have an application that needs to vary the menu choices available based
> upon the availability of an external resource at a given time.  What I have
> in mind is a system that can uplink a user to one of many different
> satellites.  Due to the nature of orbital mechanics a satellite may be out
> of range at any given time.  I only want to present a menu of available
> satellites.  I can query an external program for a list of available
> satellites, but how can I use that list to present menu options for
> selection?  What's the best way of doing this?  Does anyone know of similar
> examples?
>
> Thanks,
>
> Eric
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090414/a90dd225/attachment.htm 


More information about the asterisk-users mailing list