All, I'm having trouble getting the X100P working. Lsmod shows : zaptel 179808 0 I did a . # modprobe zaptel and here is my zaptel.conf (comments omitted) __SNIP__ fxsks=1 loadzone = us defaultzone=us __SNIP__ Here is zapata.conf __SNIP__ [trunkgroups] [channels] context=default switchtype=national signalling=fxo_ls rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes group=1 callgroup=1 pickupgroup=1 immediate=no context=sip signalling=fxs_ks callerid="Phone 1" channel=1 __SNIP__ ztcfg -vv gives the following output.. __SNIP__ Zaptel Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No such device or address (6) __SNIP__ Any ideas, Thanks, Adam
At 09:57 18/06/2004 -0400, you wrote:>I did a . > ># modprobe zaptelYou need to carry out the following commands in this order modprobe zaptel modprobe wcfxo ztcfg without the modprobe wcfxo it will not work Jason
On Fri, 2004-06-18 at 14:57, Adam Lewis wrote:> All, > > I'm having trouble getting the X100P working. > > > Lsmod shows : > > zaptel 179808 0 > > I did a . > > # modprobe zaptel > > and here is my zaptel.conf (comments omitted) > > __SNIP__ > > fxsks=1 > loadzone = us > defaultzone=us > > __SNIP__ > > Here is zapata.conf > > __SNIP__ > > [trunkgroups] > [channels] > context=default > switchtype=national > signalling=fxo_lsProblem is here: signalling for fxo cars is fxs_ls Kind regards, Martin List-Petersen martin (at) list (dash) petersen (dot) net
That did it. Thanks! Adam -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Jason Williams Sent: Friday, June 18, 2004 10:08 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Problems with X100P At 09:57 18/06/2004 -0400, you wrote:>I did a . > ># modprobe zaptelYou need to carry out the following commands in this order modprobe zaptel modprobe wcfxo ztcfg without the modprobe wcfxo it will not work Jason _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Don't you need a 'modprobe wcfxs' also? Dave -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Adam Lewis Sent: 18 June 2004 14:57 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Problems with X100P All, I'm having trouble getting the X100P working. Lsmod shows : zaptel 179808 0 I did a . # modprobe zaptel and here is my zaptel.conf (comments omitted) __SNIP__ fxsks=1 loadzone = us defaultzone=us __SNIP__ Here is zapata.conf __SNIP__ [trunkgroups] [channels] context=default switchtype=national signalling=fxo_ls rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes group=1 callgroup=1 pickupgroup=1 immediate=no context=sip signalling=fxs_ks callerid="Phone 1" channel=1 __SNIP__ ztcfg -vv gives the following output.. __SNIP__ Zaptel Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No such device or address (6) __SNIP__ Any ideas, Thanks, Adam _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, I just recompiled * with the latest CVS. I am using enum in my extensions to dial first over the internet, if applicable. Everything was working perfectly, but now after installing the latest CVS I am getting the following errors and enum lookup doesn't work. Jun 19 11:29:41 WARNING[1218565440]: enum.c:186 parse_naptr: Regex compilation error (regex = "!^+16139999999$"). Jun 19 11:29:41 WARNING[1218565440]: enum.c:264 enum_callback: Failed to parse naptr :( Jun 19 11:29:41 WARNING[1218565440]: dns.c:141 dns_parse_answer: Failed to parse result Jun 19 11:29:41 WARNING[1218565440]: dns.c:183 ast_search_dns: Parse error I am just wondering if anyone expereinced similar problem, any suggestion will be appreciated. Regards, Wojtek