search for: withheld

Displaying 20 results from an estimated 73 matches for "withheld".

2004 Jul 19
2
Unavailable/Withheld identification
Hi, I'm in the process of switching over to Asterisk from Alchemy kit and have hit a stumbling block. We're in the UK and use ISDN. At the moment we don't accept calls from withheld numbers (we just play them a message), but do accept calls from unavailable numbers. There doesn't seem to be any way for me to differentiate between the two number types in Asterisk (chan_CAPI) - they both appear to be presented as lacking callerID with no other identifier. I've had a loo...
2011 Oct 11
2
BT line: unavailable vs withheld numbers?
On a BT line, how do I determine whether the number on an incoming call has been deliberately withheld (by dialling 141) or is merely unavailable (e.g. because it originated from overseas or passed through some ancient switching equipment) ? In the first case, I want the caller to be played a message to the effect that we are not at home to anonymous cowards but if their business is importan...
2008 Mar 13
1
CallerID setting issue with withheld numbers and mISDN ...
...aller ID to be unknown, or what? It's asterisk 1.2.26.1 if this makes any difference at this point. Latest mISDN drivers as far as I'm aware. If I call into the system on a SIP or IAX trunk, then it "just works". (and does the right thing when I withhold number), it's just withheld number mISDN calls that thwart my changing of the caller ID! So why can't I change caller ID on an incoming mISDN call when the caller withholds their number!?! It's very frustrating. Any insight welcome. Thanks, Gordon
2004 Dec 07
1
Inoming caller id withheld, move to new context, possible?
Hi, now I've got caller id working on my BT line in the UK, I'd like to play a different message to those pesky sort who with hold their outgoing number. How can I do this in my extensions.conf for my [incoming-analog] context? I realise some people may call who are unable to change the way that their system withholds the outbound number, so I'll give them chance to leave a voice
2018 Apr 10
2
withheld caller id
...extensions.conf exten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT) exten => _9X.,n,Hangup(${HANGUPCAUSE}) By dialing 9 it opens the dongle to make a call. I would like to restrict my caller id. so when i place a call from this dongle, it will send on the other end *blocked number* or *withheld*. The carrier restricts (call by call) the caller ID if i send #31# before the number (that works if i place the sim in my mobile)*. *i did try to the following from zoiper 9*+*#31#*+*destination_number. Unfortunately, zoiper did stop on 9#31# and it dialled one of my recent numbers. The same resul...
2018 Apr 10
2
withheld caller id
thanks a lot for the reply. i thought of that and i did try to send *exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)exten => _9X.,n,Hangup(${HANGUPCAUSE})* but the provider replies back that it is a wrong number. Then i inserted the sim to an ordinary mobile phone and dialed #31# and the number, then the call progressed fine and it restricted the number. What am i doing wrong
2018 Apr 10
2
withheld caller id
so any ideas, please? On Tue, Apr 10, 2018 at 1:46 PM, Atux Atux <atuxnull at gmail.com> wrote: > after adding the ww: > root at Pbx: /etc/asterisk $ asterisk -rvvv > Asterisk 11.25.3, Copyright (C) 1999 - 2013 D == Using SIP RTP TOS bits > 184 > == Using SIP RTP CoS mark 5 -- Executing > [9211123456 at AllCalls:1] Goto("SIP/500-00000003",
2005 Sep 13
1
SetCIDName question
Hi all, I tried to set the calleridname of an incoming call to get different incoming labels displayed for different incoming numbers. This does work for hidden number-calls so I can set the displayed CIDName on my cisco7960 from "CID withheld" to "abc CID withheld" If the incoming CID isn't hidden it works to use SetCallerID but not to change only the CIDName with SetCIDName. At least it's not displayed on my cisco7960 with chan_sccp any suggestions what I've could have done wrong ?
2013 Mar 19
1
Lars package
Hi,   I'm using lars package to run some regression analysis and my doubt now is how can I predict my model to another dataset? Let me explain a little better: I have a dataset from which I withhold some data. With the data that wasn't withheld, I create the model. Now, what I'm not being able to do is apply the model back to the data that I withheld. Any suggestions?   Here it goes the code: require(lars) x <- as.matrix(lars.input[c(1:152)]) y <- lars.input[,c(149)] larsdata <- as.data.frame(cbind(y,x)) attach(larsdata) la...
2018 Apr 10
3
withheld caller id
>>> > exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT) My suggestion would be to add a pause or two before dialing the phone number exten => _9X.,1,Dial(Dongle/dongle800/#31#ww${EXTEN:1},120,KT) D(digits): After the called party answers, send digits as a DTMF stream, then connect the call to the originating channel (you can also use 'w' to produce .5 second
2019 Apr 02
1
Samba Cups printing log Windows User name
Hello, we have a Samba 4 AD with cups as printing server. Windows clients can download driver via samba and nearly all is fine. Expect the cups log on http://dc1:631/printers/Printername?which_jobs=completed Name is always "unkown" and Owner is always "withheld" is there a way to log windows username how print the job? Best Regards,
2007 Aug 03
3
Sourcing commands but delaying their execution
...1 portion of FileMerged. I am looking for a means to source FileMerged but not execute some of the commands immediately. Functionally this would look like: SERIES OF COMMANDS source("FileMerged") # but withhold execution of some of the commands MORE COMMANDS COMMAND TO EXECUTE THE WITHHELD COMMANDS Does R offer some option to accomplish this? Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-415-564-2220 www.PLessThan.com
2005 May 25
1
Default caller ID
...). The CDR records a blank callerid from the zap channel, so it's not being set to 'asterisk' there - it does appear to be in the sip code that it's being munged. I'd rather it stayed blank & let the phone handle it or say something meaningful 'Unavailable','Withheld', etc. Tony
2006 Apr 10
1
[ISSUE] Honouring Silent Caller ID Numbers
...other countries, but in Australia - according to Telstra - the caller id is managed by the terminating device which is the telephone. If the caller id has been flagged as a silent number then generally the caller id is not display, but rather display with an alternative message 'Number Withheld' or 'Private' or whatever. Right now every incoming call regardless of whether they have been flagged as a silent number or not we are able to see those numbers. Is their provisioning within the SIP or IAX2 trunk protocol to accept and honour the silent caller id? Is or will Ast...
2010 Feb 25
2
Redirect call based on CLI???
...day. Is it possible to re-direct an incoming SIP call based on it's CLI? Ideally I would like to check incoming calls against a short whitelist (of say 20 numbers) and redirect to a different extension if there is a match. I would also like to redirect calls that fail to present any CLI (aka WITHHELD/UNAVAILABE) to a different extension At I guess I would suspect I could implement this - can someone give me a starting point? Many thanks Brian
2003 Oct 17
2
exchange server and amba 3 integration
Hi, The decision has been made to use Exchange 2K server despite my efforts in suggesting Cyrus Imap with Sendmail. Has any one used or have suggestions on using an Exchange 2K Mail server with Samba 3 as the "only" PDC? My ?s; 1) Is the 2K Exchange Server integration as simple as having a 2K machine joining a Samba PDC? 2) I use smbpasswd as a backend as I am migrating from
2003 May 27
2
Caller-ID questions and suggestions
...be very welcome. 3. Caller-ID name information is sent with "double quotes" around it, at least when it's fetched from the database using LookupCIDName. This wastes precious display space. 4. There seems to be no way to distinguish between "Out of Area" and "Private/Withheld" in extensions.conf. I see in the zaptel source code that the distinction is available when the data is being read from the line. Since those really are different situations, it would be great to be able to differentiate between them. miguel
2008 Dec 05
1
Gosubs broken since r160626 (1.6.0 SVN) ?
...ited non-zero on 'IAX2/aaisp-3802' -- Hungup 'IAX2/aaisp-3802' This was the original AEL2 code: 03333407271 => { Verbose("We got here"); AGI(caller_id_rewriter/caller_id_rewriter.py); Set(CALLERID(name)="1 ${CALLERID(name)}"); if ("${WITHHELD}" = "yes") { &macro-announcement(anonymous_call_rejection,22); Hangup(22); } Dial(${ALLPHONES},20); if ("${DIALSTATUS}" = "BUSY") { VoiceMail(201,b); } else { VoiceMail(201,u); } Hangup(${HANGUPCAUSE});...
2005 Jan 04
2
rails on windows?
...communications to or from State and Local Officials and employees are public records available to the public and media upon request. Seminole County policy does not differentiate between personal and business emails. E-mail sent on the County system will be considered public and will only be withheld from disclosure if deemed confidential pursuant to State Law.**** _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2011 Dec 06
3
Riak on Camping
Good day, does anyone here have a clue on how to make use of the NoSQL database "Riak" with Camping? I am building my website and Riak seems like pretty much the ultimate database! This would probably ruin every little feature in ActiveRecord, I don''t think I''d be able to do any has_many''s or belongs_to but I''d LOVE to be proven wrong. As far as