[Asterisk-Users] Problems with conference on FreeBSD 5.2.1 w/*
1.0.1
Jason Lixfeld
jason+lists.asterisk at lixfeld.ca
Tue Nov 30 07:17:20 MST 2004
Sorry for the waste of bandwidth. Problem was the ztdummy driver
wasn't actually being loaded. Seems it was omitted by the startup
script provided with the port. I added it and re-ran the startup
script and it works like a charm now.
On Nov 30, 2004, at 1:04 AM, Jason Lixfeld wrote:
> Hello,
>
> I'm trying to set up a conference room. When I dial it's extension, I
> get an audible error saying "Not a valid conference room, please try
> again" followed by a disconnect. I've got debug sip peer 1001 (my
> X-Lite client) and I see this in the logs: (I'm pretty sure it has
> something to do with ztdummy, but I dunno... I have the port
> installed, but I haven't been able to find anything indicating whether
> or not I need to configure it somewhere or if there are any special
> FreeBSD kernel hooks that need to be in place before this will work)
>
> Anyone have any ideas? Spend all last night googling but couldn't
> find anything that stuck out at me.
>
> Nov 30 00:43:40 WARNING[138185728]: chan_zap.c:757 zt_open: Unable to
> open '/dev/zap/pseudo': Device not configured
> Nov 30 00:43:40 ERROR[138185728]: chan_zap.c:6665 chandup: Unable to
> dup channel: Device not configured
> Nov 30 00:43:40 WARNING[138185728]: app_meetme.c:227 build_conf:
> Unable to open pseudo channel - trying device
> Nov 30 00:43:40 WARNING[138185728]: app_meetme.c:230 build_conf:
> Unable to open pseudo device
>
> # ls -al /usr/local/lib/zaptel/
> total 400
> drwxr-xr-x 2 root wheel 512 Nov 29 01:09 .
> drwxr-xr-x 21 root wheel 4096 Nov 29 01:09 ..
> -rw------- 1 root wheel 168 Nov 29 01:09 linker.hints
> -r-xr-xr-x 1 root wheel 81516 Nov 29 01:09 wcfxo.ko
> -r-xr-xr-x 1 root wheel 108409 Nov 29 01:09 wcfxs.ko
> -r-xr-xr-x 1 root wheel 168204 Nov 29 01:09 zaptel.ko
> -r-xr-xr-x 1 root wheel 40557 Nov 29 01:09 ztdummy.ko
>
> # kldstat
> Id Refs Address Size Name
> 1 4 0xc0400000 5e16d8 kernel
> 4 3 0xc2e04000 2f000 zaptel.ko
> 5 1 0xc2e33000 6000 wcfxo.ko
> 6 1 0xc2e39000 a000 wcfxs.ko
>
> # meetme.conf
> [rooms]
> conf => 3248
>
> # extensions.conf
> [lan-phones]
> exten => 1000,1,Voicemailmain2
> exten => 1001,1,Dial(SIP/1001,20)
> exten => 1001,2,Voicemail(u1001)
> exten => 1001,102,Voicemail(b1001)
> exten => 1001,103,Hangup
> exten => 1002,1,MeetMe(3248)
>
> # zaptel.conf
> fxsks=1
> loadzone = us
> defaultzone=us
>
> # ls -l /dev/zap/
> total 0
> crw-rw-r-- 1 root wheel 245, 254 Jun 1 10:37 channel
> crw-rw-r-- 1 root wheel 245, 0 Jun 1 10:37 ctl
> crw-rw-r-- 1 root wheel 245, 255 Jun 1 10:37 pseudo
> crw-rw-r-- 1 root wheel 245, 253 Jun 1 10:37 timer
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>
More information about the asterisk-users
mailing list