Re: [asterisk-users] Trouble getting feature codes to work

2010-01-22 Thread Kevin P. Fleming
hugolivude wrote: > I have this in features.conf: > > [applicationmap] > testfeature1 => #9,caller,Playback,tt-monkeys > testfeature2 => #8,callee,Playback,tt-monkeys > > and this in the context where the dial takes place: > > include => featuremap > include => applicationmap You need to re-re

Re: [asterisk-users] Trouble getting feature codes to work

2010-01-22 Thread hugolivude
Thanks for the GREAT tip. Changing to a single feature digit of * for blindxfer worked which led me to changing featuredigittimeout = 2000. Now I can do blindxfer w/ ##. Why I didn't try changing featuredigittimeout long ago is beyond me! *blush* Thanks again. One thing that still doesn't work

Re: [asterisk-users] Trouble getting feature codes to work

2010-01-22 Thread Karsten Wemheuer
Hi, Am Donnerstag, den 21.01.2010, 21:08 -0500 schrieb hugolivude: > Hi, > > I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. > Features.conf contians this: > > blindxfer=## > atxfer=*2 > automon=*1 > disconnect=** > > I'm really most interested in getting disconnect to wo

Re: [asterisk-users] Trouble getting feature codes to work

2010-01-21 Thread hugolivude
Thanks for the reply. I'm not convinced it's a DTMF problem anymore because I tried all the options still no luck :-( Also I'm dialing the number from an IVR menu so it is recognizing the '1' that i press from the menu. Any other ideas I could try? I am supposed to put this: include => featurem

Re: [asterisk-users] Trouble getting feature codes to work

2010-01-21 Thread C. Chad Wallace
At 9:08 PM on 21 Jan 2010, hugolivude wrote: > The call works fine and the CLI tells me that ** is an active feature: > > Builtin Feature Default Current > --- --- --- > Pickup*8 *8 > Blind Transfer# ## > Attended

[asterisk-users] Trouble getting feature codes to work

2010-01-21 Thread hugolivude
Hi, I'm having trouble getting feature codes to work in Asterisk 1.4.21.2. Features.conf contians this: blindxfer=## atxfer=*2 automon=*1 disconnect=** I'm really most interested in getting disconnect to work so that I hear "Goodbye" when I press ** during a call connected this way in my dial pl