返回列表 發帖

最近DTMF 唔work

如題,用 2b 係 asterisk,街打入,正常IVR greeting,不過DTMF 唔works,。

唔知係唔係裝咗 1.8.6 後。

回復 3# bubblestar


    未有時間,玩緊新嘢。

TOP

請問大家在asterisk 的 autoattendant 點寫法,可分享嗎?因為有時會食唔到全部DTMF ,出咗 invalid extensions

TOP

Some explanations and help offer to me

I don't think that its DTMF mode issue ! OP say pressing 9 asterisk ignores while pressing 6 is OK. Using expensive PBX solutions should be never be the first priority.

So I'd a similar experience in some asterisk version when I used to enter 2 asterisk always took 3-4 seconds to do anything wheras all other DTMF digits were working as quickly as DTMF entered.
Since pressing 6 key works fine means this could be more possibly issue with handset.
Also there is an option in background application "m" where background will only accept the DTMF whose extens are created in the same context..so if you've something like this in your dialplan

[test-BKGRND]
exten => s,1,Background(som-sound-file,m)
exten => s,n,Waitexten(20)

exten => 1,1,NOOP(User presssed 1)
exten => 3,1,NOOP(User presssed 1)
exten => 5,1,NOOP(User presssed 1)

Background will act as only recognizing DTMF 1,3,and 5.

even if its DTmfmode issue ...you can one more trick to fix this as well.. use application sipdtmfmode(inband|rfc2833|info)  if call is coming from a particular caller/UA.

I hope this could be of some help.

TOP

本帖最後由 ckleea 於 2011-9-19 22:06 編輯

回復 9# bubblestar

Not yet tried. Teaching at home. My daughter has a lot of homework.

TOP

返回列表