<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="country-region"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Procall3 is
/var/lib/asterisk/sounds/procall3.wav?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>IMO, procall should look like this:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>[procall]<br>
exten =&gt; s,1,Set(TIMEOUT(digit)=7) ;<br>
exten =&gt; s,2,Set(TIMEOUT(response)=10)<br>
exten =&gt; s,3,Set(CHANNEL(language)=en) ; define como idioma predefinido el
ingles y usas las voces en este idioma<br>
exten =&gt; s,4,BackGround(custom/procall3) ; presenta en menu en ingles<br>
exten =&gt; s,5,WaitExten() ; Espera que el llamante presione una tecla<br>
exten =&gt; 100,1,Dial(SIP/100,45,r)<br>
exten =&gt; 100,2,Dial(SIP/101,45,r)<br>
exten =&gt; 100,3,Dial(SIP/103,45,r)<br>
exten =&gt; i,1,Playback(invalid)<br>
exten =&gt; i,2,Playback(goodbye)<br>
exten =&gt; i,3,hangup<br>
exten =&gt; t,1,goto(procall,s,1)<br>
exten =&gt; h,1,Hangup</span></font><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Bayardo Sanchez<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, August 14, 2009
10:20 AM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">Asterisk
 Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users] i
have a error in ivr</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>the audio is in format
wav i save in Format PCM attributte 8,000 KHz; 8bit; Mono 7kb/s<br>
<br>
my extension.conf is the next:<br>
<br>
exten =&gt; 8888651085,1,Playback(procall3)<br>
exten =&gt; 8888651085,n,Playback(procall3)<br>
exten =&gt; 8888651085,n,Queue(procall|n|||)<br>
exten =&gt; 8888651085,n,Playback(voicemail-invitation)<br>
exten =&gt; 8888651085,n,VoiceMail,111<br>
exten =&gt; 8888651085,n,Hangup<br>
<br>
[procall]<br>
exten =&gt; s,1,Set(TIMEOUT(digit)=7) ;<br>
exten =&gt; s,2,Set(TIMEOUT(response)=10)<br>
exten =&gt; s,3,Set(CHANNEL(language)=en) ; define <st1:City w:st="on"><st1:place
 w:st="on">como</st1:place></st1:City> idioma predefinido el ingles y usas las
voces en este idioma<br>
exten =&gt; s,4,BackGround(custom/procall3) ; presenta en menu en ingles<br>
exten =&gt; s,5,WaitExten() ; Espera que el llamante presione una tecla<br>
exten =&gt; 100,1,Dial(SIP/100,45,r)<br>
exten =&gt; 101,2,Dial(SIP/101,45,r)<br>
exten =&gt; 101,3,Dial(SIP/103,45,r)<br>
exten =&gt; i,1,Playback(invalid)<br>
exten =&gt; i,2,Playback(goodbye)<br>
exten =&gt; i,3,hangup<br>
exten =&gt; t,1,goto(procall,s,1)<br>
exten =&gt; h,1,Hangup<br>
<br>
<br>
and my queues.conf is:<br>
<br>
[procall]<br>
music=default<br>
strategy=ringall<br>
timeout=15<br>
retry = 5<br>
monitor-format = wav<br>
monitor-join = yes<br>
joinempty = yes<br>
member =&gt; SIP/100<br>
member =&gt; SIP/101<br>
member =&gt; SIP/103<br>
<br>
<br>
tnx for u help<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On Fri, Aug 14, 2009 at 9:06 AM, Danny Nicholas &lt;<a
href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt; wrote:<o:p></o:p></span></font></p>

<div link=blue vlink=blue>

<div>

<p><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:
Arial;color:navy'>Playback is expecting a frequency of 8000.&nbsp; use sox to
correct.&nbsp; As for 101/103, that is how the dialplan is written, not an
error per se.</span></font><o:p></o:p></p>

<p><font size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:
Arial;color:navy'>&nbsp;</span></font><o:p></o:p></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center>

</span></font></div>

<p><b><font size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
font-weight:bold'>From:</span></font></b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'> <a
href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>]
<b><span style='font-weight:bold'>On Behalf Of </span></b>Bayardo Sanchez<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, August 14, 2009 9:59
AM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">Asterisk
 Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> [asterisk-users] i have a
error in ivr</span></font><o:p></o:p></p>

</div>

<div>

