search for: nocallerid

Displaying 20 results from an estimated 29 matches for "nocallerid".

2004 Apr 12
3
Zapateller issues
Hi All, In theory if I do this; exten => s,1,Zapateller(nocallerid) exten => s,2,Privacymanager exten => s,3,Dial(a bunch of SIP extensions) My callers should only hear the anti-telemarketing tones if they call from a line that has no caller*ID and then get offered an opportunity to enter it, right? What I'm finding is that in the event of no CID the c...
2004 Oct 08
1
Zapateller Answering?
Been tinkering and found Zapateller appears to be answering when I didn't expect it to. I have something like so: [incoming] exten => s,1,NoOp ;Zapateller(answer|nocallerid) exten => s,2,PrivacyManager exten => s,3,Dial(${RING},20) ... I have a 1x1 analog * installation with a couple IP phones too. I've got the FXO interface connected to the home phone line. When I get an inbound call, all the other phones in the house ring and *, via the setup above, rin...
2007 May 30
3
Dial plan inquiry using GotoIf()
...perator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to the following macro: [macro-forward] ; arg1 = phone number ; arg2 = timeout ; arg3 = extension (voicemail) ; arg4 = mobile number exten => s,1,Zapateller(answer|nocallerid) exten => s,2,PrivacyManager exten => s,3,Wait(1) exten => s,4,GotoIf($[${CALLERID(number)} = "15552221313"]?15:5) exten => s,5,GotoIf($[${LEN(${CALLERID(number)})} = 4]?6:8) exten => s,6,AGI(didextlookup.agi|${CALLERID(number)}) exten => s,7,Set(CALLERID(number)=${didlo...
2004 May 24
1
Using Blacklist
...sterisk*CLI> database show blacklist /blacklist/<1010987/18887975686number> : 1 /blacklist/<name/number> : 1 /blacklist/unlisted/6145551212 : 1 asterisk*CLI> exten => 2129,1,Wait(1) exten => 2129,2,Zapateller(answer|nocallerid) exten => 2129,3,NoOp exten => 2129,4,PrivacyManager exten => 2129,5,LookupBlacklist exten => 2129,6,Dial(Zap/4,5,Ttr) exten => 2129,7,Answer exten => 2129,8,Wait(1) exten => 2129,9,Playback(personal/hello) exten => 2129,10,Playback(personal/i-am-not-in-at-the-moment) exten...
2009 Jul 24
2
how to match "no callerid" in 1.6 ?
Hi, This used to work fine in 1.4: exten => 2131/,1,NoOp(reject3: ${CALLERID(num)}) exten => 2131/,n,Playback(no_unknow_callerid_here) exten => 2131/,n,Hangup And now, after upgrading to 1.6.1.x it matches every callerid. Did something change? Thanks,
2003 Oct 02
2
Zapateller
Does anybody know why I get this error when using zapateller: WARNING[1209214400]: File rtp.c, Line 327 (ast_rtcp_read): RTP Read error: Resource temporarily unavailable It's scrolls until a sound is recived from the line, then it plays the zapateller tones. /Mike
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
...Message: 8 Date: Mon, 12 Apr 2004 15:47:28 -0400 (EDT) From: "Mark Phillips" <kc2eni@nyc-ares.org> To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Zapateller issues Reply-To: asterisk-users@lists.digium.com Hi All, In theory if I do this; exten => s,1,Zapateller(nocallerid) exten => s,2,Privacymanager exten => s,3,Dial(a bunch of SIP extensions) My callers should only hear the anti-telemarketing tones if they call from a line that has no caller*ID and then get offered an opportunity to enter it, right? What I'm finding is that in the event of no CID the c...
2005 Aug 21
0
PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
...;t). I get this on the console: == Primary D-Channel on span 1 up -- Accepting voice call from '' to '0711234567' on channel 0/2, span 1 -- Executing Ringing("Zap/2-1", "") in new stack -- Executing Zapateller("Zap/2-1", "answer|nocallerid") in new stack -- Executing PrivacyManager("Zap/2-1", "") in new stack -- CallerID Present: Skipping -- Executing SetCIDNum("Zap/2-1", "") in new stack -- Executing LookupCIDName("Zap/2-1", "") in new stack I hav...
2005 May 28
1
3 goes and your out
Is it possible to give a caller three goes at an extension number then hangup? exten => s,1,Zapateller(answer|nocallerid) exten => s,2,PrivacyManager exten => s,3,Ringing(1) exten => s,4,NoOp(${CALLERID}) exten => s,5,SetMusicOnHold(random) exten => s,6,Background(silence/1) exten => s,7,Background(thank-you-for-calling) exten => s,8,Background(silence/1) exten => s,9,Background(if-u-know-ext-...
2007 Jun 12
4
GotoIf Dialplan inquiry
...) application. Here are logs from the asterisk CLI: -- Executing [8995@fromlime:1] Macro("IAX2/lime-3", "forward|SIP/8995&SIP/31337|15|8995|IAX2/limemed@lime/13476681546") in new stack -- Executing [s@macro-forward:1] Zapateller("IAX2/lime-3", "answer|nocallerid") in new stack -- Executing [s@macro-forward:2] PrivacyManager("IAX2/lime-3", "") in new stack -- CallerID Present: Skipping -- Executing [s@macro-forward:3] Wait("IAX2/lime-3", "1") in new stack -- Executing [s@macro-forward:4] GotoIf(&q...
2005 Aug 02
0
app_rxfax errors
...t; s,8,GotoIf($["${CALLERIDNUM}" != ""]?9:11)<br> exten => s,9,System(/usr/local/sbin/convertSendPDF.sh ${FAXUNIQ} ${ARG2} ${ARG1})<br> exten => s,10,Goto(macro-fax-receive,12)<br> exten => s,11,System(/usr/local/sbin/convertSendPDF.sh ${FAXUNIQ} "NOCALLERID" ${ARG1})<br> exten => s,12,Hangup<br> <br> This works without any issues.<br> <br> Now when I do this:<br> exten 1-5 do some Mysql stuff to translate DNIS to DID<br> exten => _3XXX,6,Answer<br> exten => _3XXX,7,Ringing &nbsp; &n...
2005 Jul 19
3
CID Matches On Incoming BroadVoice???
I have been trying to make Broadvoice match incoming Caller ID and do specific things based on the number received, but due to Broadvoice requiring the "s" to start off an incoming extension, I cannot get this to work. Has anyone been able to do this? Here are some examples of my setup: from sip.conf: context=broadvoice-incoming from extensions.conf [broadvoice-incoming] exten =>
2005 Jun 16
1
faxdetect config issues
...gpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes group = 1 mailbox = 777 callerid = <777> context = internal channel => 7 ; In EXTENSIONS.CONF [fromqwest] exten => s,1,Answer exten => s,2,Wait(1) ;exten => s,3,Zapateller(answer|nocallerid) exten => s,3,NoOp ;exten => s,4,PrivacyManager exten => s,4,NoOp exten => s,5,Goto(internal,s,1) ; exten => fax,1,NoOp(Fax Detected) exten => fax,2,Dial(SIP/222-5000,20,tr) exten => fax,3,Congestion ; [internal] exten => s,1,Answer exten => s,2,Dial(ZAP/g1&ZAP/10&am...
2008 Feb 15
1
DialPlan help with Analog Fax Machine
...t; s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Hangup exten => _s-.,1,Goto(s-NOANSWER,1) [incoming] exten => fax,1,Goto(fax-hardware,s,1) exten => s,1,Goto(incoming-dial,s,1) exten => <my phone number>,1,Goto(incoming-dial,s,1) [incoming-dial] exten => s,1,Zapateller(nocallerid) exten => s,2,SetMusicOnHold(icecast) exten => s,3,GotoIf(${DB_EXISTS(blacklist/${CALLERID(number)})}?custom-blacklisted,s,1) exten => s,4,Set(DB(CALLTRACE/lastcaller)=${CALLERID(number)}) exten => s,5,AGI(MisterHouse.agi,"CallerID") exten => s,6,Answer exten => s,7,Pla...
2003 Dec 29
2
after hours logic
...ove a few extensions. All I can think of is to have a seperate [after-hours] context that has different GoTo's but that seems rather cumbersome. Any suggestions are welcome. FLAME away if this is a stupid question :) ;************* [main-menu] ;************* exten => s,1,Zapateller(answer|nocallerid) ;play SIT if no Caller-Id exten => s,2,PrivacyManager ;prompt for Caller-Id if not present ;otherwise goto 103 ;check for after-hours include => night|00:00-7:59|*|*|* include => night|21:31-23:59|*|*|* ;check for day time includ...
2006 Dec 16
1
rxfax detection problems with multiple contexts
...n => s,n,Hangup exten => fax,1,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif) exten => fax,n,rxfax(${FAXFILE}) exten => fax,n,Hangup exten => i,1,Hangup exten => h,1,Hangup [incoming] include => parkedcalls exten => s,1,Answer exten => s,n(zapateller),Zapateller(nocallerid) exten => s,n,LookupCIDName exten => s,n,NoOp(CallerID: ${CALLERID}) exten => s,n(ring),Dial(SIP/2000&SIP/2001&SIP/2002,30) exten => s,n,Voicemail(u2999) exten => s,n,Hangup exten => s,n(ring)+101,Voicemail(b2999) exten => s,n,Hangup exten => i,1,Hangup exten =>...
2004 May 24
2
testing asterisk on FXS lines
I am configuring an asterisk server and I want to test the incoming configuration with my FXS handsets. I have the FXS lines able to call eachother and they can connect out the FXO lines. I changed the context for the FXS lines to "incoming" so that they would be able to test the setup for incoming calls. For the incoming context I have: [incoming] exten => s,1,Wait(1) exten
2004 Sep 26
3
What about a higher level configuration language
Hi all. I've been reading through Wi-Ki and at the extensions.conf file description (http://www.voip-info.org/wiki-Asterisk+config+extensions.conf) The author says this: "One day, someone is going to write a proper scripting language for Asterisk that can understand a simpler, easier (and more traditional) scripting syntax. All it would need to do is translate the "high
2003 Nov 20
2
No ringback
Hello. I have another issue. When I call in, everything is processed correctly, including voicemail, but I don't hear any ringing/ringback. exten => s,1,Zapateller(answer|nocallerid) exten => s,2,NoOp exten => s,3,Playback(pls-wait-connect-call) exten => s,4,Dial(${PHONE1}&${PHONE2}&${PHONE3}&${PHONE4},15,Ttm) exten => s,5,Answer exten => s,6,Wait(1) exten => s,7,Voicemail(u${PHONE1VM}) exten => s,8,Hangup exten => s,107,Voicemail(b${PHONE1V...
2004 Jun 04
0
Supervision Issue With Asterisk/Sipura/Talkn
...Caller Conn Polarity: Forward Callee Conn Polarity: Forward Caller Conn Polarity: Forward Doesn't seem to make a different * still holds the call up and doesn't release it, my context looks like: [incoming-talkn] ; exten => s,1,SetMusicOnHold,random exten => s,2,Zapateller(answer|nocallerid) exten => s,3,NoOp exten => s,4,PrivacyManager exten => s,5,LookupCIDName exten => s,6,LookupBlacklist exten => s,7,Background(pls-wait-connect-call) ;exten => s,8,Dial(Zap/4,15,Ttr) exten => s,9,Answer exten => s,10,Wait(1) exten => s,11,Macro(vmessage,2101) exten =>...