I have Elastix running with a Digium TE110P card and I need to configure it to talk to a ROLM Legacy PBX system. I need to connect ROLM extensions to Elastix PBX via T1 card to send calls over IP SIP trunks. So my question is How do I program the TE100P to talk to the ROLM system which has a legacy T1 card configured as: ESF B8ZS E&M WINK? any assistance is appreciated... Post edited by: jcrodz, at: 2007/07/02 02:49 http://forum.elastix.org/old_files/Doc6A.doc<br><br>Post edited by: jcrodz, at: 2007/07/02 02:50
#zaptel.conf Code: span=1,0,0,esf,b8zs e&m= 1-24 defaultzone=us loadzone=us #zapata.conf Code: [channels] context= your_context signalling => em_w (E&M Wink) channels => 1-24 Some additional E&M wink parameters you may need to adjust in zapata.conf are the following; prewink: Sets the pre-wink timing. preflash: Sets the pre-flash timing. wink: Sets the wink timing. rxwink: Sets the receive wink timing. rxflash: Sets the receive flash timing. flash: Sets the flash timing. start: Sets the start timing. Good Luck, Redfone Support
I'm doing the same thing "I have Elastix running with a Digium TE110P card and I need to configure it to talk to a " NEC 2400 IPX. I am using an older DSX card on the NEC side of the T1 that only supports E&M Wink start. This is the best I can get out of the Elastix box. inbound to SIP EXT. -- Starting simple switch on 'Zap/17-1' == Unknown extension '1' in context 'from-zaptel' requested -- <Zap/17-1> Playing 'ss-noservice' (language 'en') -- Hungup 'Zap/17-1' SIP EXT to NEC EXT. Really destroying SIP dialog 'YTc4ZTc2NzdhYjMzMzMyMDkwZDc5ZDJhN2JjYzYyY2M.' Method: ACK asterixtest*CLI> vi zapata.conf [trunkgroups] [channels] context=from-zaptel 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 zapata_additional.conf #include zapata-channels.conf ============================ vi zapata-channels.conf Autogenerated by /usr/sbin/genzaptelconf -- do not hand edit ; Zaptel Channels Configurations (zapata.conf) ; ; This is not intended to be a complete zapata.conf. Rather, it is intended ; to be #include-d by /etc/zapata.conf that will include the global settings ; ; Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) group=0,11 context=from-zaptel ;switchtype = national signalling = em_w channel = 1-24 group= ;context=default ====================================== vi zaptel.conf # Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) span=1,0,0,esf,b8zs # termtype: te e&m=1-24 # Global data loadzone = us defaultzone = us ==================================== What am I doing wrong, I need help getting the Elastix box pass calls in and out. Thank you :evil: :evil: Keith