RE: [Asterisk-Users] Problems with X100P

2004-06-18 Thread Kevin Walsh
David J Carter [EMAIL PROTECTED] wrote:
> Don't you need a 'modprobe wcfxs' also?
> 
Not for an FXO device, such as the X100P, no.

-- 
   _/   _/  _/_/_/_/  _/_/  _/_/_/  _/_/
  _/_/_/   _/_/  _/_/_/_/_/  _/   K e v i n   W a l s h
 _/ _/_/  _/ _/ _/_/  _/_/[EMAIL PROTECTED]
_/   _/  _/_/_/_/  _/_/_/_/  _/_/

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problems with X100P

2004-06-18 Thread Adam Lewis
That did it.  Thanks!

Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Williams
Sent: Friday, June 18, 2004 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Problems with X100P

At 09:57 18/06/2004 -0400, you wrote:

>I did a .
>
># modprobe zaptel

You 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problems with X100P

2004-06-18 Thread David J Carter
Don't you need a 'modprobe wcfxs' also?

Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Adam Lewis
Sent: 18 June 2004 14:57
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Problems with X100P


All,

I'm having trouble getting the X100P working. 


Lsmod shows :

zaptel179808   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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with X100P

2004-06-18 Thread Jason Williams
At 09:57 18/06/2004 -0400, you wrote:
I did a .
# modprobe zaptel
You 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with X100P

2004-06-18 Thread Martin List-Petersen
On Fri, 2004-06-18 at 14:57, Adam Lewis wrote:
> All,
> 
> I'm having trouble getting the X100P working. 
> 
> 
> Lsmod shows :
> 
> zaptel179808   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

Problem is here: signalling for fxo cars is fxs_ls

Kind regards,
Martin List-Petersen
martin (at) list (dash) petersen (dot) net


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Problems with X100P

2004-06-18 Thread Adam Lewis
All,

I'm having trouble getting the X100P working. 


Lsmod shows :

zaptel179808   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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users