Displaying 20 results from an estimated 20000 matches similar to: "enhanced privacy manager AGI"
2005 Jun 23
3
privacy manager
>1- Call comes in without callerid
>2- AGI script answers line
>3- AGI script asks to record name
>4- Park the call and get the parked extension number
>5- Ring all the phones in the house (exec Dial)
>6- If phone is picked up, play recorded name
>7- Wait for DTMF to accept or decline call
>8- If accepted, bridge parked call and current call.
Mike,
I am wanting this
2007 Jun 15
2
combining AGI with dialplans
On 2007-05-15 Tony Mountifield wrote (wrt using AGI scripts to dial out):
> Can't comment on this one, as I never use AGI to dial.
> My AGIs just set the context, extension and priority,
> and exit to the dialplan to do any dialling.
(http://article.gmane.org/gmane.comp.telephony.pbx.asterisk.user/185537)
I would like to do this, but I am having trouble figuring out how. I have
2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi,
I'm running asterisk 1.4.22 on a debian server.
I have php5 installed and it works correctly command line.
When trying to run a php script via AGI, I get messages such as:
GI Tx >> I>
AGI Rx << #!/usr/bin/php5 -q
AGI Tx >> 510 Invalid or unknown command
The scripts are completely executable and owned by asterisk
-rwxr-xr-x 1 asterisk asterisk
Googling is not helping
2010 Aug 31
1
Logging the CID from the Privacy Manager
Hi folks,
My v1.6 Asterisk system logs all Call Detail Records to a PostgreSQL
database, including those handled by the Privacy Manager.
Unfortunately, even though I can use the CLI to see the information
being submitted by anonymous callers to satisfy the demands of the the
Privacy Manager, that information is not recorded in the database.
Instead, all that is written to it:
clid:
2007 Nov 14
4
Problem with AGI Script
I have asterisk 1.2.18 running on a new system we just installed. Although
I've used AGIs many times in the past, I'm stumped on this one. It may just
be a simple issue that I need another eyeset to look at.
My AGI does the following:
#!/usr/bin/perl
#Load a few modules...
use Asterisk::AGI;
use DBI;
$AGI = new Asterisk::AGI;
#Grab input from Asterisk
my %input =
2006 May 30
1
Asterisk::AGI and DIALEDTIME
Hi List,
In one of my AGIs (using DeadAGI) I grab the answered time using:
my $res = $agi->exec ("DIAL $dialstring");
my $answeredtime = $agi->get_variable ("ANSWEREDTIME");
However this information differs from what's written in the Master.csv
file (which happens to be the correct value!)
Any ideas why?
I'm using asterisk 1.2.7.1 and the
2004 Oct 05
5
Asterisk Perl AGI
Hello everybody:
This could be a stupid question, or may be not; I'm not sure 'cause I have not a very wide experience working with Asterisk, actually I just started last week. I need to make an IVR system work and I choose working with AGIs, written in Perl.
The available documentation I've found show it as a very simple proccess, but it doesn't work for me... and I
2004 Apr 18
0
AGI Module
Hey all,
I'm sorry to bother you with something so trivial, but I seem to
be having an issue with the Asterisk::AGI module. I am a relative
newbie with Perl so it could be a stupid syntax mistake that I missed.
It seems when I try to execute either the stream_file or the get_data
subs nothing is actually done. It doesn't seem to stream the files, but
on the console it says it played the
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
Andi -
I have experienced the same issue you mention and gotten no reply as to a
way to fix it. I finally implemented "blacklist" into my Asterisk and added
"Anonymous", "anonymous", "unknown", "Unknown", etc., into my blacklist
file. When those come in with an IP address instead of a phone number but
have no real name, they get the
2003 Nov 26
2
Issues with Privacy Manager and Zapateller
I am having issues with Privacy Manager and Zapateller.
If I set callerid="" on a sip user zapateller sends the tones
If I set callerid="Anonymous" <8475551212> zapateller doesn't send the
tones
If I call from a phone after dialing *67 zapateller doesn't send the
tones
In the last 2 cases, the display on the phone shows -Blocked Call-
PrivacyManager always gives
2007 Apr 09
2
Privacy Manager w/ No Recording
Is there a way to use privacy manager without requiring the user to
enter their name? Essentially I am just looking for a way to force the
called user to enter "1" to accept the call. I don't need a name
recording. I want a call to come in, a message to be played, music on
hold, call out to the called party, then enter "1" to accept, "2" to
reject.
Peder
2003 Oct 24
1
Questions about Zapateller and Privacy Manager
Hey all...I'm just getting my * setup and right now all I have is an FXO
but no FXS. I wan't to get rid of telemarketers by having * pick up the
phone if there is no CID present, give the caller the Zapateller tones
and then ask the user to input their phone number via Privacy Manager
(yes I realize that this won't get us any where given that I can't
re-ring the phones without FXS
2005 Nov 15
0
SSH with authentication and no privacy
Previous threads have discussed the now deprecated NONE cipher and the
rationale for its removal. Recent posts on FCC compliance indicate
the usefulness of authentication without privacy for packet radio.
I also find this useful for transfers between IPsec protected
endpoints. Authentication is then useful for user
administration/privileges but encryption is not necessary given the
IPsec
2010 Mar 12
0
Regarding - P-Asserted identity and Privacy - SOLVED
Hi All,
I got this figured out, when the privacy is ON at the other end of the
server and when we get the Invite message to the server connected to PRI's,
just take the details from the invite message in the Dial plan and send the
calls as anonymous:
exten => _1NXXXXXXXXX,n,Set(PRIVACY=${SIP_HEADER(Privacy)})
exten => _1NXXXXXXXXX,n,ExecIf($["${PRIVACY}" =
2011 Apr 13
4
AGI and forking
Hi. I just want to make sure I understand this before doing something that
might break things spectacularly for our users and customers :)
We are using Asterisk 1.6.2.9 and my programming language of choice is Perl.
I want, when a call comes in on someone's DDI number (which the person who
dialled it can only possibly have obtained by dialling 1471 after we called
them), to be able to
2006 Jan 16
2
agi debug - unable to set normal priority
Hello!
In my agi-debug i get the following error-message:
AGI Rx << Jan 16 14:45:52 WARNING[18299]: asterisk.c:788 ast_set_priority:
Unable to set normal priority
AGI Tx >> 510 Invalid or unknown command
AGI Rx << SET VARIABLE MODCLI 00434345452
the agi i call is a very simple shellscript that simply removes wrong
charakters:
#!/bin/bash
modcli=`echo $1 | sed -e
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl,
Have implemented a really nice Billing engine using AGI scripts. So far
it works fine, tho haven't yet put it in the torture cell.
The AGI scripts have been written in PHP, using MySQL for the billing
and profile information.
The major disadvantages I see using AGI scripts :
1. A new process(invocation of PHP scripts) on every new call.
2. MySQL connections on every instance of
2009 Sep 08
2
1.2 AGI Deadlock
I am running 1.2.34 (also tried on 1.2.32) and whenever I launch an AGI, I
get the "avoided deadlock" message below.
*CLI> == Spawn extension (CONTEXT3, 6080, 8) exited non-zero on
'SIP/3211-1-081c40a8'
-- Executing NoOp("SIP/3211-1-081c40a8", "") in new stack
-- Executing AGI("SIP/3211-1-081c40a8", "diallocal.agi") in new
2009 Jul 27
1
INVITE Privacy Information
Hello all,
I would like to use Asterisk to add/modify SIP headers in the INVITE
message, to include Privacy information, if the INVITE includes a *67
prefix (or another predefined prefix).
That's an example of the INVITE I get:
/INVITE sip:*6700112233445 at 192.168.1.100 SIP/2.0
From: "123456789"<sip:*123456789*@192.168.1.100>;tag=333333333
To: <sip:*6700112233445 at
1999 Jun 29
0
Privacy Guard Glue, snapshot 19990628
Privacy Guard Glue (PGG) Snapshot 19990628 Released
=====================================================
PGG (Privacy Guard Glue) is a well-designed library written in C to
add GnuPG support to applications.
PGG uses GnuPG (Gnu Privacy Guard) with its coprocessing interface as
the workhorse.
PGG is free software and includes the complete source code. It is
protected under the Gnu