Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sip 自由开关印度进步音调_Sip_Telephony_Freeswitch - Fatal编程技术网

Sip 自由开关印度进步音调

Sip 自由开关印度进步音调,sip,telephony,freeswitch,Sip,Telephony,Freeswitch,我正在使用Freeswitch 1.6来检测进度音。我需要配置India,但我无法找到正确的测试号码来验证回铃/忙/重订铃声,正在查找现有的工作设置 使用spandsp.conf.xml模块。我让我们,MX,BR工作得很好 我查看了ITU-T标准和星号示例配置: [in] description = India ringcadence = 400,200,400,2000 dial = 400*25 busy = 400/750,0/750 ring = 400*25/400,0/200,400

我正在使用Freeswitch 1.6来检测进度音。我需要配置India,但我无法找到正确的测试号码来验证回铃/忙/重订铃声,正在查找现有的工作设置

使用spandsp.conf.xml模块。我让我们,MX,BR工作得很好

我查看了ITU-T标准和星号示例配置:

[in]
description = India
ringcadence = 400,200,400,2000
dial = 400*25
busy = 400/750,0/750
ring = 400*25/400,0/200,400*25/400,0/2000
congestion = 400/250,0/250
callwaiting = 400/200,0/100,400/200,0/7500
dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
record = 1400/500,0/15000
info = !950/330,!1400/330,!1800/330,0/1000
stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,400*25

India (Republic of) Acceptance tone - 400 1.0 on 4.0 off
Busy tone - 400 0.75 on 0.75 off
Congestion tone - 400 0.25 on 0.25 off
Dial tone - 400x25 continuous
Special dial tone - 400 2.8 on 0.2 off
Holding tone - 400 0.25 on 0.25 off 0.25 on 3.25 off
Intrusion tone - 400 0.15 on 4.85 off
Refusal tone - 400 0.25 on 0.25 off
Ringing tone - I (local calls) 400x25 0.4 on 0.2 off 0.4 on 2..0 off
Ringing tone - II (NSD/ISD calls) 400x25 1.0 on 2.0 off
Route tone - 400 0.1 on 0.9 off
Call waiting tone - 400 0.2 on 0.1 off 0.2 on 7.5 off
我对spandsp.conf.xml进行了如下配置:

         <!-- India -->
         <descriptor name="91">
            <tone name="CED_TONE">
             <element freq1="2100" freq2="0" min="700" max="0"/>
            </tone>
            <tone name="RING_TONE">
             <element freq1="400" freq2="0" min="390" max="410"/>
             <element freq1="0" freq2="0" min="190" max="210"/>
             <element freq1="400" freq2="0" min="390" max="410"/>
             <element freq1="0" freq2="0" min="1900" max="2100"/>
            </tone>
            <tone name="REORDER_TONE">
             <element freq1="425" freq2="0" min="256" max="272"/>
             <element freq1="0" freq2="0" min="240" max="256"/>
             <element freq1="425" freq2="0" min="256" max="272"/>
             <element freq1="0" freq2="0" min="224" max="240"/>
            </tone>
            <tone name="BUSY_TONE">
             <element freq1="400" freq2="0" min="700" max="760"/>
             <element freq1="0" freq2="0" min="700" max="760"/>
             <element freq1="400" freq2="0" min="700" max="760"/>
             <element freq1="0" freq2="0" min="700" max="760"/>
            </tone>
         </descriptor>


我已经将调试级别设置为2

这似乎是一个配置问题,而不是编程问题。这似乎是一个配置问题,而不是编程问题。