Hi Moy, here is my dialplan.  I&#39;ve to wait until Monday in order to communicate with my provider, meanwhile, I&#39;ll still trying and learning from you. Thanks<br><br>**************************************<br>/etc/asterisk/extensions.conf<br>
**************************************<br>[general]<br>static=yes<br>writeprotect=no<br>autofallthrough=yes<br>clearglobalvars=no<br>priorityjumping=yes<br>;<br>[globals]<br>MAXUSER =&gt; 5<br>TRUNKTEL =&gt; DAHDI/g0<br>;<br>
;---- Tráfico entrante via E1-R2 ------<br>[entrante]<br>exten =&gt; 070,1,GoTo(ivr-centroaguas,s,1)<br>exten =&gt; 071,1,Macro(extensiones,SIP/107,107)<br>exten =&gt; 072,1,Macro(extensiones,SIP/108,108)<br>exten =&gt; 073,1,Macro(extensiones,SIP/115,115)<br>
exten =&gt; 074,1,Macro(extensiones,SIP/118,118)<br>exten =&gt; 075,1,Macro(extensiones,SIP/119,119)<br>exten =&gt; 076,1,Macro(extensiones,SIP/122,122)<br>exten =&gt; 077,1,Macro(extensiones,SIP/123,123)<br>exten =&gt; 078,1,Macro(extensiones,SIP/134,134)<br>
exten =&gt; 079,1,Macro(extensiones,SIP/140,140)<br>exten =&gt; 080,1,Macro(extensiones,SIP/141,141)<br>exten =&gt; 081,1,Macro(extensiones,SIP/142,142)<br>exten =&gt; 082,1,Macro(extensiones,SIP/133,133) <br>exten =&gt; 083,1,Macro(extensiones,SIP/301,301)<br>
exten =&gt; 084,1,Macro(extensiones,SIP/305,305)<br>exten =&gt; 085,1,Macro(extensiones,SIP/401,401)<br>exten =&gt; 086,1,Macro(extensiones,SIP/402,402) <br>;<br>[macro-extensiones]<br>exten =&gt; s,1,Set(CHANNEL(language)=es)<br>
exten =&gt; s,n(start),Dial(${ARG1},30,rtT)<br>exten =&gt; s,n,VoiceMail(${ARG2}@default)<br>exten =&gt; s,n,Hangup()<br>;<br>[macro-conferencia]<br>exten =&gt; s,1,MeetMeCount(${ARG1}|count)<br>exten =&gt; s,n,GotoIF($[&quot;${count}&quot; &gt;= &quot;${MAXUSER}&quot;]?103)<br>
exten =&gt; s,n,Authenticate(5678)<br>exten =&gt; s,n,MeetMe(${ARG1}|pi)<br>exten =&gt; s,n,Playback(vm-goodbye)<br>exten =&gt; s,n,Hangup<br>exten =&gt; s,103,Background(conf-full)<br>exten =&gt; s,104,Hangup<br>;<br>[macro-operadora]<br>
exten =&gt; s,1(main),Dial(${ARG1},10,rtT)<br>exten =&gt; s,n,Dial(SIP/102,10,rtT)<br>exten =&gt; s,n,Dial(SIP/103,10,rtT)<br>exten =&gt; s,n,Dial(SIP/104,10,rtT)<br>exten =&gt; s,n,Dial(SIP/105,10,rtT)<br>exten =&gt; s,n,Dial(SIP/106,10,rtT)<br>
exten =&gt; s,n,Macro(extensiones,SIP/100,100)<br>;<br>[ext-gerencia]<br>exten =&gt; 200,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>;<br>[ext-recepcion]<br>exten =&gt; 100,1,Macro(operadora,SIP/${EXTEN})<br>;<br>[ext-administrativo]<br>
exten =&gt; _10[1789],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _11[0-13-57-9],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _12[02-58-9],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _13[0-4-9],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>
exten =&gt; _14[0-5],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _15[0-4],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _16[0-2],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; 184,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>
exten =&gt; 199,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _20[12],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; 300,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; 500,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>
exten =&gt; 800,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; 911,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _30[1-9],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>exten =&gt; _40[12],1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>
;<br>[ext-opengroup]<br>exten =&gt; 01,1,Macro(extensiones,SIP/${EXTEN},${EXTEN})<br>;<br>[local]<br>exten =&gt; _9NXXXXXX,1,Answer()<br>exten =&gt; _9NXXXXXX,n,Set(_MFCR2_CATEGORY=national_priority_subscriber)<br>exten =&gt; _9NXXXXXX,n,Dial(${TRUNKTEL}/${EXTEN:1},,rtT)<br>
exten =&gt; _9NXXXXXX,n,Hangup()<br>;<br>[servicios]<br>exten =&gt; *90,1,VoiceMailMain(@default)<br>exten =&gt; *90,n,Hangup()<br>exten =&gt; *91,1,Macro(conferencia,300)<br>;<br>;------------ MANEJO DE PERMISOS ----------------<br>
[gerencia]<br>include =&gt; ext-gerencia<br>include =&gt; ext-administrativo<br>include =&gt; ext-recepcion<br>include =&gt; servicios<br>include =&gt; ext-opengroup<br>;<br>[recepcion]<br>include =&gt; ext-gerencia<br>include =&gt; ext-recepcion<br>
include =&gt; ext-administrativo<br>include =&gt; local<br>include =&gt; servicios<br>include =&gt; ext-opengroup<br>;<br>[administrativo]<br>include =&gt; ext-gerencia<br>include =&gt; ext-administrativo<br>include =&gt; ext-recepcion<br>
include =&gt; servicios<br>include =&gt; ext-opengroup<br>;<br>[opengroup]<br>include =&gt; ext-gerencia<br>include =&gt; ext-administrativo<br>include =&gt; ext-recepcion<br>include =&gt; servicios<br>include =&gt; ext-opengroup<br>
include =&gt; local<br>;<br>[ivr-centroaguas]<br>exten =&gt; s,1,BackGround(ivr_centroaguas/bienvenida)<br>exten =&gt; s,n(menu),BackGround(ivr_centroaguas/opciones)<br>exten =&gt; s,n,BackGround(ivr_centroaguas/despedida)<br>
exten =&gt; s,n,WaitExten(1)<br>exten =&gt; i,1,GoTo(s,menu)<br>exten =&gt; t,1,Macro(operadora,SIP/100)<br>exten =&gt; 1,1,GoTo(ext-administrativo,109,1)<br>exten =&gt; 2,1,Macro(operadora,SIP/100)<br><br>****************************************<br>
****************************************<br><br><div class="gmail_quote">On Sat, Apr 4, 2009 at 3:50 PM, Moises Silva <span dir="ltr">&lt;<a href="mailto:moises.silva@gmail.com">moises.silva@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Post in pastebin your dial plan (if its too complex create a simple<br>
dial plan). You should not see that message unless you are setting an<br>
invalid category with Set(_MFCR2_CATEGORY=something-misspelled).<br>
<br>
Ask your telco why are they rejecting your call.<br>
<br>
Moy<br>
<div><div></div><div class="h5"><br>
On Sat, Apr 4, 2009 at 11:17 AM, Carlos Andrés Tapasco Viera<br>
&lt;<a href="mailto:ctapasco@opengroupsa.com">ctapasco@opengroupsa.com</a>&gt; wrote:<br>
&gt; Hi Juan, thanks for your suggestion, but the trouble still to be the same.<br>
&gt; I&#39;ve tried with all options for mfcr2_category (national_subscriber,<br>
&gt; national_priority_subscriber, international_subscriber,<br>
&gt; international_priority_subscriber and collect_call).  I don&#39;t know why if I<br>
&gt; set for example mfcr2_category=national_priority_subscriber in CLI appears<br>
&gt; &quot;National Subscriber&quot; as invalid and later try to use &quot;National Priority<br>
&gt; Subscriber&quot; as default.  No matter category I used, ever asks first for<br>
&gt; &quot;National Subscriber&quot;, I don&#39;t understand.<br>
&gt;<br>
&gt; ****************************<br>
&gt; Executing [94862030@opengroup:1] Dial(&quot;SIP/01-b742fca0&quot;,<br>
&gt; &quot;DAHDI/g0/4862030,,rtT&quot;) in new stack<br>
&gt; [Apr  4 12:17:47] WARNING[14914]: chan_dahdi.c:1646<br>
&gt; dahdi_r2_get_channel_category: Invalid category specified &#39;National<br>
&gt; Subscriber&#39; for chan DAHDI/1-1, using default National Priority Subscriber<br>
&gt;     -- Called g0/4862030<br>
&gt; [Apr  4 12:17:49] NOTICE[14914]: chan_dahdi.c:1926 dahdi_r2_write_log: Chan<br>
&gt; 1 - Far end disconnected. Reason: Network Congestion<br>
&gt;     -- MFC/R2 call disconnected on chan 1<br>
&gt;     -- DAHDI/1-1 is circuit-busy<br>
&gt;     -- Hungup &#39;DAHDI/1-1&#39;<br>
&gt;   == Everyone is busy/congested at this time (1:0/1/0)<br>
&gt;     -- Executing [94862030@opengroup:2] Hangup(&quot;SIP/01-b742fca0&quot;, &quot;&quot;) in new<br>
&gt; stack<br>
&gt;   == Spawn extension (opengroup, 94862030, 2) exited non-zero on<br>
&gt; &#39;SIP/01-b742fca0&#39;<br>
&gt; [Apr  4 12:17:49] NOTICE[14429]: chan_dahdi.c:1796 dahdi_r2_on_call_end:<br>
&gt; MFC/R2 call end on chan 1<br>
&gt; ***************************<br>
&gt;<br>
&gt; On Sat, Apr 4, 2009 at 10:57 AM, Juan Rosero &lt;<a href="mailto:juan.rosero@nowtek.net">juan.rosero@nowtek.net</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I was having the exact same problem and it got fixed when I used itu for<br>
&gt;&gt; mfcr2_variant!<br>
&gt;&gt;<br>
&gt;&gt; I have inbound and outband calls, yay!<br>
&gt;&gt;<br>
&gt;&gt; Here&#39;s my configuration so it might help anybody in Colombia and Carlos in<br>
&gt;&gt; particular, although I use colombian provider ETB instead of Telefónica...<br>
&gt;&gt; If you need any other file just tell me.<br>
&gt;&gt;<br>
&gt;&gt; I have two spans but only one is for the E1 so I will only attach the<br>
&gt;&gt; relevant configuration, carefull with the spans then...<br>
&gt;&gt;<br>
&gt;&gt; Here are the files:<br>
&gt;&gt;<br>
&gt;&gt; ***********<br>
&gt;&gt; zaptel.conf<br>
&gt;&gt; ***********<br>
&gt;&gt;<br>
&gt;&gt; # Span 2: WCT1/0 &quot;Wildcard TE121 Card 0&quot; HDB3/CCS/CRC4 RED RECOVERING<br>
&gt;&gt; span=2,1,0,cas,hdb3<br>
&gt;&gt; cas=9-23:1101<br>
&gt;&gt; dchan=24<br>
&gt;&gt; cas=25-39:1101<br>
&gt;&gt;<br>
&gt;&gt; # Global data<br>
&gt;&gt;<br>
&gt;&gt; loadzone        = fr<br>
&gt;&gt; defaultzone     = fr<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ***********<br>
&gt;&gt; zapata.conf<br>
&gt;&gt; ***********<br>
&gt;&gt;<br>
&gt;&gt; [trunkgroups]<br>
&gt;&gt;<br>
&gt;&gt; [channels]<br>
&gt;&gt; language=es<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ; Span 2: WCT1/0 &quot;Wildcard TE121 Card 0&quot; (MASTER) HDB3/<br>
&gt;&gt;<br>
&gt;&gt; signalling=mfcr2<br>
&gt;&gt; mfcr2_variant=itu<br>
&gt;&gt; mfcr2_get_ani_first=no<br>
&gt;&gt; mfcr2_max_ani=10<br>
&gt;&gt; mfcr2_max_dnis=3<br>
&gt;&gt; mfcr2_category=national_subscriber<br>
&gt;&gt; mfcr2_logdir=ETB<br>
&gt;&gt; mfcr2_call_files=yes<br>
&gt;&gt; mfcr2_logging=all<br>
&gt;&gt; mfcr2_mfback_timeout=8000<br>
&gt;&gt; mfcr2_metering_pulse_timeout=-1<br>
&gt;&gt; mfcr2_allow_collect_calls=yes<br>
&gt;&gt; mfcr2_double_answer=no<br>
&gt;&gt; mfcr2_immediate_accept=no<br>
&gt;&gt; mfcr2_forced_release=no<br>
&gt;&gt; mfcr2_charge_calls=no<br>
&gt;&gt;<br>
&gt;&gt; context=from-zaptel<br>
&gt;&gt; group=1,2<br>
&gt;&gt; callgroup=1<br>
&gt;&gt; pickupgroup=1<br>
&gt;&gt; musiconhold=default<br>
&gt;&gt; usecallerid=yes<br>
&gt;&gt; channel =&gt; 9-23<br>
&gt;&gt; channel =&gt; 25-39<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Carlos Andrés Tapasco Viera<br>
&gt; OpenGroup S.A.<br>
&gt; Ingeniero Electrónico<br>
&gt; Area de Telecomunicaciones<br>
&gt; IP-PBX +57-24862030<br>
&gt; Mobile 1 +57-3117650143<br>
&gt; Mobile 2 +57-3012141132<br>
&gt; Santiago de Cali<br>
&gt; Valle del Cauca<br>
&gt; Colombia<br>
&gt; Sudamérica<br>
&gt;<br>
</div></div><div class="im">&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>
&gt; asterisk-r2 mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br>
&gt;<br>
<br>
<br>
<br>
</div>--<br>
<div class="im">&quot;I do not agree with what you have to say, but I’ll defend to the<br>
death your right to say it.&quot; Voltaire<br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-r2 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a></div></div></blockquote></div><br><br clear="all"><br>-- <br>Carlos Andrés Tapasco Viera<br>
OpenGroup<br>Ingeniero Electrónico<br>Area de Telecomunicaciones<br>IP-PBX +57-24862030<br>Mobile 1 +57-3117650143<br>Mobile 2 +57-3012141132<br>Santiago de Cali<br>Valle del Cauca<br>Colombia<br>Sudamérica<br>