Joseph
2005-Aug-22 10:58 UTC
[Asterisk-Users] Pause during dialing to enter another number
I need to execute account number, device number after dialing main number; what is the best solution? Is it possible to pause during dialing. Dial 1-800-number press 1 for English wait 5sec enter device number wait 5sec enter device ID What are my best options? -- #Joseph
William Suffill
2005-Aug-22 11:32 UTC
[Asterisk-Users] Pause during dialing to enter another number
I'd suggest Dial(trunk/18005555555,30,D(1ww5555ww25555) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced http://www.voip-info.org/wiki-Asterisk+cmd+Dial and http://lists.digium.com/pipermail/asterisk-users/2004-November/071853.html On 8/22/05, Joseph <syscon@interbaun.com> wrote:> > I need to execute account number, device number after dialing main > number; what is the best solution? > Is it possible to pause during dialing. > Dial 1-800-number > press 1 for English > wait 5sec enter device number > wait 5sec enter device ID > > What are my best options? > > -- > #Joseph > _______________________________________________ > 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/20050822/b6a226e7/attachment.htm
Jonathan k. Creasy
2005-Aug-22 14:05 UTC
[Asterisk-Users] Pause during dialing to enter another number
w and W allow call recording when passes as options to DIAL, in this case they are being passed as options to D(). -jonathan -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of John Novack Sent: Monday, August 22, 2005 3:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Pause during dialing to enter another number William Suffill wrote:> I'd suggest Dial(trunk/18005555555,30,D(1ww5555ww25555) > > That will cause it to dial that DMTF string on connect and w causes a> pause. I haven't tested it just referenced > http://www.voip-info.org/wiki-Asterisk+cmd+Dial > and >http://lists.digium.com/pipermail/asterisk-users/2004-November/071853.ht ml>Yet the Wiki says otherwise. w and W allow call recording What is the CORRECT information regarding dialing and inserting pauses?? John Novack _______________________________________________ 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