Re: [asterisk-users] Need help getting started with asterisk

2006-12-19 Thread Michael Sullivan
Now for some reason instead of giving me an error on the caller ID, it's
not mentioning the caller ID at all.  Is there some explicit thing I
need to put in to get the caller ID?

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-19 Thread Time Bandit

Now for some reason instead of giving me an error on the caller ID, it's
not mentioning the caller ID at all.  Is there some explicit thing I
need to put in to get the caller ID?

callerid=asreceived
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
 I would be very surprised if your modem is supported by Asterisk - but I
 suppose it's worth a try.
 
 What does 'zap show status' and 'zap show channels' show in the Asterisk
 CLI?
 
 PaulH

OK.  I got the Motorola X100P put in:

Relevant lspci -v output:

05:01.0 Communication controller: Motorola Wildcard X100P
Subsystem: Motorola Unknown device 
Flags: bus master, medium devsel, latency 32, IRQ 22
I/O ports at b800 [size=256]
Memory at ff90 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2


However, although I can modprobe wctdm successfully, ztcfg still balks:

camille ~ # modprobe wctdm
camille ~ # /sbin/ztcfg -vv

Zaptel Configuration
==


Channel map:

Channel 02: FXS Kewlstart (Default) (Slaves: 02)

1 channels configured.

ZT_CHANCONFIG failed on channel 2: No such device or address (6)


zap show channels comes back with encouraging results though:

camille*CLI zap show channels
   Chan Extension  Context Language   MusicOnHold 
 pseudodefault


Do I need to moprobe something else or alter my kernel config for ztcfg
not to error?
-Michael Sullivan-

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Tzafrir Cohen
On Mon, Dec 18, 2006 at 02:10:23PM -0600, Michael Sullivan wrote:
 On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
  I would be very surprised if your modem is supported by Asterisk - but I
  suppose it's worth a try.
  
  What does 'zap show status' and 'zap show channels' show in the Asterisk
  CLI?
  
  PaulH
 
 OK.  I got the Motorola X100P put in:
 
 Relevant lspci -v output:
 
 05:01.0 Communication controller: Motorola Wildcard X100P
 Subsystem: Motorola Unknown device 
 Flags: bus master, medium devsel, latency 32, IRQ 22
 I/O ports at b800 [size=256]
 Memory at ff90 (32-bit, non-prefetchable) [size=4K]
 Capabilities: [40] Power Management version 2
 
 
 However, although I can modprobe wctdm successfully, ztcfg still balks:
 
 camille ~ # modprobe wctdm

You need the module wcfxo. But maybe it was hotplugged/

 camille ~ # /sbin/ztcfg -vv
 
 Zaptel Configuration
 ==
 
 
 Channel map:
 
 Channel 02: FXS Kewlstart (Default) (Slaves: 02)

02? Are you sure?

 
 1 channels configured.

That is: this is what ztcfg tries to do.

 
 ZT_CHANCONFIG failed on channel 2: No such device or address (6)

But it fails.

 
 
 zap show channels comes back with encouraging results though:
 
 camille*CLI zap show channels
Chan Extension  Context Language   MusicOnHold 
  pseudodefault
 
 
 Do I need to moprobe something else or alter my kernel config for ztcfg
 not to error?
 -Michael Sullivan-