<div>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>&nbsp;<o:p></o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>i call to
my tollfree number buy my CLI send the next error: <br>
<br>
Aug 14 08:15:22 WARNING[25931]: format_wav.c:169 check_header: Unexpected
freqency 22050<br>
Aug 14 08:15:22 WARNING[25931]: file.c:441 ast_filehelper: Unable to open file
on /var/lib/asterisk/sounds/procall3.wav<br>
Aug 14 08:15:22 WARNING[25931]: file.c:828 ast_streamfile: Unable to open
procall3 (format ulaw): No such file or directory<br>
Aug 14 08:15:22 WARNING[25931]: app_playback.c:133 playback_exec: ast_streamfile
failed on SIP/74.63.41.218-b6036ae0 for procall3<br>
&nbsp;&nbsp;&nbsp; -- Executing Playback(&quot;SIP/74.63.41.218-b6036ae0&quot;,
&quot;procall3&quot;) in new stack<br>
Aug 14 08:15:22 WARNING[25931]: format_wav.c:169 check_header: Unexpected
freqency 22050<br>
Aug 14 08:15:22 WARNING[25931]: file.c:441 ast_filehelper: Unable to open file
on /var/lib/asterisk/sounds/procall3.wav<br>
Aug 14 08:15:22 WARNING[25931]: file.c:828 ast_streamfile: Unable to open
procall3 (format ulaw): No such file or directory<br>
Aug 14 08:15:22 WARNING[25931]: app_playback.c:133 playback_exec:
ast_streamfile failed on SIP/74.63.41.218-b6036ae0 for procall3<br>
&nbsp;&nbsp;&nbsp; -- Executing Queue(&quot;SIP/74.63.41.218-b6036ae0&quot;,
&quot;procall|n|||&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on
SIP/74.63.41.218-b6036ae0<br>
&nbsp;&nbsp;&nbsp; -- Called SIP/101<br>
&nbsp;&nbsp;&nbsp; -- Called SIP/103<br>
&nbsp;&nbsp;&nbsp; -- SIP/103-09142868 is ringing<br>
&nbsp;&nbsp;&nbsp; -- SIP/101-090fb6a0 is ringing<br>
&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/74.63.41.218-b6036ae0<br>
&nbsp; == Spawn extension (trunkinbound, 8888651085, 3) exited non-zero on
'SIP/74.63.41.218-b6036ae0'<br>
<br>
other erro is when i call to my tollfree number is rining 2 extencion the 101
and 103<br clear=all>
<br>
-- <br>
Bayardo Sánchez García<br>
Web Developer - Internet Portals - Asterisk Support - Windows Server Support -
Proxy Support - Linux Server<br>
E-mail: <a href="mailto:bayardo.sanchez@gmail.com" target="_blank">bayardo.sanchez@gmail.com</a><br>
Linux User: #418392<br>
<st1:country-region w:st="on">America</st1:country-region> Central - <st1:City
w:st="on"><st1:place w:st="on">Managua</st1:place></st1:City>, NI (505)
2249-2853 - &nbsp;84886876 &nbsp;<br>
IM msn messenger: <a href="mailto:bjsanchezg@hotmail.com" target="_blank">bjsanchezg@hotmail.com</a><br>
Skype: bayardo.sanchez<br>
This email is intended solely for the person or organization to which it is
addressed. It may contain privileged and confidential information. If you are
not the intended recipient, you are prohibited from copying, disclosing or
distributing this email or its contents (as it may be unlawful for you to do
so) or taking any action in reliance on it. If you have received this email by
mistake, please delete it. All e-mail sent to this address will be received by
B.S. Solution e-mail system and is subject to archiving and review by someone
other than the recipient.<o:p></o:p></span></font></p>

</div>

</div>

</div>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com"
target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2009 - October 13 - 15 <st1:place w:st="on"><st1:City w:st="on">Phoenix</st1:City>,
 <st1:State w:st="on">Arizona</st1:State></st1:place><br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<br>
-- <br>
Bayardo Sánchez García<br>
Web Developer - Internet Portals - Asterisk Support - Windows Server Support -
Proxy Support - Linux Server<br>
E-mail: <a href="mailto:bayardo.sanchez@gmail.com">bayardo.sanchez@gmail.com</a><br>
Linux User: #418392<br>
<st1:country-region w:st="on">America</st1:country-region> Central - <st1:City
w:st="on"><st1:place w:st="on">Managua</st1:place></st1:City>, NI (505)
2249-2853 - &nbsp;84886876 &nbsp;<br>
IM msn messenger: <a href="mailto:bjsanchezg@hotmail.com">bjsanchezg@hotmail.com</a><br>
Skype: bayardo.sanchez<br>
This email is intended solely for the person or organization to which it is
addressed. It may contain privileged and confidential information. If you are
not the intended recipient, you are prohibited from copying, disclosing or
distributing this email or its contents (as it may be unlawful for you to do
so) or taking any action in reliance on it. If you have received this email by
mistake, please delete it. All e-mail sent to this address will be received by
B.S. Solution e-mail system and is subject to archiving and review by someone
other than the recipient.<o:p></o:p></span></font></p>

</div>

</body>

</html>