Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2001 17:59:28 +0100
From:      "Steven Looman" <fsteevie@dds.nl>
To:        <freebsd-isdn@FreeBSD.ORG>
Subject:   Error in config (telephone stuff), but where???? 
Message-ID:  <000d01c08c71$2dc6f2e0$0200a8c0@coyote>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to make my computer listen to two numbers, instead of one.
But it doesn't seem to work. It does work when I remove one number from the
config.

Here's my config:
system
ratesfile  = /etc/isdn/isdnd.rates
useacctfile  = yes
acctall   = on
acctfile  = /var/log/isdnd.acct
rtprio   = 25

monitor-allowed  = on
monitor-port  = 451
monitor   = "/var/run/isdn-monitor"
monitor-access  = fullcmd, channelstate, logevents, callin, callout
monitor   = "192.168.0.0/24"
monitor-access  = restrictedcmd, channelstate, logevents, callin, callout

entry
name   = Tel484602
usrdevicename  = tel
usrdeviceunit  = 0
isdncontroller  = 0
isdnchannel  = -1
local-phone-incoming = <my 1st no.>
remote-phone-incoming = *
dialin-reaction  = answer
answerprog  = "scripts/incoming-tel"
b1protocol  = raw
idletime-incoming = 5

entry
name   = Tel484541
usrdevicename  = tel
usrdeviceunit  = 1
isdncontroller  = 0
isdnchannel  = -1
local-phone-incoming = <my 2nd no>
remote-phone-incoming = *
dialin-reaction  = ignore
answerprog  = "scripts/incoming-tel"
b1protocol  = raw
idletime-incoming = 5

And, if necessary, here's my kernel config (atleast the ISDN stuff):
# i4b
options  TEL_S0_16_3
device  isic0 at isa? port 0xd80 irq 12 flags 3
pseudo-device "i4bq921"
pseudo-device "i4bq931"
pseudo-device "i4b"
pseudo-device "i4btrc" 4
pseudo-device "i4bctl"
pseudo-device "i4brbch" 4
pseudo-device "i4btel" 4
pseudo-device "i4bipr" 4
pseudo-device "i4bisppp" 4
options  "IPR_VJ"


Anyway, when I try to load the config I get an errormsg something like this:
No local-phone-outgoing number specified.
No remote-phone-outgoing number specified.

Can anybody help me?
Thx.

Steven


PS
On linux I could see the outgoing calls made by someone else in the house.
And if it was going to somebody else with ISDN I could see it's number.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01c08c71$2dc6f2e0$0200a8c0>