What do you see on /proc/zaptel/*

Try genzaptelconf ...

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
On Mon, 2006-12-18 at 22:19 +0200, Tzafrir Cohen wrote:
 On Mon, Dec 18, 2006 at 02:10:23PM -0600, Michael Sullivan wrote:
  On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
   I would be very surprised if your modem is supported by Asterisk - but I
   suppose it's worth a try.
   
   What does 'zap show status' and 'zap show channels' show in the Asterisk
   CLI?
   
   PaulH
  
  OK.  I got the Motorola X100P put in:
  
  Relevant lspci -v output:
  
  05:01.0 Communication controller: Motorola Wildcard X100P
  Subsystem: Motorola Unknown device 
  Flags: bus master, medium devsel, latency 32, IRQ 22
  I/O ports at b800 [size=256]
  Memory at ff90 (32-bit, non-prefetchable) [size=4K]
  Capabilities: [40] Power Management version 2
  
  
  However, although I can modprobe wctdm successfully, ztcfg still balks:
  
  camille ~ # modprobe wctdm
 
 You need the module wcfxo. But maybe it was hotplugged/
 
  camille ~ # /sbin/ztcfg -vv
  
  Zaptel Configuration
  ==
  
  
  Channel map:
  
  Channel 02: FXS Kewlstart (Default) (Slaves: 02)
 
 02? Are you sure?

Is that not right?  That's what the pdf said - to put fxsks=2
in /etc/zaptel.conf
 
  
  1 channels configured.
 
 That is: this is what ztcfg tries to do.
 
  
  ZT_CHANCONFIG failed on channel 2: No such device or address (6)
 
 But it fails.
 
  
  
  zap show channels comes back with encouraging results though:
  
  camille*CLI zap show channels
 Chan Extension  Context Language   MusicOnHold 
   pseudodefault
  
  
  Do I need to moprobe something else or alter my kernel config for ztcfg
  not to error?
  -Michael Sullivan-
 
 What do you see on /proc/zaptel/*

camille ~ # cat /proc/zaptel/*
Span 1: WCFXO/0 Wildcard X100P Board 1 

   1 WCFXO/0/0 
Span 2: ZTDUMMY/1 ZTDUMMY/1 1 


 Try genzaptelconf ...

Where do I get that?

camille ~ # genzaptelconf
bash: genzaptelconf: command not found


___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
I changed 

fxsks=2 

to

fxsks=1

and now ztcfg works:

camille ~ # ztcfg -vv 

Zaptel Configuration
==


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)

1 channels configured.

camille ~ # 


I bought the card on ebay.  The seller sent some configuration lines,
but didn't say where to put them:

From the seller's email:

here is some config. 
[channels] 
busydetect=yes 
busycount=6 
language=en 
context=from-pstn 
signalling=fxs_ks 
rxwink=300 ; Atlas seems to use long (250ms) winks 
;usedistinctiveringdetection=yes 
usecallerid=yes 
hidecallerid=no 
useincomingcalleridonzaptransfer=yes 
callwaiting=yes 
usecallingpres=yes 
callwaitingcallerid=yes 
threewaycalling=yes 
transfer=yes 
cancallforward=yes 
callreturn=yes 
echocancel=yes 
echocancelwhenbridged=no 
echotraining=800 
rxgain=0.0 
txgain=0.0 
group=0 
callgroup=1 
pickupgroup=1 
immediate=no 
;faxdetect=both 

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Tzafrir Cohen
On Mon, Dec 18, 2006 at 02:29:20PM -0600, Michael Sullivan wrote:
 On Mon, 2006-12-18 at 22:19 +0200, Tzafrir Cohen wrote:
  On Mon, Dec 18, 2006 at 02:10:23PM -0600, Michael Sullivan wrote:
   On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
I would be very surprised if your modem is supported by Asterisk - but I
suppose it's worth a try.

What does 'zap show status' and 'zap show channels' show in the Asterisk
CLI?

PaulH
   
   OK.  I got the Motorola X100P put in:
   
   Relevant lspci -v output:
   
   05:01.0 Communication controller: Motorola Wildcard X100P
   Subsystem: Motorola Unknown device 
   Flags: bus master, medium devsel, latency 32, IRQ 22
   I/O ports at b800 [size=256]
   Memory at ff90 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [40] Power Management version 2
   
   
   However, although I can modprobe wctdm successfully, ztcfg still balks:
   
   camille ~ # modprobe wctdm
  
  You need the module wcfxo. But maybe it was hotplugged/
  
   camille ~ # /sbin/ztcfg -vv
   
   Zaptel Configuration
   ==
   
   
   Channel map:
   
   Channel 02: FXS Kewlstart (Default) (Slaves: 02)
  
  02? Are you sure?
 
 Is that not right?  That's what the pdf said - to put fxsks=2
 in /etc/zaptel.conf

What PDF?

  
   
   1 channels configured.
  
  That is: this is what ztcfg tries to do.
  
   
   ZT_CHANCONFIG failed on channel 2: No such device or address (6)
  
  But it fails.
  
   
   
   zap show channels comes back with encouraging results though:
   
   camille*CLI zap show channels
  Chan Extension  Context Language   MusicOnHold 
pseudodefault
   
   
   Do I need to moprobe something else or alter my kernel config for ztcfg
   not to error?
   -Michael Sullivan-
  
  What do you see on /proc/zaptel/*
 
 camille ~ # cat /proc/zaptel/*
 Span 1: WCFXO/0 Wildcard X100P Board 1 
 
1 WCFXO/0/0 

Zaptel channel 1, indeed. Not 2.

 Span 2: ZTDUMMY/1 ZTDUMMY/1 1 
 
 
  Try genzaptelconf ...
 
 Where do I get that?
 
 camille ~ # genzaptelconf
 bash: genzaptelconf: command not found

xpp/utils/genzaptelconf in the zaptel source directory.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
Here's where I stand:

camille asterisk # ztcfg -vv

Zaptel Configuration
==


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)

1 channels configured.

camille*CLI zap show status
Description  Alarms IRQbpviol
CRC4  
Wildcard X100P Board 1   OK 0  0
0 
ZTDUMMY/1 1  UNCONFIGUR 0  0
0  
camille*CLI zap show channels
   Chan Extension  Context Language   MusicOnHold 
 pseudofrom-pstn   en 
camille*CLI 

I entered all the configuration the seller from ebay sent me
into /etc/asterisk/zapata.conf and continues with the pdf file.  The pdf
said to add the following lines to /etc/asterisk/extensions.conf:

[incoming]
; incoming calls from the FXO port are directed to this context from
zapata.conf
exten = s,1,Answer( )
exten = s,2,Echo( )


This seemed strange to me because there was no incoming context
explicitly declared in zapata.conf, but I added it to extensions.conf
and restarted asterisk so that the new options would take effect.  I
called my home number (the number that's going into my computer) from my
cell phone.  I let it ring ten times.  Nothing.  I went back into
extensions.conf and changed [incoming] to [from-pstn], restarted
asterisk and tried again.  Same results.  What am I doing wrong?  Why
won't asterisk pick up?  The pdf says it should...


___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Tzafrir Cohen
On Mon, Dec 18, 2006 at 03:53:55PM -0600, Michael Sullivan wrote:
 Here's where I stand:
 
 camille asterisk # ztcfg -vv
 
 Zaptel Configuration
 ==
 
 
 Channel map:
 
 Channel 01: FXS Kewlstart (Default) (Slaves: 01)
 
 1 channels configured.
 
 camille*CLI zap show status
 Description  Alarms IRQbpviol
 CRC4  
 Wildcard X100P Board 1   OK 0  0
 0 
 ZTDUMMY/1 1  UNCONFIGUR 0  0
 0  

rmmod ztdummy, while you're at it.

 camille*CLI zap show channels
Chan Extension  Context Language   MusicOnHold 
  pseudofrom-pstn   en 
 camille*CLI 
 
 I entered all the configuration the seller from ebay sent me
 into /etc/asterisk/zapata.conf and continues with the pdf file.  The pdf
 said to add the following lines to /etc/asterisk/extensions.conf:
 
 [incoming]
 ; incoming calls from the FXO port are directed to this context from
 zapata.conf
 exten = s,1,Answer( )
 exten = s,2,Echo( )
 
 
 This seemed strange to me because there was no incoming context
 explicitly declared in zapata.conf, but I added it to extensions.conf
 and restarted asterisk so that the new options would take effect.  I
 called my home number (the number that's going into my computer) from my
 cell phone.  I let it ring ten times.  Nothing.  I went back into
 extensions.conf and changed [incoming] to [from-pstn], restarted
 asterisk and tried again.  Same results.  

next time use 'reload'

 What am I doing wrong?  Why
 won't asterisk pick up?  The pdf says it should...

You seem to be trying to follow installation instructions that assume a
number of things about your installation.

You can set the context in zapata.conf to 'incoming'

context = incoming

before the line 'channel = 1'

Anyway:

  show dialplan from-pstn

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
On Tue, 2006-12-19 at 00:09 +0200, Tzafrir Cohen wrote:
 On Mon, Dec 18, 2006 at 03:53:55PM -0600, Michael Sullivan wrote:
  Here's where I stand:
  
  camille asterisk # ztcfg -vv
  
  Zaptel Configuration
  ==
  
  
  Channel map:
  
  Channel 01: FXS Kewlstart (Default) (Slaves: 01)
  
  1 channels configured.
  
  camille*CLI zap show status
  Description  Alarms IRQbpviol
  CRC4  
  Wildcard X100P Board 1   OK 0  0
  0 
  ZTDUMMY/1 1  UNCONFIGUR 0  0
  0  
 
 rmmod ztdummy, while you're at it.
 
  camille*CLI zap show channels
 Chan Extension  Context Language   MusicOnHold 
   pseudofrom-pstn   en 
  camille*CLI 
  
  I entered all the configuration the seller from ebay sent me
  into /etc/asterisk/zapata.conf and continues with the pdf file.  The pdf
  said to add the following lines to /etc/asterisk/extensions.conf:
  
  [incoming]
  ; incoming calls from the FXO port are directed to this context from
  zapata.conf
  exten = s,1,Answer( )
  exten = s,2,Echo( )
  
  
  This seemed strange to me because there was no incoming context
  explicitly declared in zapata.conf, but I added it to extensions.conf
  and restarted asterisk so that the new options would take effect.  I
  called my home number (the number that's going into my computer) from my
  cell phone.  I let it ring ten times.  Nothing.  I went back into
  extensions.conf and changed [incoming] to [from-pstn], restarted
  asterisk and tried again.  Same results.  
 
 next time use 'reload'
 
  What am I doing wrong?  Why
  won't asterisk pick up?  The pdf says it should...
 
 You seem to be trying to follow installation instructions that assume a
 number of things about your installation.
 
 You can set the context in zapata.conf to 'incoming'
 
 context = incoming
 
 before the line 'channel = 1'
 
 Anyway:
 
   show dialplan from-pstn
 

camille*CLI zap show channels
   Chan Extension  Context Language   MusicOnHold 
 pseudoincomingen 
camille*CLI show dialplan incoming
[ Context 'incoming' created by 'pbx_config' ]
  's' =1. Answer( )  [pbx_config]
2. Echo( )[pbx_config]
camille*CLI 
-= 1 extension (2 priorities) in 1 context. =-
camille*CLI 


___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
Could the fact that asterisk isn't aswering the phone be a firewall
issue?  What port(s) on TCP and UDP do I need to open for incoming calls
to be allowed to go to asterisk?

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Time Bandit

camille*CLI zap show channels
   Chan Extension  Context Language   MusicOnHold
 pseudoincomingen


This should show something like this :

panoramix*CLI zap show channels
  Chan Extension  Context Language   MusicOnHold
pseudofrom-pstn   en
 1from-pstn   en

so something is missing as Asterisk doesn't see your Zap channel

what does your zapata.conf looks like ?
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Michael Sullivan
On Mon, 2006-12-18 at 22:03 -0500, Time Bandit wrote:
  camille*CLI zap show channels
 Chan Extension  Context Language   MusicOnHold
   pseudoincomingen
 
 This should show something like this :
 
 panoramix*CLI zap show channels
Chan Extension  Context Language   MusicOnHold
  pseudofrom-pstn   en
   1from-pstn   en
 
 so something is missing as Asterisk doesn't see your Zap channel
 
 what does your zapata.conf looks like ?

I have removed the commented out lines for conciseness:


[trunkgroups]

[channels]
language=en
context=incoming
switchtype=national
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
echotraining=yes
echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=6
useincomingcalleridonzaptransfer = yes



Is this right for my situation with the X100P?

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-18 Thread Tzafrir Cohen
On Mon, Dec 18, 2006 at 10:13:25PM -0600, Michael Sullivan wrote:
 On Mon, 2006-12-18 at 22:03 -0500, Time Bandit wrote:
   camille*CLI zap show channels
  Chan Extension  Context Language   MusicOnHold
pseudoincomingen
  
  This should show something like this :
  
  panoramix*CLI zap show channels
 Chan Extension  Context Language   MusicOnHold
   pseudofrom-pstn   en
1from-pstn   en
  
  so something is missing as Asterisk doesn't see your Zap channel
  
  what does your zapata.conf looks like ?
 
 I have removed the commented out lines for conciseness:
 
 
 [trunkgroups]
 
 [channels]
 language=en
 context=incoming
 switchtype=national
 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
 echotraining=yes
 echotraining=800
 rxgain=0.0
 txgain=0.0
 group=0
 callgroup=1
 pickupgroup=1
 immediate=no
 busydetect=yes
 busycount=6
 useincomingcalleridonzaptransfer = yes
 
 
 
 Is this right for my situation with the X100P?

How about a 'channel = 1' ?

Most of the things there are not needed.

Just one example: you probably don't need busydetect .

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-13 Thread Michael Sullivan
On Wed, 2006-12-13 at 15:53 +1100, Paul Hales wrote:
 What does zttool show?
 
 And after you 'modprobe wctdm' what does your dmesg
 read? /var/log/messages?
 
 You should see something about a card being recognised
 
 PaulH

After I modprobe wctdm, nothing new shows up in /var/log/messages and
dmesg is just notices about my firewall.  zttool doesn't show much of
anything... :(

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-13 Thread Paul Hales

Sounds like you may have an unsupported card. :(

PaulH


On Wed, 2006-12-13 at 07:35 -0600, Michael Sullivan wrote:
 On Wed, 2006-12-13 at 15:53 +1100, Paul Hales wrote:
  What does zttool show?
  
  And after you 'modprobe wctdm' what does your dmesg
  read? /var/log/messages?
  
  You should see something about a card being recognised
  
  PaulH
 
 After I modprobe wctdm, nothing new shows up in /var/log/messages and
 dmesg is just notices about my firewall.  zttool doesn't show much of
 anything... :(
 
 ___
 --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

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-13 Thread Dovid B


- Original Message - 
From: Michael Sullivan [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Sent: Wednesday, December 13, 2006 3:35 PM
Subject: Re: [asterisk-users] Need help getting started with asterisk



On Wed, 2006-12-13 at 15:53 +1100, Paul Hales wrote:

What does zttool show?

And after you 'modprobe wctdm' what does your dmesg
read? /var/log/messages?

You should see something about a card being recognised

PaulH


After I modprobe wctdm, nothing new shows up in /var/log/messages and
dmesg is just notices about my firewall.  zttool doesn't show much of
anything... :(

___
--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



The X100P clone cards arent to expensive. Try looking for one on ebay. 



___
--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


[asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Michael Sullivan
I am new to asterisk.  I need help getting started, if it's even worth
getting started.  I say if it's worth getting started because I'm not
sure if my hardware will even work with asterisk.  I have a US ROBOTICS
56K V.90 PCI SOFT MODEM.  I have standard twisted pair telephone wire.
I can't afford to alter my hardware.  I know I won't be able to do any
sophistocated VoIP stuff.  All I want is for asterisk to provide caller
ID information for my Gentoo box and to drop calls for certain phone
numbers I specify.  Someone on the Gentoo list told me that for the
caller ID bit I should check my modem's manual to find out how; my modem
did not come with a manual.  I've emerged asterisk on my Gentoo system,
as well as the zaptel driver package.  I issued /etc/init.d/asterisk
start and confirmed with ps that it was running.  I got a command
console with asterisk -r.  I then called my home line that the computer
is plugged into from my cell phone.  I heard my wife's cordless ringing
in the other room, and I heard some breaks on the phone line, but
nothing else.  I let it ring ten times.  What would I have to do to get
asterisk to realize that the PC is connected to the phone line?  I know
it is because I can dial out with kppp.  Also, I've been trying to
follow the AsteriskTFOT.pdf file.  On page 79 it says to add a few lines
to /etc/zaptel.conf and then modprobe wctdm.  I did that.  I then
ran /sbin/ztcnf -vv to make sure everything was right.  I got this:

camille ~ # modprobe wctdm
camille ~ # /sbin/ztcfg -vv

Zaptel Configuration
==


Channel map:

Channel 02: FXS Kewlstart (Default) (Slaves: 02)

1 channels configured.

ZT_CHANCONFIG failed on channel 2: No such device or address (6)

What does that mean?  What device was it looking for?  Please help!
-Michael Sullivan-



___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Paul Hales

I would be very surprised if your modem is supported by Asterisk - but I
suppose it's worth a try.

What does 'zap show status' and 'zap show channels' show in the Asterisk
CLI?

PaulH


On Tue, 2006-12-12 at 21:13 -0600, Michael Sullivan wrote:
 I am new to asterisk.  I need help getting started, if it's even worth
 getting started.  I say if it's worth getting started because I'm not
 sure if my hardware will even work with asterisk.  I have a US ROBOTICS
 56K V.90 PCI SOFT MODEM.  I have standard twisted pair telephone wire.
 I can't afford to alter my hardware.  I know I won't be able to do any
 sophistocated VoIP stuff.  All I want is for asterisk to provide caller
 ID information for my Gentoo box and to drop calls for certain phone
 numbers I specify.  Someone on the Gentoo list told me that for the
 caller ID bit I should check my modem's manual to find out how; my modem
 did not come with a manual.  I've emerged asterisk on my Gentoo system,
 as well as the zaptel driver package.  I issued /etc/init.d/asterisk
 start and confirmed with ps that it was running.  I got a command
 console with asterisk -r.  I then called my home line that the computer
 is plugged into from my cell phone.  I heard my wife's cordless ringing
 in the other room, and I heard some breaks on the phone line, but
 nothing else.  I let it ring ten times.  What would I have to do to get
 asterisk to realize that the PC is connected to the phone line?  I know
 it is because I can dial out with kppp.  Also, I've been trying to
 follow the AsteriskTFOT.pdf file.  On page 79 it says to add a few lines
 to /etc/zaptel.conf and then modprobe wctdm.  I did that.  I then
 ran /sbin/ztcnf -vv to make sure everything was right.  I got this:
 
 camille ~ # modprobe wctdm
 camille ~ # /sbin/ztcfg -vv
 
 Zaptel Configuration
 ==
 
 
 Channel map:
 
 Channel 02: FXS Kewlstart (Default) (Slaves: 02)
 
 1 channels configured.
 
 ZT_CHANCONFIG failed on channel 2: No such device or address (6)
 
 What does that mean?  What device was it looking for?  Please help!
 -Michael Sullivan-
 
 
 
 ___
 --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

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Michael Sullivan
On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
 I would be very surprised if your modem is supported by Asterisk - but I
 suppose it's worth a try.
 
 What does 'zap show status' and 'zap show channels' show in the Asterisk
 CLI?
 
 PaulH

camille*CLI zap show status
No Zaptel interface found.
Dec 12 21:23:17 WARNING[26372]: chan_zap.c:9774 zap_show_status: Unable
to open /dev/zap/ctl: Permission denied
camille*CLI zap show channels
   Chan Extension  Context Language   MusicOnHold 
 pseudodefault
camille*CLI 

I checked the perms of /dev/zap/ctl:

camille ~ # ls -l /dev/zap/ctl
crw-rw 1 root dialout 196, 0 Dec 12 21:23 /dev/zap/ctl

Is this not correct?

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Todd- Asterisk
As Paul Hales said, I doubt that modem is supported.  To interface  
with a regular phone line you'll need to get a supported card.  You  
can read about it online.   To just get started with playing, I  
recommend you go ahead with the sophistocated VoIP stuff..  Perhaps  
sign up with IPKALL or Stanaphone.  Google will tell you all about  
how to connect them...   Good luck and have fun!

  Todd


On Dec 12, 2006, at 10:13 PM, Michael Sullivan wrote:


I am new to asterisk.  I need help getting started, if it's even worth
getting started.  I say if it's worth getting started because I'm not
sure if my hardware will even work with asterisk.  I have a US  
ROBOTICS

56K V.90 PCI SOFT MODEM.  I have standard twisted pair telephone wire.
I can't afford to alter my hardware.  I know I won't be able to do any
sophistocated VoIP stuff.  All I want is for asterisk to provide  
caller

ID information for my Gentoo box and to drop calls for certain phone
numbers I specify.  Someone on the Gentoo list told me that for the
caller ID bit I should check my modem's manual to find out how; my  
modem
did not come with a manual.  I've emerged asterisk on my Gentoo  
system,

as well as the zaptel driver package.  I issued /etc/init.d/asterisk
start and confirmed with ps that it was running.  I got a command
console with asterisk -r.  I then called my home line that the  
computer
is plugged into from my cell phone.  I heard my wife's cordless  
ringing

in the other room, and I heard some breaks on the phone line, but
nothing else.  I let it ring ten times.  What would I have to do to  
get
asterisk to realize that the PC is connected to the phone line?  I  
know

it is because I can dial out with kppp.  Also, I've been trying to
follow the AsteriskTFOT.pdf file.  On page 79 it says to add a few  
lines

to /etc/zaptel.conf and then modprobe wctdm.  I did that.  I then
ran /sbin/ztcnf -vv to make sure everything was right.  I got this:

camille ~ # modprobe wctdm
camille ~ # /sbin/ztcfg -vv

Zaptel Configuration
==


Channel map:

Channel 02: FXS Kewlstart (Default) (Slaves: 02)

1 channels configured.

ZT_CHANCONFIG failed on channel 2: No such device or address (6)

What does that mean?  What device was it looking for?  Please help!
-Michael Sullivan-



___
--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



___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Paul Hales

What does zttool show?

And after you 'modprobe wctdm' what does your dmesg
read? /var/log/messages?

You should see something about a card being recognised

PaulH

On Tue, 2006-12-12 at 21:24 -0600, Michael Sullivan wrote:
 On Wed, 2006-12-13 at 14:21 +1100, Paul Hales wrote:
  I would be very surprised if your modem is supported by Asterisk - but I
  suppose it's worth a try.
  
  What does 'zap show status' and 'zap show channels' show in the Asterisk
  CLI?
  
  PaulH
 
 camille*CLI zap show status
 No Zaptel interface found.
 Dec 12 21:23:17 WARNING[26372]: chan_zap.c:9774 zap_show_status: Unable
 to open /dev/zap/ctl: Permission denied
 camille*CLI zap show channels
Chan Extension  Context Language   MusicOnHold 
  pseudodefault
 camille*CLI 
 
 I checked the perms of /dev/zap/ctl:
 
 camille ~ # ls -l /dev/zap/ctl
 crw-rw 1 root dialout 196, 0 Dec 12 21:23 /dev/zap/ctl
 
 Is this not correct?
 
 ___
 --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

___
--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


Re: [asterisk-users] Need help getting started with asterisk

2006-12-12 Thread Paul Hales

I definitely agree with the reading thing - it's a great way to
learn

http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11

PaulH


On Tue, 2006-12-12 at 22:53 -0500, Todd- Asterisk wrote:
 As Paul Hales said, I doubt that modem is supported.  To interface  
 with a regular phone line you'll need to get a supported card.  You  
 can read about it online.   To just get started with playing, I  
 recommend you go ahead with the sophistocated VoIP stuff..  Perhaps  
 sign up with IPKALL or Stanaphone.  Google will tell you all about  
 how to connect them...   Good luck and have fun!
Todd
 
 
 On Dec 12, 2006, at 10:13 PM, Michael Sullivan wrote:
 
  I am new to asterisk.  I need help getting started, if it's even worth
  getting started.  I say if it's worth getting started because I'm not
  sure if my hardware will even work with asterisk.  I have a US  
  ROBOTICS
  56K V.90 PCI SOFT MODEM.  I have standard twisted pair telephone wire.
  I can't afford to alter my hardware.  I know I won't be able to do any
  sophistocated VoIP stuff.  All I want is for asterisk to provide  
  caller
  ID information for my Gentoo box and to drop calls for certain phone
  numbers I specify.  Someone on the Gentoo list told me that for the
  caller ID bit I should check my modem's manual to find out how; my  
  modem
  did not come with a manual.  I've emerged asterisk on my Gentoo  
  system,
  as well as the zaptel driver package.  I issued /etc/init.d/asterisk
  start and confirmed with ps that it was running.  I got a command
  console with asterisk -r.  I then called my home line that the  
  computer
  is plugged into from my cell phone.  I heard my wife's cordless  
  ringing
  in the other room, and I heard some breaks on the phone line, but
  nothing else.  I let it ring ten times.  What would I have to do to  
  get
  asterisk to realize that the PC is connected to the phone line?  I  
  know
  it is because I can dial out with kppp.  Also, I've been trying to
  follow the AsteriskTFOT.pdf file.  On page 79 it says to add a few  
  lines
  to /etc/zaptel.conf and then modprobe wctdm.  I did that.  I then
  ran /sbin/ztcnf -vv to make sure everything was right.  I got this:
 
  camille ~ # modprobe wctdm
  camille ~ # /sbin/ztcfg -vv
 
  Zaptel Configuration
  ==
 
 
  Channel map:
 
  Channel 02: FXS Kewlstart (Default) (Slaves: 02)
 
  1 channels configured.
 
  ZT_CHANCONFIG failed on channel 2: No such device or address (6)
 
  What does that mean?  What device was it looking for?  Please help!
  -Michael Sullivan-
 
 
 
  ___
  --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
 
 
 ___
 --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

___
--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