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 plan: exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) exten => 1,n,Playback(vm-goodbye) The call works fine and the CLI tells me that ** is an active feature: Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # ## Attended Transfer *2 One Touch Monitor *1 Disconnect Call * ** Park Call When I press ** during a call though, nothing appears in the CLI (verbosity = 4). I do it very quickly so I don't believe timeout is an issue. I'd be grateful for any troubleshooting tips. Thanks, H -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20100121/38074817/attachment.htm
C. Chad Wallace
2010-Jan-22 02:31 UTC
[asterisk-users] Trouble getting feature codes to work
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 Transfer *2 > One Touch Monitor *1 > Disconnect Call * ** > Park Call > > When I press ** during a call though, nothing appears in the CLI > (verbosity = 4). I do it very quickly so I don't believe timeout is > an issue. > > I'd be grateful for any troubleshooting tips.Try different values of dtmfmode (rfc2833, inband, info) in sip.conf for the SIP peer that you call in from. Asterisk is probably monitoring the wrong method for DTMF. -- C. Chad Wallace, B.Sc. The Lodging Company lodgingcompany.com OpenPGP Public Key ID: 0x262208A0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available Url : lists.digium.com/pipermail/asterisk-users/attachments/20100121/5ff1a6e0/attachment.pgp
Karsten Wemheuer
2010-Jan-22 12:02 UTC
[asterisk-users] Trouble getting feature codes to work
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 work so that I > hear "Goodbye" when I press ** during a call connected this way in my > dial plan: > > exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT) > exten => 1,n,Playback(vm-goodbye) > > The call works fine and the CLI tells me that ** is an active feature: > > Builtin Feature Default Current > --------------- ------- ------- > Pickup *8 *8 > Blind Transfer # ## > Attended Transfer *2 > One Touch Monitor *1 > Disconnect Call * ** > Park Call > > When I press ** during a call though, nothing appears in the CLI > (verbosity = 4). I do it very quickly so I don't believe timeout is > an issue.As DTMF recognition is not the problem (as You told in the other post), You can check two other things: 1) Exclude the timing issue: Are the other 2-character feature codes working? What about testing with a 1-character code setting or with a featuretimeout in the conf-file (I believe the default is very short) 2) If this is a sip-to-sip call, check if asterisk stays in the audio path (you can check it with a network sniffer like tcpdump or wireshark). HTH, have a nice weekend, Karsten