Hi all, I've note that the variable DIALEDPEERNUMBER is broken. Now i want to know if exist another method to retreive the called number on *, and, if it's possible, an example ;) Regards.
I might be misunderstanding the question but wouldn't ${EXTEN} work? On Tue, 2005-03-08 at 04:31, Guy Decarpentrie wrote:> Hi all, > > I've note that the variable DIALEDPEERNUMBER is broken. > Now i want to know if exist another method to retreive the called number on *, > and, if it's possible, an example ;) > > Regards. > _______________________________________________ > 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050308/44deb3e2/attachment.htm
use ${EXTEN} or ${MACRO_EXTEN} if in a macro, in some case this doesn't do what you want (if you used a goto). but in most case this will work. On Tue, 8 Mar 2005 11:31:03 +0100, Guy Decarpentrie <guy@pangetel.fr> wrote:> Hi all, > > I've note that the variable DIALEDPEERNUMBER is broken. > Now i want to know if exist another method to retreive the called number on *, > and, if it's possible, an example ;) > > Regards. > _______________________________________________ > 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 >