[Asterisk-Dev] Asterisk and Internet Phone/Line Jack

Rob Emanuele rje at shoreis.com
Thu Oct 14 13:52:40 MST 2004


Greetings,

I've been toying with Asterisk for a while now and I'm trying to get it
seriously working as a PBX for my home with multiple stations.  I've got a
lot of linux and telephony experiance so this shouldn't be this hard. 
Anyway....

In using 2 ISA Quicknet Cards, one Phone Jack and one Line Jack.  I cannot
get my Phone Jack to function properly yet the Line Jack works fine.  The
demo works with the Line Jack and I can call the digum office, voice mail,
etc.  Any phone hooked to the Phone jack is completely unresponsive, no
dial tone, no dead air.

The driver for the ixj is the one with the kernel.  I have seen other
drivers and was wondering if I should try those too.

I've tried to give all the relevant info below.

Thanks,

Rob

In the Server:
1 Line Jack as a station
1 Phone Jack as a station
Linux 2.6.8.1 (Fedora Core 2 recompiled
    kernel RPM with ixj modules)

In my dev directory:
[root at wildduck dev]# ls -l phone*
crw-r--r--  1 root root 100, 0 Oct 12 21:10 phone0
crw-r--r--  1 root root 100, 1 Oct 12 21:47 phone1

/var/log/messages shows:
Oct 14 13:43:27 wildduck kernel: Linux telephony interface: v1.00
Oct 14 13:43:27 wildduck kernel: pnp: Device 00:02.00 activated.
Oct 14 13:43:27 wildduck kernel: ixj: found Internet PhoneJACK at 0x300
Oct 14 13:43:27 wildduck kernel: pnp: Device 00:01.00 activated.
Oct 14 13:43:30 wildduck kernel: ixj: found Internet LineJACK at 0x310
Oct 14 13:43:30 wildduck kernel: $Id: ixj.c,v 4.7 2001/08/13 06:19:33
craigs Exp $

/etc/asterisk/phone.conf has these snips:
mode=dialtone
format=ulaw
echocancel=medium
device => /dev/phone0
device => /dev/phone1

/etc/asterisk/extensions.conf has these snips:
CONSOLE=Phone/phone0
exten => 1265,1,Dial(Phone/phone0,15)
exten => 1265,2,Goto(s,5)
exten => 1266,1,Dial(Phone/phone1,15)
exten => 1266,2,Goto(s,5)







More information about the asterisk-dev mailing list