search for: prohib

Displaying 20 results from an estimated 30 matches for "prohib".

2006 Mar 22
1
How to hide CallerID - SetCallerPres(prohib) not working
Hi, Using * 1.2.5 with a euro_isdn PRI I need to hide the callerID on certain extensions. I have usecallingpres=yes in zapata.conf, and am using SetCallerPres(prohib) in my dialplan prior to the Dial command. No matter what I set SetCallerPres to the CID is still displayed. Is there something else I need to make this work? I can't just set the CallerIDNUM to null, as it is needed for billing purposes. Thanks. -Barry Flanagan
2005 Sep 01
0
How to set CLIR when using call files ?
...d out with help of some of you guys how to set CLIR. (Calling line identification restriction) My first idea was to use the keypad protocol to set the CLIR with dialing *31* before the number but this was not possible. So thanks to Damon Estep I got it to work with executing 'SetCallerPres(prohib)' before the dial command. This works perfectly! But now for my new issue: I want to use the CLIR for automated dial out like described on http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out There is no way (at least I was not able to find it yet) to execute the 'SetCall...
2008 Jul 29
5
Callerid Woes
I am trying to setup one time caller id block on my system(activated when an incoming call matches *811XXXXXXXXXX), and I have had little to no luck. Could you take a look at my context/macro definition and help me figure out what I am missing? Here is my context for my dialplan: include=default plancomment=user-default
2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello, on my ISDN phone I can configure that on the next outgoing call, my telephone number should not be transmitted, instead it should be UNKNOWN. How can I configure Asterisk to do the same? Is this a feature/parameter of the driver (chan_capi) that I'm using? BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any difference. Thanks for your help, Stefan --
2013 May 15
1
SetCallerPres questions
Does SetCallerPres(Prohib) remove the ANI data from a SIP call or does it simply set a flag telling other devices not to display the data? In other words, could another system override that and see the caller ID anyway? The answer may affect how I handle 911 calls, so I'm very curious.
2013 Jan 24
2
Asterisk 11 / Missing Application SetCallerPres
Hi, I am using: Asterisk 11.2.0 libpri 1.4.12 Dahdi: 2.6.1 Sangoma E1-Card with Wanpipe-Drivers 3.5.28 I call my asterisk box via SIP and connect the call to an AGI-Script. Within the script I do EXEC SetCallerPres prohib or EXEC SetCallerPres prohib_not_screened But I get the following error: ast*CLI> == Using SIP RTP CoS mark 5 -- Executing [100 at sip:1] AGI("SIP/userid-0000001e", "test.php") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/test.php -- AGI...
2007 Mar 15
0
Re: busy/hangup/answer detection in PRI E1 channels (Vidura Senadeera)
...en => s,n,Set(DENYINT=${DB(denyinternational/${CALLERIDNUM})}) > exten => s,n,GotoIf($[ "${DENYINT}" = "yes" ]?congestion) > exten => s,n(noint),Set(BLOCKCID=${DB(blockcid/${CALLERIDNUM})}) > exten => s,n,GotoIf($[ "${BLOCKCID}" = "yes" ]?prohib:cont) > exten => s,n(prohib),SetCallerPres(prohib) > exten => s,n(cont),Dial(ZAP/g1/${ARG1},60,Tr) > exten => s,n,Set(CDR(userfield)=${HANGUPCAUSE}.${DIALSTATUS}) > exten => s,n,GotoIf($[ "${DIALSTATUS}" = "BUSY" ]?busy) > exten => s,n,GotoIf($[ &qu...
2017 Nov 08
4
Blocking outgping caller id on a PRI E1
I am trying to block/hide outgoing caller id on a PRI E1. It seems that it should be fairly simple, but it is defeating me. https://wiki.asterisk.org/wiki/display/AST/Function_CALLERID says: "to hide your caller id, use: Set(CALLERID(num-pres)=prohib)" That doesn't seem to do it. The calls are originated from AMI and I have tried a blank "CallerId:" line and "CallerId: <>"". Neither of those made any difference. I have also tried "hidecallerid=yes" in chan_dahdi.conf, but that has also made n...
2013 Oct 03
1
Disable the Connected Line info
...dialed extension is returned back on the display of the calling phone. So if you call extension 100, you can see you are calling Ann (for example). I want to selectively disable the transmission of this information back to the caller. How can I do it? I tried setting Set(CONNECTEDLINE(num-pres)=prohib); but it doesn't seem to sort any effect. Where am I wrong? Leandro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131004/b547c568/attachment.html>
2010 Sep 03
1
not succeeding to hide callerid with outbound calls
Hi All, In my dialplan and standard asterisk CLI logging i see that i am able to restrict the callerid when dialing out with asterisk. however, on the receiving phone, the callerid is still displayed. When i increment the logging of the pri with "pri set debug on span 1" on the CLI i also get the lower level debugging info from the pri.
2007 Jan 08
1
No CDR from Outbound Call
...> 2211,10,GotoIf($[${SHOPPHONE} = 2]?22:11) exten => 2211,11,Noop,${SHOPNO} exten => 2211,12,GotoIf($[${SHOPPHONE} = 3]?24:13) exten => 2211,13,SetVar(CALLFILENAME=${SHOPNO}-${TIMESTAMP}) exten => 2211,14,AGI,startlog.agi|${SHOPPHONE}|${CALLFILENAME} exten => 2211,15,SetCallerPres(prohib) exten => 2211,15,SetCIDNum(2211) exten => 2211,16,Monitor(wav,${CALLFILENAME},m) exten => 2211,17,Dial(SIP/${SHOPPHONE}@192.168.1.100) exten => 2211,18,wait(2) exten => 2211,19,hangup exten => 2211,20,playback(/etc/asterisk/recording/problem) exten => 2211,21,goto(default,2211...
2005 Aug 29
3
How to use * and # as part of number indialcommand
...d presentations are: allowed_not_screened : Presentation Allowed, Not Screened allowed_passed_screen : Presentation Allowed, Passed Screen allowed_failed_screen : Presentation Allowed, Failed Screen allowed : Presentation Allowed, Network Number prohib_not_screened : Presentation Prohibited, Not Screened prohib_passed_screen : Presentation Prohibited, Passed Screen prohib_failed_screen : Presentation Prohibited, Failed Screen prohib : Presentation Prohibited, Network Number unavailable...
2005 Jun 24
1
BRIstuff/QuadBRI problem: Ring requested on unconfigured channel 255/255 span 5
...ing simple switch on 'Zap/129-1' -- Channel 0/2, span 7 got hangup -- Hungup 'Zap/24-1' == Spawn extension (from-s0-faxmodems, 00242xxx, 5) exited non-zero on 'Zap/132-1' -- Hungup 'Zap/132-1' -- Executing SetCallerPres("Zap/129-1", "prohib") in new stack -- Executing NoOp("Zap/129-1", "") in new stack -- Executing SetTransferCapability("Zap/129-1", "3K1AUDIO") in new stack -- Setting transfer capability to: 0x10 - 3K1AUDIO. -- Executing SetCIDNum("Zap/129-1", &qu...
2004 Dec 28
2
caller-id blocking
Hi; How can a user block his caller-id in Astersik? Regards Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041229/07ecf20f/attachment.htm
2005 Jan 25
0
Re: [Fwd: Re: [Asterisk-biz] bellster.net
...personnes ext?rieures au foyer) ou raisonnable (taux d'utilisation manifestement excessif pour un abonn? particulier par exemple) ainsi que l'utilisation ? titre gratuit ou on?reux du service t?l?phonique de Freebox en tant que passerelle de r?acheminement de communications, est strictement prohib?e. In english, it is an extract of the ToS saying : the sharing of the line with people outside of the family, or the usage of the line as a "communication bridge/gateway" is strictly prohibited. Once this is said, if the number of calls done by Bellster users is limited, what's th...
2005 Mar 10
2
hide callerid via presention bits of ISDN
Hi, how can I setup asterisk to use the number presentation bits on the isdn side to suppress the number presentation? We need to transmit the subscriber number for billing purposes via ISDN whether or not the user wants to hide his/her number. Is there any way to do this? Deti
2005 Mar 24
1
Missing CallingPres Application
I've just upgraded to the latest CVS head, and my outbound calls stopped working. I traced it back to the line exten => s,9,CallingPres(${ARG2}) It seems as if this application is now missing. I tracked back the changes and found in 1.415 of chan_zap.c the code was removed because it was "duplicated". However, it does not exist anywhere ! Am I being stupid, missed
2006 Jan 30
0
Unable to do anonymous outbound calling
Hi, I'm wanted to do working anonymous calling with my sip provider. To do it, I use SetCallerPres(prohib). The problem: The "fromuser=" parameter overide the value of "CallerID(number)" and do it don't working. Anyone had an idea? Tank's Loic Foucault -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/aster...
2007 Jul 26
2
SetCallerPres and Cisco PRI
Does anybody know if SetCallerPres works on calls via SIP through a Cisco gateway? We are trying to mark outbound calls as anonymous and we set it to prohib, but calls still show outbound callerid. We are SIP from * to the Cisco gateway and then PRI outbound. If we strip the callerid num, then the first number on the PRI gets added as teh callerid, so we can't do that. We need to make it anonymous so that it shows as unknown on the other end...
2008 May 14
0
Setting CallerID UNKNOWN on an outgoing
...00 to 1999 and 1000 is >my base number. I make an outgoing call from a phone which sets its >CallerID to 1500. > >Can anyone be so kind to tell me what is shown to the callee in either >case? > I can only tell you, that after I set exten => _0[23456789].,1,SetCallerPres(prohib) the callees phone displayed "Caller" (or in German "Anrufer"), which is just what I wanted. Stefan -- ******************************************** in-put GbR - Das Linux-Systemhaus Stefan-Michael Guenther Geschaeftsfuehrer Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax :...