login | register
Wed 01 of Aug, 2007 [09:27 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.41s
  • Memory usage: 2.20MB
  • Database queries: 30
  • GZIP: Disabled
  • Server load: 2.51

Asterisk cmd PrivacyManager

Synopsis:

Require phone number to be entered, if no CallerID sent

Description:

 PrivacyManager

If no Caller*ID is sent, PrivacyManager answers the channel and asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. If after 3 attempts, they do not enter their 10 digit phone number, and if there exists a priority n + 101, where 'n' is the priority of the current instance, then the channel will be setup to continue at that priority level. Otherwise, it returns 0. Does nothing if Caller*ID was received on the channel.

New (July 2005): bug 752 was included in CVS (Asterisk 1.1) and enhances the privacy manager considerably. As part of this patch, the 'n' flag to Dial got changed to be used as part of the privacy features, instead of being the 'dont jump to +101' flag. That flag is now 'j'.


2005-03-30: Calls go through the PrivacyManager when the Caller*ID is set to anything at all (such as 'anonymous'). This simple patch makes sure the Caller*ID contains a telephone number before deciding what to do. Code is based on similar stuff in chan_zap.c


  --- app_privacy.c.orig  2005-03-29 15:49:07.000000000 -0500
  +++ app_privacy.c       2005-03-29 16:09:18.000000000 -0500
  @@ -58,12 +58,18 @@
       char *s;
       char phone10;
       char new_cid144;
  +       char *l=NULL,*n=NULL;
       struct localuser *u;
       struct ast_config *cfg;

       LOCAL_USER_ADD (u);
       if (chan->callerid)
       {
  +               ast_callerid_parse(chan->callerid, &n, &l);
  +               if (l) ast_shrink_phone_number(l);
  +       }
  +       if (l && ast_isphonenumber(l))
  +       {
               if (option_verbose > 2)
                       ast_verbose (VERBOSE_PREFIX_3 "CallerID Present: Skipping\n");
       }





Created by oej, Last modification by JustRumours on Wed 13 of Jul, 2005 [20:35 UTC]

Comments Filter

Re: North American Centric

by Anton Ivanov on Monday 27 of March, 2006 [20:32:45 UTC]
It is, but only in recent asterisks. Have a look at the current app_privacy source. It supports maxlength as well as retries as configurable parameters.

Patch breaks good callerid name

by Chris Gray on Tuesday 31 of January, 2006 [17:06:27 UTC]
The posted patch works great on anonymous or otherwise bad callerid, but it breaks good calleridname. You get the number, but name is empty.

anonymous callers

by X1Z on Monday 28 of March, 2005 [23:49:14 UTC]

PrivacyManager will pass the call if _anything_ has been sent for the callerid value, including "anonymous" and no telephone number.


Edit

North American Centric

by Anonymous on Saturday 17 of July, 2004 [08:29:14 UTC]
Should be configurable as to how many digits it asks for...

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver