Re: [Asterisk-Users] Cisco 7960

2005-03-06 Thread Blake Van Eekeren
Nabeel Jafferali wrote:
Whilst I agree with Joe, has anybody actually been able to
sucessfuly get the Cisco 7940's/7960's to register into *?

Yeah, I've been using a 7960 with * since November.
Indeed, I have 7905/7940/7960's all working with *.
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Block anonymous calls

2005-03-05 Thread Blake Van Eekeren
Fredrik wrote:
> I see from my CDR's that some of my callers also have "unknown" in
> their FROM field. I would like to let them through. Only block the
> FROM "anonymous" that the telemarketers use.
Fredrik, I found something on the Wiki a while back... Try this...
exten => s,1,Answer
exten => s,2,NoOp(${CALLERID})
exten => s,3,ResponseTimeout(10)
exten => s,4,GotoIf($["${CALLERIDNUM}" = ""]?|1000)
exten => s,5,GotoIf($["${CALLERIDNUM:0:3}" = "877"]?s|1000)
exten => s,6,GotoIf($["${CALLERIDNUM:0:3}" = "866"]?s|1000)
exten => s,7,GotoIf($["${CALLERIDNUM:0:3}" = "800"]?s|1000)
exten => s,8,Macro(stdexten,${SIP0})
exten => s,9,Hangup
exten => s,1000,Background(SPAMSTOPPER)
exten => s,1001,Hangup
I have used this for a few months at home, and it works great...
Blake
___
Asterisk-Users mailing list
Asterisk-Users@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


RE: [Asterisk-Users] Whats wrong with dialplan?

2004-02-04 Thread Blake Van Eekeren
Do you evern include the [well-road] context?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Lee
Sent: Wednesday, February 04, 2004 9:11 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Whats wrong with dialplan?


I am having problems with my dial plan, please help me locate the
problem:

In the following dialplan, I am not able to press 8 to get to voicemail 
main while the 3000 mailbox unavailable message is being read in the 
background.
What am I doing wrong?

[globals]
;physical-phones
p1 = SIP/p3000
p2 = SIP/p3001
p3 = SIP/p3002
p4 = some other physical phone
 

;lines
line1 = Zap/1

[voicemail access]
;Extension 8 to get to voicmail:
exten => 8,1,VoicemailMain

[no match]
exten => _.,1,Playback(sorry-no-match)
exten => _.,2,Hangup

[extensions]
;ext3000:
exten => 3000,1,Dial(${p1},10,tr)
exten => 3000,2,Answer
exten => 3000,3,Background,vm/3000/unavail
exten => 3000,4,Voicemail,3000
exten => 3000,5,Hangup
;If Busy:
exten => 3000,102,Background,vm/3000/unavail
exten => 3000,103,Goto,4

[well-road]
;includes
include => voicmail access
include => extensions
include => no match
 

exten => h,1,Hangup

[default]
 

exten => s,1,Goto(well-road,3000,1)


Thanks for any help

Regards
Chris
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
 
  

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users