[asterisk-r2] r2 cantv

Gerardo Barajas gerardo.barajas at gmail.com
Mon Nov 28 13:12:51 CST 2011


Quita el crc4 de tu system.conf y avísanos.

Saludos/Regards
--
Ing. Gerardo Barajas Puente

Proyectos Especiales/Preventa | www.neocenter.com
T:+52 (55)  8590-9000 x 7003


On Mon, Nov 28, 2011 at 1:02 PM, GEORGE H <hgeorge123 at gmail.com> wrote:

> Hola tengo mi configuracion de la siguiente manera ahora llame a la telco
> y me dicen que pusieron la señalizacion dtmf/r2 tanto entrante como
> saliente la puse de la siguiente manera y no me funciona
>
> [trunkgroups]
>
> [channels]
> context=from-pstn
> ;signalling=fxs_ks
> rxwink=300              ; Atlas seems to use long (250ms) winks
> usecallerid=yes
> hidecallerid=no
> callwaiting=yes
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> canpark=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=no
> faxdetect=incoming
> echotraining=800
> rxgain=0.0
> txgain=0.0
> callgroup=1
> pickupgroup=1
>
> ;Uncomment these lines if you have problems with the disconection of your
> analog lines
> ;busydetect=yes
> ;busycount=3
>
>
> immediate=no
>
> #include dahdi-channels.conf
> #include chan_dahdi_additional.conf
>
> resetinterval=never
> context=from-pstn
> group=1
> echocancel=yes
> signalling=mfcr2
> mfcr2_variant=ve
> mfcr2_dtmf_detection=1
> mfcr2_dtmf_dialing=1
> mfcr2_get_ani_first=yes
> mfcr2_immediate_accept=yes
> mfcr2_max_ani=10
> mfcr2_max_dnis=3
> mfcr2_category=national_subscriber
> mfcr2_logdir=cantv
> mfcr2_logging=all
> mfcr2_mfback_timeout=-1
> mfcr2_metering_pulse_timeout=-1
> mfcr2_call_files=yes
> channel => 1-15
>
> resetinterval=never
> context=incoming
> group=2
> echocancel=yes
> signalling=mfcr2
> mfcr2_variant=ve
> mfcr2_dtmf_detection=1
> mfcr2_dtmf_dialing=1
> mfcr2_get_ani_first=yes
> mfcr2_immediate_accept=yes
> mfcr2_max_ani=10
> mfcr2_max_dnis=3
> mfcr2_category=national_subscriber
> mfcr2_logdir=cantv
> mfcr2_logging=all
> mfcr2_mfback_timeout=-1
> mfcr2_metering_pulse_timeout=-1
> mfcr2_call_files=yes
> channel => 17-31
>
>
>
> 2011/11/28 Loris Santamaria <loris at lgs.com.ve>
>
>> El error que estás cometiendo es básico, estás colocando las directivas
>> "channel =>" antes de los demás parámetros de configuración, mientras
>> que esas directivas deben colocarse _después_ de los parámetros de
>> configuración de cada canal.
>>
>> Debido a ese error sólo los canales del 17 al 31 están configurados para
>> MFC/R2.
>>
>> Saludos
>>
>>
>> El vie, 25-11-2011 a las 19:55 -0430, GEORGE H escribió:
>> > buenas les escribo estoy instalando un e1 de cantv venezuela y ellos
>> > me dicen que estan dando mfc/r2 en entrantes y salientes pero no me
>> > funciona de ninguna manera son 15 entrantes y 15 salientes aqui pego
>> > la configuracion que estoy usando
>> >
>> > system.conf
>> > span=1,1,0,cas,hdb3,crc4
>> > cas=1-15:1101
>> > dchan=16
>> > cas=17-31:1101
>> > echocanceller=oslec,1-15
>> > echocanceller=oslec,17-31
>> >
>> > chan_dahdi.conf
>> > [trunkgroups]
>> >
>> > [channels]
>> > context=from-pstn
>> > signalling=fxs_ks
>> > rxwink=300              ; Atlas seems to use long (250ms) winks
>> > usecallerid=yes
>> > hidecallerid=no
>> > callwaiting=yes
>> > usecallingpres=yes
>> > callwaitingcallerid=yes
>> > threewaycalling=yes
>> > transfer=yes
>> > canpark=yes
>> > cancallforward=yes
>> > callreturn=yes
>> > echocancel=yes
>> > echocancelwhenbridged=no
>> > faxdetect=incoming
>> > echotraining=800
>> > rxgain=0.0
>> > txgain=0.0
>> > callgroup=1
>> > pickupgroup=1
>> >
>> > ;Uncomment these lines if you have problems with the disconection of
>> > your analog lines
>> > ;busydetect=yes
>> > ;busycount=3
>> >
>> >
>> > immediate=no
>> >
>> > #include dahdi-channels.conf
>> > #include chan_dahdi_additional.conf
>> >
>> > ;context=from-pstn
>> > group=1
>> > channel => 1-15
>> > signalling=mfcr2
>> > mfcr2_variant=ve
>> > ;mfcr2_dtmf_detection=1
>> > ;mfcr2_dtmf_dialing=1
>> > mfcr2_get_ani_first=no
>> > mfcr2_immediate_accept=yes
>> > mfcr2_max_ani=10
>> > mfcr2_max_dnis=4
>> > mfcr2_category=national_subscriber
>> > mfcr2_logdir=cantv
>> > mfcr2_logging=all
>> > mfcr2_mfback_timeout=-1
>> > mfcr2_call_files=yes
>> >
>> > ;context=from-pstn
>> > group=2
>> > channel => 17-31
>> > signalling=mfcr2
>> > mfcr2_variant=ve
>> > mfcr2_dtmf_detection=1
>> > mfcr2_dtmf_dialing=1
>> > mfcr2_get_ani_first=no
>> > mfcr2_immediate_accept=yes
>> > mfcr2_max_ani=10
>> > mfcr2_max_dnis=4
>> > mfcr2_category=national_subscriber
>> > mfcr2_logdir=cantv
>> > mfcr2_logging=all
>> > mfcr2_mfback_timeout=-1
>> > mfcr2_call_files=yes
>> >
>> > De antemanos gracias
>> >
>> > --
>> > George Hernández
>> > Telf 0416.6485007
>> > --
>> > _____________________________________________________________________
>> > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> >
>> > asterisk-r2 mailing list
>> > To UNSUBSCRIBE or update options visit:
>> >    http://lists.digium.com/mailman/listinfo/asterisk-r2
>>
>> --
>> Loris Santamaria   linux user #70506   xmpp:loris at lgs.com.ve
>> Links Global Services, C.A.            http://www.lgs.com.ve
>> Tel: 0286 952.06.87  Cel: 0414 095.00.10  sip:103 at lgs.com.ve
>> ------------------------------------------------------------
>> "If I'd asked my customers what they wanted, they'd have said
>> a faster horse" - Henry Ford
>>
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-r2 mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-r2
>>
>
>
>
> --
> George Hernández
> Telf 0416.6485007
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-r2 mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-r2
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-r2/attachments/20111128/eefc82fe/attachment-0001.htm>


More information about the asterisk-r2 mailing list