GPNV_zip#sh ver
Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9_NPE-M), Version 15.1(1)T2, RELEASE SOFTWARE (fc1)
Technical Support:
http://www.cisco.com/techsupportCopyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Sat 23-Oct-10 01:18 by prod_rel_team
ROM: System Bootstrap, Version 15.0(1r)M9, RELEASE SOFTWARE (fc1)
GPNV_zip uptime is 1 hour, 25 minutes
System returned to ROM by power-on
System image file is "flash0:c2900-universalk9_npe-mz.SPA.151-1.T2.bin"
Last reload type: Normal Reload
это вот мой CME
IVR у меня vxml
вот он
<?xml version="1.0"?>
<vxml version="2.0" base="flash:ivr-for-kontora20.vxml">
<var name="number" expr="100"/>
<menu id="main" dtmf="false">
<property name="timeout" value="4s"/>
<prompt><audio src="flash:privet.au"/></prompt>
<catch event="com.cisco.fax.cng"><goto next="#fax"/></catch>
<catch event="noinput"><goto next="#sek"/> </catch>
<catch event="nomatch"><prompt bargein="false"><audio src="flash:absent_number.au"/></prompt><goto next="#sek"/></catch>
<choice dtmf="0" next="#sek"/>
<choice dtmf="1" next="#nm1"/>
<choice dtmf="9" next="#vih"/>
</menu>
<form id="nm1">
<catch event="noinput"> <goto next="#sek"/> </catch>
<field name="num">
<grammar type="application/grammar+regex">[0-9][0-9][0-9]</grammar>
<filled>
<assign name="number" expr="'phone://1'+num"/>
<goto next="#main_nm"/>
</filled>
</field>
</form>
<form id="main_nm">
<transfer connecttimeout="20s" name="mycall" destexpr="number" bridge="true">
<catch event="error.connection.noroute error.connection.baddestination error.connection.noauthorization ">
<prompt><audio src="flash:absent_number.au"/></prompt>
<goto next="#sek"/>
</catch>
<filled>
<if cond="mycall == 'busy'">
<prompt><audio src="flash:number_busy.au"/></prompt>
<goto next="#sek"/>
<elseif cond="mycall == 'noanswer'"/>
<prompt><audio src="flash:no_answer.au"/></prompt>
<goto next="#sek"/>
</if>
</filled>
</transfer>
</form>
<form id="vih">
<catch event="noinput"> <goto next="#sek"/> </catch>
<field name="num">
<grammar type="application/grammar+regex">[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]</grammar>
<filled>
<assign name="number" expr="'phone://9'+num"/>
<goto next="#main_nm"/>
</filled>
</field>
</form>
<form id="main_nm">
<transfer connecttimeout="20s" name="mycall" destexpr="number" bridge="true">
<catch event="error.connection.noroute error.connection.baddestination error.connection.noauthorization ">
<prompt><audio src="flash:absent_number.au"/></prompt>
<goto next="#sek"/>
</catch>
<filled>
<if cond="mycall == 'busy'">
<prompt><audio src="flash:number_busy.au"/></prompt>
<goto next="#sek"/>
<elseif cond="mycall == 'noanswer'"/>
<prompt><audio src="flash:no_answer.au"/></prompt>
<goto next="#sek"/>
</if>
</filled>
</transfer>
</form>
<form id="sek">
<transfer name="mycall" dest="phone://3333" bridge="false"> </transfer>
</form>
</vxml>
все файлы которые сейчас работают в этом ivr
они g711ulaw - и всё прекрасно работает, и играет и скрипт отлично работает
так вот мне нужно сделать фалйы музыкальные в g729
вот и вся задача которую никак не могу выполнить