


下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、在Asterisk常見的DTMF問題和解決辦法兩個用戶在通話的時候怎么獲取DTMF按鍵Q:IwanttoknowifitispossibleinAsterisktocatchaDTMFeventsentbyoneofthephonetotriggeranaction,forexampletoplayasound/videocliptooneofthephones.A:Googleforfeatures,conf,butyou*11needtokeepasteriskinthecallpath,i.e.canreinvite=no,otherwisetheRFC2833DTMFcodeswill
2、onlybesentbetweentheendpoints.Ifyouneedtoreinvite,thenyoumighthavetotryusingSIP-INFOforDTMFinsteadofRFC2833.檢測DTMF按健音的長度?Q:Here'sthescenario,IamplanningtouseSIPphonetoconnectasterisklocalextensionnumberwhereitwillconnectmetomyagiserver.Myagiserver(writteninjava)asofnowcandetectandprintsdtmftones
3、butnotthedtmfdonebyprolongedkeypressed.A:AsofAsterisk1.4,ifyouuseRFC2833-generatedDTMF,thenitispossible.ItwouldalsobepossibleinanyversionwithinbandDTMF(whichrequiresulaworalaw).Allothercases,itisonlypossibletoknowthattheeventoccurred,nothowlongtheeventlasted.向電話會議用戶廣播DTMF按健Q:HowcanIarrangetheability
4、forMeetMeparticipantstopressDTMFkeysontheirphoneandforthetonestothenpassouttotheotherparty(ies)?A:Thepseudozapchannels-that*swhatallVOIPchannelshavetousetogetintoaMeetMe一can'tdoDTMFwithanymeasureofreliabilityatall.SowhatIdidwasprogramintoapp_conferencetheabilitytodoDTMFbroadcastingofbothinbandan
5、dRFCDTMF.ThebroadcastDTMFportionwilldoaseparatesendtoeachoftheparticipantsthathastheflagsetforRFCandforinbandflaggedparticipantsitwillgotoasectionthatwillplayanaudiofileofaDTMFtone(toallowforSIPRFCparticipantstosendDTMFtoinbandZapparticipantsforexample).Itdoesstillhavearandomdouble-freememorythatIca
6、n'tfindanyonetofixwhichwillcrashAsteriskifyouuseinbandDTMFbroadcastingalot,butithasworkedformeforperiodsoftimeaslongas2weekswithoutcrashing.(QuoteasofSep2021)TodoDTMFbroadcasting,makesureyoureadtheREADMEwhichhasinstructionsontheflagsforConferenceinthedialplan.修改DTMF長度Q:在哪里調(diào)整,怎樣才能調(diào)整DTMF長短?A:main/
7、channel.c,include/asterisk/channel.h:2021-04-2421:34+0000r61781-61787RussellBryant(Asterisk1.4.3)ImproveDTMFhandlinginast_read0evenmoreinresponsetoadiscussionontheasterisk-devmailinglist.Ichangedtheenforcedminimumlengthofadigitfrom100msto80ms.Furthermore,Imadeitnowenforceagapof45msinbetweendigits.Th
8、esevaluesarenotconfigurableinaconfigurationfilerightnow,buttheycanbeeasilychangednearthetopofmain/channel,c.電話會議中的DTMF處理問題:MeetMe會議可以將一個用戶的DTMF按鍵轉(zhuǎn)發(fā)給其他用戶嗎?回答:Asterisk1.4hasintroducedanewoption'F'inMeetMethatservesthispurpose.手工提取和發(fā)送DTMF數(shù)字Q:rmtryingtomakeasteriskdetectsomeDTMFdigitsduringacall
9、andpostthem(can'tuseWaitExtenorFeatures,conf).A:Iwouldsuggestthatyouimplementthatinlogger.candconfigurealinetosendlogstoanHTTPPOST(vialogger,conf),withthepbx_substitute_variables_helperfunction,usingthe$CURL()functiondirectly.Youmayneedto=>func_curl.soinmodules,conf,butthatwillworkwell.Orusea
10、simplelogwatcher:tail-n0-f/var/log/asterisk/debuggrep'DTMFdigit:'your_custum_filter解決常見故障的辦法* 激活debug模式,讓AsteriskCLI能夠接到DTMF事件通知。(不知道怎么做?看下面這個問題的回答)* 錄制聲音(使用ztmonitor),在聲音文件里確信Asterisk得到了有效的DTMF按鍵。問題:當(dāng)我從L2升級到1.4.13之后,CLI不再顯示DTMF了。我需要激活它嗎?答案:你需要在logger,conf里修改允許DTMF按鍵,然后在AsteriskCLI里面輸入reload
11、來讓你的這個修改生效。在Zap(PRI/El)上接收一個DTMF字符(Asterisk1.4)引用CLI>coresetdebugchannelZap/ITJul3013:19:05«TYPE:DTMFBegin(12)SUBCLASS:5(53)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:N/A(0)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:N/A(0)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:
12、N/A(0)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:N/A(0)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:N/A(0)Zap/1-1Jul3013:19:05«TYPE:NullFrame(5)SUBCLASS:N/A(0)Zap/1-1Jul3013:19:06«TYPE:DTMFEnd(1)SUBCLASS:5(53)Zap/1-1帶內(nèi)DTMF檢測不可靠* Possiblesolution:Makesureyouhaveazapteltimer/
13、timingdevice,i.e.either'ztdummy*orsomezaptelhardwareonyoursystem.* Anotherpossiblesolution:Ifyourasteriskisntreliablyrecognizingdtmfandyou'reusingaproviderthatonlysupportsinbanddtmf,considerdumpingthemforanotherproviderthatcangiveyououtofbanddtmfsuchasRFC2833.Dependingonyoursituation,thismaybeaneasierfixthansomeothersolutions.Inbanddtmfdetectionseemstobeveryproblematic.重復(fù)收到DTMF按鍵* Changethesettingrelaxdtmf=andseeifthathelps* IfyouappeartobereceivingdoubledDTMFsignalsthenyouarelikelytogetbothinbandandRFC2833orSIPINFOsignallingonyourAsteriskbox;youwil
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 檔案行政管理辦法規(guī)定
- 地理知識梳理與綜合能力提升策略
- 北京護送車輛管理辦法
- 村民務(wù)工補貼管理辦法
- 因果復(fù)句的歷史演變與語言學(xué)分析
- 廢舊農(nóng)膜回收與處置制度困境與完善路徑探究
- 公共住房資產(chǎn)管理辦法
- 決策咨詢工作管理辦法
- 銀行金融產(chǎn)品的精準(zhǔn)營銷策略
- 內(nèi)部孵化項目管理辦法
- 鍋爐澆注料施工方案
- GB/T 17394.1-2014金屬材料里氏硬度試驗第1部分:試驗方法
- GB/T 1606-2008工業(yè)碳酸氫鈉
- 葛的栽培技術(shù)
- 《綠色建筑概論》整套教學(xué)課件
- 山東中醫(yī)藥大學(xué)2020-2021學(xué)年內(nèi)科護理學(xué)試題及答案2
- 2022年綿陽江油市社區(qū)工作者招聘考試模擬試題及答案解析
- 初中道德與法治學(xué)科教學(xué)經(jīng)驗交流
- 工程測量、定位放線控制點復(fù)核記錄表
- 申辦出入境證件的函
- 安全評估收費指導(dǎo)意見
評論
0/150
提交評論