[asterisk-users] I can't use the 'Group', 'CallGroup' , 'PickupGroup' in SIP channel (asterisk1.4.2)

2007-04-03 Thread Amy Li
HI,ALL, I have multiple PSTN lines registered as multiple SIP channels (e.g. SIP/line1, SIP/line2, SIP/line3, etc...), on the multiple gateways( I uses the SIPURA3000). I wants to arrange them into an ordered hunting group for outbound calling. I used

Re: [asterisk-users] ZAP device reference in Zaptel 1.4

2007-04-03 Thread Devraj Mukherjee
Hi Yuan, zaptel is in fact loaded. Wonder what's going wrong? [EMAIL PROTECTED] ~]# lsmod Module Size Used by wcusb 18976 0 wctdm 34752 0 wcfxo 13472 0 wctdm24xxp 69696 0 wcte11xp 24608 0 wct1xxp

Re: [asterisk-users] Adding DND to dialplan

2007-04-03 Thread Brian McEntire
Hmmm... Had hoped this would be easy, maybe still is, but running into a problem: When I dial #78, I get a fast busy and these errors on the CLI [Apr 4 00:39:29] ERROR[4046]: pbx.c:1523 ast_func_read: Function DND/CALLERID not registered [Apr 4 00:39:29] WARNING[4046]: func_db.c:87

Re: [asterisk-users] ZAP device reference in Zaptel 1.4

2007-04-03 Thread Devraj Mukherjee
Also I can cat /dev/zap/3 and /dev/zap/4 and they respond to the various changes in signals On 4/4/07, Devraj Mukherjee [EMAIL PROTECTED] wrote: Hi Yuan, zaptel is in fact loaded. Wonder what's going wrong? [EMAIL PROTECTED] ~]# lsmod Module Size Used by wcusb

Re: [asterisk-users] Adding DND to dialplan

2007-04-03 Thread Bruce Reeves
You have a syntax error. exten = _#78,n,Set(DB(${DND/CALLERID(num)})=1) should read exten = _#78,n,Set(DB(DND/${CALLERID(num)})=1) On 4/3/07, Brian McEntire [EMAIL PROTECTED] wrote: Hmmm... Had hoped this would be easy, maybe still is, but running into a problem: When I dial #78, I get

<    1   2