Hi<br>I have this escenario:<br><br>|SIP or H323 phone|----&gt;|Cisco2600|----E1-pri----&gt;|Asterisk|------&gt;IVR, A2Billing, etc...<br><br>The problem is that I can not hear any audio when call from &#39;sip or H323 phone&#39; and configure something like: exten =&gt; _01XXXXXXX,1,Playback(thank-you-for-calling|noanswer) ...<br>
<br>It works if I remove the &#39;noanswer&#39; parameter but in this case it connects the call before &#39;called user&#39; answer the call.<br><br>please help, <br>rafael<br><br>My zaptel and extensions config:<br><br>/etc/zaptel.conf<br>
-----------------------<br>span=1,1,0,ccs,hdb3,crc4<br>bchan=1-15,17-31<br>dchan=16<br><br>span=2,2,0,ccs,hdb3,crc4<br>bchan=32-46,48-62<br>dchan=47<br><br>loadzone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = us<br>defaultzone&nbsp;&nbsp;&nbsp;&nbsp; = us<br><br>/etc/asterisk/zapata.conf<br>
-------------------------------------<br>[trunkgroups]<br>[channels]<br>context=from-pstn<br>;signalling=fxs_ks<br>signalling=pri_net<br>rxwink=300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Atlas seems to use long (250ms) winks<br>usecallerid=yes<br>
hidecallerid=no<br>callwaiting=yes<br>usecallingpres=yes<br>callwaitingcallerid=yes<br>threewaycalling=yes<br>transfer=yes<br>canpark=yes<br>cancallforward=yes<br>callreturn=yes<br>echocancel=yes<br>echocancelwhenbridged=no<br>
faxdetect=incoming<br>echotraining=800<br>rxgain=0.0<br>txgain=0.0<br>callgroup=1<br>pickupgroup=1<br>;Uncomment these lines if you have problems with the disconection of your analog lines<br>;busydetect=yes<br>;busycount=3<br>
immediate=no<br>#include zapata-channels.conf<br><br><br>/etc/asterisk/zapata-channels.conf<br>--------------------------------------------------<br>; Autogenerated by /usr/local/sbin/genzaptelconf -- do not hand edit<br>
; Span 1: TE2/0/1 &quot;T2XXP (PCI) Card 0 Span 1&quot; (MASTER) <br>group=0,11<br>context=from-hughes-2600<br>switchtype=euroisdn<br>signalling=pri_net<br>channel=&gt;1-15,17-31<br>; Span 2: TE2/0/2 &quot;T2XXP (PCI) Card 0 Span 2&quot; <br>
group=0,12<br>context=from-hughes-2600<br>switchtype=euroisdn<br>signalling=pri_net<br>channel=&gt;32-46,48-62<br><br><br>extensions_custom.conf<br>------------------------------------<br>[from-hughes-2600]<br>exten =&gt; _01XXXXXXX,1,Playback(thank-you-for-calling|noanswer)<br>
exten =&gt; _01XXXXXXX,2,Goto(from_2600_to_a2b,51${EXTEN:1},1)<br>exten =&gt; _01XXXXXXX,3,Hangup()<br><br>[from_2600_to_a2b]<br>exten =&gt; _511XXXXXXX,1,DeadAGI(a2billing.php|1)<br>exten =&gt; _511XXXXXXX,2,Hangup<br><br>
<br><br><br><br><br>