similar to: How to use Monitor() in Python AGI

Displaying 20 results from an estimated 5000 matches similar to: "How to use Monitor() in Python AGI"

2011 Jan 31
1
Calling Directory app from AGI
Hi all, I've got an agi script that calls the directory function, which seems to work to a point.? However, once the caller has selected an entry, I need my agi script to find out which extension was selected.? I've RTFM'd and don't see that the extension is returned.? Nor is a variable set, as far as I can see. Is there a way to get this information from the directory
2019 Jun 06
2
Find out which key ended recording?
Hello, We have a need to record audio and allow the user to press any DTMF key to end the recording. Currently we're using the AGI command "record file" which does allow us to specify which DTMF keys can end the recording. However we also need to know *which* key actually ended the recording. Note that only allowing # or * to end the recording won't work for us. Does anyone
2009 May 22
2
empty authentication string sent so samba-server
Hi, for the last two weeks ive been trying, to authenticate against a samba-domain using a win2k3-server. the server joined the domain without any problem and the basic login seems to work. but if i try to execute programs from mapped network drive (mapped using a domain-logon-skript), it fails with a message telling me, that i dont have sufficient rights to do so. the share has a forced user
2017 Mar 08
1
Samba AD Netlogon via GPO
Hello, I try to use netlogon script on my samba AD via GPO. I have some shares [netlogon] path = /var/lib/samba/sysvol/samdom.example.com/scripts read only = no [sysvol] path = /var/lib/samba/sysvol/ read only = no In RSAT I have add a new GPO Userconfig -> Windows Settings -> Skripts I have try \\samdom.example.com\Sysvol\samdom.example.com\scripts\netlogon\login.bat
2010 Jul 08
10
Asterisk Crashes - Segmentation Fault
Hello Team, I was looking for audio conferencing solution where i got Web-meetme. I had installed Asterisk 1.6.2.9 on Centos 5.4. Its perfecting working fine. I tried using Meetme even meetme app is working perfectly fine. I installed Webmeetme 4.0 and integrated with my asterisk. When i try to dial the conference number it take me to an IVR wherein it asks for the conference number. The time i
2009 Feb 19
3
AGI script
Dear All, I would like to ask please if someone has a AGI script that select a value from a database and dial this value as a destination number Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090220/e2aa530c/attachment.htm
2019 Jun 07
4
Find out which key ended recording?
Hi Steve, What language is that please? We're using Perl and so far I haven't found an equivalent there. Thanks for your help. On Fri, 7 Jun 2019 at 12:10, Steve Edwards <asterisk.org at sedwards.com> wrote: > On Fri, 7 Jun 2019, David Cunningham wrote: > > > We have a need to record audio and allow the user to press any DTMF key > > to end the recording.
2007 Oct 31
2
Shell Bash with R
Hello, I try to write a bash skript and I want to use the variables from my bash skript into R. Ist that possible? My bash skript creates lots of *.data files. I want forward these files directly into R (in x.data.bz2), so that R creates a few data automatically also in PDF. For example: bash created files: hello.data , world.data how R created these files in pdf? please look my plot.R
2005 Jul 29
0
problems with win98 and samba 3
we're using samba 3.0.11 (updated from 2.2.19) after the update, the windows 98 machines all showing only the short filenames on the server. (on other servers there are long filenames still available). can anybody give me an idea? thx in advance kurt smb.conf: ====================================================================== [global] # 2005-01-05 einbau wixp # vfs object =
2005 Aug 03
0
[repost] problems with win98 and samba 3
sorry if i repost this question, but it's urgent. has somebody an idea? if i broke any rules with this mail, please tell me, what's wrong with it. thx in adv, gk -------- Urspr?ngliche Nachricht -------- Betreff: [Samba] problems with win98 and samba 3 Datum: Fri, 29 Jul 2005 16:24:29 +0200 Von: kurt weiss <maillists@kwnet.at> An: 'samba@lists.samba.org'
2020 Jan 24
4
Perl AGI: read variable with quotes
Hi Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unless the PAI contains quotes: P-Asserted-Identity: <sip:1000 at 1.2.3.4:5060;user=phone> I get "<sip:1000 at
2009 Nov 20
1
PHP AGI : handle Event /AGI session
Hi all, I need some advice to know how to handle event in a PHP agi. do you have an exemple of how to it ? more over I need some advices. currently I have the following SW architecture someone send a URL to call someone a PHP script (script 1) is launch and in its I configure Astmanager in order to make an originating call then my script stop running and Asterisk continue processing the call in
2010 May 11
4
AGI and Severe Weather Alerts
All, I am toying with an idea of using an AGI to be able to 'call' my phone, or phones, in case of severe weather warnings. I have been tinkering with a script that reads from weather underground for the forecast, based off a PHP version of a weather AGI I found on the net. It seems rather trivial to have the AGI as a script, that does nothing unless a condition is met, and
2009 Jun 04
2
broken pipe in perl agi
Hi gang, Since I'm getting no joy from device_Status or SIPPEER in 1.4.26-rc1, I thought I would do an AGI to read my hints and check for line in use that way. The AGI works fine from a prompt, but returns the dreaded "utils.c:966 ast_carefulwrite: write() returned error: Broken pipe" when I try to run it from the dialplan. Here is my dialplan snippet;
2016 Jun 30
3
how to join 2 channels using AGI/AMI
sorry for top-posting, the two topics started with 2 different reason subject, but then we finished on the same problem. btw,the 2 show channel are reported above: the channel with DTMF working kcenter*CLI> core show channel SIP/pbx2-000004b9 -- General -- Name: SIP/pbx2-000004b9 Type: SIP UniqueID: 1467323106.1275 Caller ID: xxxx Caller ID Name: xxxx
2009 Mar 01
1
php agi and get_data errors.
Hallo, I'm using a self-made script to get the code a user enters on my applications. Sadly, the code doesn't work, i push the digits, but the result is always an empty data. (code=200, result=1, data= ''). Here is the code: set_time_limit(99999999999999); require('phpagi.php'); $agi = new AGI(); $agi->answer(); function printdebug($a) { global $agi;
2011 Feb 09
2
queue called by agi doesn't re-enter the script
Hello, I tried this piece of extensions on my Asterisk 1.8: exten => 679,1,NoOp(start) exten => 679,2,AGI(/var/lib/asterisk/bin/test.py) exten => 679,3,NoOp(--- end ---) exten => 679,n,Hangup where test.py executes a queue command. The strange thing is my CLI never shows the '--- end ---' string. It seems that with queues, the normal script flow is not going on to the next
2013 Jun 17
1
Asterisk / PHP-AGI / pthreads
Hi there, does anyone have experience with Asterisk-AGI-Scripts in PHP while using pthreads in PHP? Are there any limitations or problems known? Best regards -Thorsten-
2007 Nov 16
1
Dumb AGI question
I did some simple AGI programming several months ago. I have a need to use one of those old programs and I'm having a stupid problem. I can't get output to display on the console. I'm sending it to stderr and I've got verbosity set to 10. I know I had it working before so I'm guessing I just forgot some piece of key information. Any suggestions? Thanks, David Ruggles CCNA
2007 Dec 04
1
Explain AGI and AMI
Hi, Can anyone explain the difference between Asterisk Gateway Interface and Asterisk Management Interface ? Is it correct to consider AGI scope to focus on call handling and AMI scope to anything which can be done with Asterisk froma loading new modules to originating calls ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: