[asterisk-users] retrieve last number dialled

2007-11-28 Thread Eric Smith
What is the easiest (simplest) way to do this? -- - Eric Smith ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit:

Re: [asterisk-users] retrieve last number dialled

2007-11-28 Thread Patrick
On Wed, 2007-11-28 at 11:07 +0100, Eric Smith wrote: What is the easiest (simplest) way to do this? Store the dialed number in the Asterisk DB and setup an extension to retrieve it from the DB and dial it. Regards, Patrick ___ --Bandwidth and

Re: [asterisk-users] retrieve last number dialled

2007-11-28 Thread Benjamin Jacob
simultaneous calls??.. will this correctly ensure the last call retrieved from such DB was indeed the last call received? Patrick wrote: On Wed, 2007-11-28 at 11:07 +0100, Eric Smith wrote: What is the easiest (simplest) way to do this? Store the dialed number in the Asterisk DB and

Re: [asterisk-users] retrieve last number dialled

2007-11-28 Thread Yehavi Bourvine +972-8-9489444
What is the easiest (simplest) way to do this? I do it in two steps: Save the dialled number in Asterisk DB and have a special extension (*41) which redials it. Here is the abstract from the dialplan where I save it: Set(_To=${EXTEN}); // Save the original extension

Re: [asterisk-users] retrieve last number dialled

2007-11-28 Thread Patrick
On Wed, 2007-11-28 at 17:08 +0530, Benjamin Jacob wrote: simultaneous calls??.. will this correctly ensure the last call retrieved from such DB was indeed the last call received? Look at the subject. He said *dialled* number, not received :) Regards, Patrick

Re: [asterisk-users] retrieve last number dialled

2007-11-28 Thread Benjamin Jacob
duhhh !! Patrick wrote: On Wed, 2007-11-28 at 17:08 +0530, Benjamin Jacob wrote: simultaneous calls??.. will this correctly ensure the last call retrieved from such DB was indeed the last call received? Look at the subject. He said *dialled* number, not received :) Regards, Patrick