On Thu, 2007-07-19 at 08:43 -0400, [EMAIL PROTECTED] wrote: > Looking for a simple way to pass the number that I dialed to a script in > extensions.conf... something like this:
[snip] > how do I pass the number that was dialed (from the creation of a .call file) > to the rep_callback.sh script ? You can define a channel variable in your call file, and that channel variable will be exposed to the dialplan. Simply put a line in your call file that looks like: Set: variablename=somevalue -- Jared Smith Community Relations Manager Digium, Inc. _______________________________________________ --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
