Jerry Geis
2005-Mar-02 14:19 UTC
[Asterisk-Users] Way to disable "#" as transfer and just take the key.
I am running into a problem where I have a menu and I want the user to enter # when they are done. However doing so then asks to transfer. How do I disable that. Thanks, Jerry
Eric Wieling
2005-Mar-02 15:11 UTC
[Asterisk-Users] Way to disable "#" as transfer and just take the key.
Jerry Geis wrote:> I am running into a problem where I have a menu and I want the > user to enter # when they are done. However doing so then asks > to transfer. How do I disable that.Don't use options on the Dial option that you do not understand. Remove the "t" or "T" option from your Dial line.
Jay Milk
2005-Mar-02 15:12 UTC
[Asterisk-Users] Way to disable "#" as transfer and just take thekey.
This is quite possibly the most popular question on this mailing list. - Remove t/T options from the Dial command - Change the transfer-key in features.conf - google the list for more suggestions> -----Original Message----- > From: Jerry Geis [mailto:geisj@pagestation.com] > Sent: Wednesday, March 02, 2005 3:20 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Way to disable "#" as transfer and > just take thekey. > > > I am running into a problem where I have a menu and I want > the user to enter # when they are done. However doing so then > asks to transfer. How do I disable that. > > Thanks, > > Jerry
Paul Zimm
2005-Mar-03 06:30 UTC
[Asterisk-Users] Way to disable "#" as transfer and just take thekey.
>This is quite possibly the most popular question on this mailing list. > >- Remove t/T options from the Dial command > >this only works in CVS-HEAD not 1.0x stable>- Change the transfer-key in features.conf > >