x100p

x100p

Posted Febrero 3rd, 2010 by asterisknow

saludos
compre una tarjeta original x100p de la pagina de www.x100p.com
lo instale a la placa pero no corta las llamdas cuando cuelgo, manteniendolo ocupada durante 30 segundos ¿a alguien le ha funcionado estas tarjetas?

Generalmente las X100P don

Generalmente las X100P don ideales para empezar a probar con asterisk, pero no te las recomiendo para un ambiente en producción.

Las X100P vienen sin reversión de polaridad, pero puedes copiar la configuración que mencionan más abajo, los valores importantes son

busydetect=yes
busycount=6
callprogress=no
answeronpolarityswitch=no
hanguponpolarityswitch=no

entre menor sea el número de busycount mayores probabilidades tienes de que haga cuelgues en falso, recomendable entre 6 y 10.

Prueba con esos valores a ver que pasa y nos cuentas.

Saludos.
--
Daría todo lo que sé, por la mitad de lo que ignoro..
httP://phylevn.binniza.com

Posted by phylevn on Jue, 2010-02-04 10:10
X100P

A mi me funciona a los 6 segundos con la siguiente configuración

chan_dahdi.conf
;
; DAHDI telephony interface
;
; Configuration file

[trunkgroups]

[channels]

language=en
context=from-zaptel
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes

usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
rxgain=1.0
txgain=1.5
group=0
callgroup=1
pickupgroup=1
immediate=no
callprogress=yes
busydetect=yes
busycount=1
;answeronpolarityswitch=yes
;hanguponpolarityswitch=yes
;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

;Include dahdiconf configs
#include dahdi-channels.conf

group=1

;Include AMP configs

dahdi-channels.conf
; Autogenerated by /usr/sbin/dahdi_genconf on Wed Jan 6 22:04:23 2010
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;

; Span 1: WCFXO/0 "Wildcard X100P Board 1" (MASTER) RED
;;; line="1 WCFXO/0/0"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-zaptel
channel => 1
context=default

Obviamente estas tarjetas no son para tenerlas en produccion, son solo para pruebas y para aprender a instalar tarjetas FXO
Saludos,

PD: tambien revisa que la tarjeta no comparta el mismo IRQ con otro dispositivo
asterisk:~# cat /proc/interrupts
CPU0
0: 25375 XT-PIC-XT timer
1: 8 XT-PIC-XT i8042
2: 0 XT-PIC-XT cascade
6: 3 XT-PIC-XT floppy
8: 0 XT-PIC-XT rtc0
9: 219442 XT-PIC-XT wcfxo
10: 346 XT-PIC-XT eth0
11: 0 XT-PIC-XT acpi
14: 7605 XT-PIC-XT ide0
15: 0 XT-PIC-XT ide1

Posted by manzurek on Jue, 2010-02-04 06:27
x100p

manzurek, esta configuracion funciona en Perú?

Posted by asterisknow on Jue, 2010-02-04 21:25
x100p

Si, lo tengo en Peru

Saludos,

Posted by manzurek on Jue, 2010-02-04 22:46