I have a problem with my Asterisk system. When I use my phone to call my office mailbox I have to end my password with #. (The office do not use Asterisk) " # " is also used as a transfer button on my asterisk, so when I press it I hear my Asterisk trying to transfer the call. Is there any way to change the transfer button or remove it ? Fredrik
On Wed, 2006-03-01 at 15:51 +0100, Fredrik Jensen wrote:> I have a problem with my Asterisk system. > When I use my phone to call my office mailbox I have to end my password with > #. (The office do not use Asterisk) > > " # " is also used as a transfer button on my asterisk, so when I press it I > hear my Asterisk trying to transfer the call. > > Is there any way to change the transfer button or remove it ? > > > FredrikChange the entry in features.conf eg blindxfer => #1 will move it to #1 instead of #. Rdgs Pete
Hi Fredrik, You need to remove the "T" from your dialstring. This is done through "General Settings"/"Asterisk Dial command options" in Asterisk@Home and AMP. -- Bjorn -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Fredrik Jensen Sent: Wednesday, March 01, 2006 9:52 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk transfer conflict I have a problem with my Asterisk system. When I use my phone to call my office mailbox I have to end my password with #. (The office do not use Asterisk) " # " is also used as a transfer button on my asterisk, so when I press it I hear my Asterisk trying to transfer the call. Is there any way to change the transfer button or remove it ? Fredrik _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Its in features.conf blindxfer => ## ; Blind Transfer atxfer =>*# ; Attended Transfer I use ## for transfer. It doesn't happen to often in other systems. Michael Sampson Information Systems Manager Customer Contact Services msampson@yourccsteam.com 952-936-4000 Fredrik Jensen wrote:> I have a problem with my Asterisk system. > When I use my phone to call my office mailbox I have to end my > password with #. (The office do not use Asterisk) > > " # " is also used as a transfer button on my asterisk, so when I > press it I hear my Asterisk trying to transfer the call. > > Is there any way to change the transfer button or remove it ? > > > Fredrik _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Fredrik Jensen > Sent: Wednesday, March 01, 2006 3:52 PM > > Is there any way to change the transfer button or remove it ?Change it in features.conf Mimmus
On Wednesday, March 01, 2006 3:52 PM Fredrik Jensen wrote:> " # " is also used as a transfer button on my asterisk, so when I > press it I hear my Asterisk trying to transfer the call.Have a look at features.conf. What version of Asterisk are you running? Staring with 1.2 (I think) you can map transfer to anything you like (e.g. ## instead of #). Regards, JP -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3104 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060301/7a093b09/smime.bin
On 3/1/06, Fredrik Jensen <Insider_kt@hotmail.com> wrote:> I have a problem with my Asterisk system. > When I use my phone to call my office mailbox I have to end my password with > #. (The office do not use Asterisk) > > " # " is also used as a transfer button on my asterisk, so when I press it I > hear my Asterisk trying to transfer the call. > > Is there any way to change the transfer button or remove it ? >Remove the 't' or 'T' from the Dial String options or change the featuremap in /etc/asterisk/features.conf. -- Bird's The Word Technologies, Inc. http://www.btwtech.com/
Modify the [featuremap] in asterisk/features.conf Example config: [featuremap] blindxfer => #1 ; Blind transfer atxfer => #2 ; Attended transfer disconnect => *0 ; Disconnect automon => *1 ; One Touch Record This way, when you press pound to enter your voicemail, you will not activate the transfer (unless you press #1/#2) Wes Baehr Ability Business Computing, Ltd. Office: 330.882.0455 x25 Cell: 330.882.0455 x35 wbaehr@abilitybusiness.com -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Fredrik Jensen Sent: Wednesday, March 01, 2006 9:52 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk transfer conflict I have a problem with my Asterisk system. When I use my phone to call my office mailbox I have to end my password with #. (The office do not use Asterisk) " # " is also used as a transfer button on my asterisk, so when I press it I hear my Asterisk trying to transfer the call. Is there any way to change the transfer button or remove it ? Fredrik _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
see /etc/asterisk/features.conf On 3/1/06, Fredrik Jensen <Insider_kt@hotmail.com> wrote:> > I have a problem with my Asterisk system. > When I use my phone to call my office mailbox I have to end my password > with > #. (The office do not use Asterisk) > > " # " is also used as a transfer button on my asterisk, so when I press it > I > hear my Asterisk trying to transfer the call. > > Is there any way to change the transfer button or remove it ? > > > Fredrik > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060301/4939f470/attachment.htm
The other option is in your dial plan, you would have the options "Tt" on the dial commands. Remove these extra options and that will save you. On Thu, March 2, 2006 6:37 am, Moises Silva said:> see /etc/asterisk/features.conf > > On 3/1/06, Fredrik Jensen <Insider_kt@hotmail.com> wrote: >> >> I have a problem with my Asterisk system. >> When I use my phone to call my office mailbox I have to end my password >> with >> #. (The office do not use Asterisk) >> >> " # " is also used as a transfer button on my asterisk, so when I press >> it >> I >> hear my Asterisk trying to transfer the call. >> >> Is there any way to change the transfer button or remove it ? >> >> >> Fredrik >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> Asterisk-Users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >>