I need to setup asterisk so that users can dial into asterisk using normal phone lines and and enter a number when prompted then this number should be accessable to a backend app. is this possible in asterisk. any pointer would be helpfule
Yes, this is possible. You could use AGI (see the examples in the CVS tree) and save the number to a database, text file, etc, or your can use the built-in asterisk database if you only need to store one number at a time.
--Ernest
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
