I am having a problem trying to get a Sangoma A101 to work with Unicall. I have installed the sangoma drivers and everything seems to be well but when I try to run ztcfg I get the following error: CAS signalling on span 1 conflicts with HDLC with FCS check on channel 16. Here is my /etc/zaptel.conf # MFC/R2 normalmente no usa CRC4 span=1,0,0,cas,hdb3 cas=1-15:1101 dchan=16 cas=17-31:1101 This configuration works with Digium cards. Here is the wanpipe1.conf file: [devices] wanpipe1 = WAN_AFT, Comment [interfaces] w1g1 = wanpipe1, , TDM_VOICE, Comment [wanpipe1] CARD_TYPE = AFT S514CPU = A CommPort = PRI AUTO_PCISLOT = NO PCISLOT = 2 PCIBUS = 1 FE_MEDIA = E1 FE_LCODE = HDB3 FE_FRAME = NCRC4 FE_LINE = 1 TE_CLOCK = NORMAL TE_REF_CLOCK = 0 TE_HIGHIMPEDANCE = NO LBO = 120OH TE_SIG_MODE = CAS FE_TXTRISTATE = NO MTU = 1500 UDPPORT = 9000 TTL = 255 IGNORE_FRONT_END = NO TDMV_SPAN = 1 TDMV_DCHAN = 16 [w1g1] ACTIVE_CH = ALL TDMV_ECHO_OFF = NO TDMV_HWEC = NO Basically I only get channels 1 to 15 active in Asterisk. I am using wanpipe-2.3.4-3 with Zaptel 1.2.12 for this configuration and Asterisk 1.2.14. -- Telecomunicaciones Abiertas de Mexico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061220/c18b884d/attachment.pgp
Carlos Chavez wrote:> CAS signalling on span 1 conflicts with HDLC with FCS check on channel >My guess is not to use HDLC, as the error says above, that it conflicts with CAS. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
On Thu, 21 Dec 2006 08:33:27 -0500, Doug Lytle wrote> Carlos Chavez wrote: > > CAS signalling on span 1 conflicts with HDLC with FCS check on channel > > > > My guess is not to use HDLC, as the error says above, that it > conflicts with CAS. >I wish it were that easy and obvious. I only found one setting on the configuration to disable HDLC and it is disabled. -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001
Hi Carlos, please delete the line "dchan=16". dchan is use for ccs framing. You can use the follow: ############# span=1,0,0,cas,hdb3 cas=1-15:1101 cas=17-31:1101 ############# i hope this help you ;p -- Humberto Figuera - Using Linux 2.6.18 Usuario GNU/Linux 369709 Caracas - Venezuela GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA 37AD 3364 01D1 74CA 0603
On Fri, 2006-12-22 at 05:43 -0400, Humberto Figuera wrote:> Hi Carlos, > > please delete the line "dchan=16". > > dchan is use for ccs framing. > > You can use the follow: > > ############# > span=1,0,0,cas,hdb3 > cas=1-15:1101 > cas=17-31:1101 > ############# >Muchas gracias! Everything is working now. I had that line there because I never had any problems when using Digium cards. I guess Sangoma is a little more strict. Thank you again. -- Telecomunicaciones Abiertas de Mexico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061222/bd81d544/attachment.pgp
Carlos: Had you tried re-compiling wanpipe? Had a similar problem, and eventhough I'm pretty sure I compiled wanpipe and it did the zaptel patch succesfully, once I finished with the Unicall installation, somehow the patch was not wotking correctly. So after a couple of days of looking around I decided to re-compile wanpipe (run ./Setup install where you untared the wanpipe-X.X.tar.gz) and afterwards it worked fine. if it doesn't try contacting me directly, maybe I can have an eye on your system and help you out. Alyed ---------------------------------------- Return-Path: <asterisk-users-bounces@lists.digium.com> Received: from digium-69-16-138-164.phx1.puregig.net [69.16.138.164] by maila11.webcontrolcenter.com with SMTP; Thu, 21 Dec 2006 07:25:21 -0700 Received: from digium-69-16-138-164.phx1.puregig.net (localhost [127.0.0.1]) by lists.digium.com (Postfix) with ESMTP id D70F12FCA8A; On Thu, 21 Dec 2006 08:33:27 -0500, Doug Lytle wrote> Carlos Chavez wrote: > > CAS signalling on span 1 conflicts with HDLC with FCS check on channel > > > > My guess is not to use HDLC, as the error says above, that it > conflicts with CAS. >I wish it were that easy and obvious. I only found one setting on the configuration to disable HDLC and it is disabled. -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061222/d447caae/attachment.htm