similar to: <<< AGI and EXEC function CONFIRMATION >>>

Displaying 20 results from an estimated 2000 matches similar to: "<<< AGI and EXEC function CONFIRMATION >>>"

2004 Aug 05
4
<<< MEETME_AGI_BACKGROUND inside MEET ME>>>
Howdie: I've been reading some old threads and still have a couple of questions about applying the AGI_BACKGROUND script inside a Conference. Perhaps someone can save me a bit of fidd'lin. Am I right in assuming that the MEETME_AGI_BACKGROUND script **WILL WORK** on SIP conferenced channels **WITHOUT** an **ACTIVE** zap channel-- AS LONG AS THERE IS A DIGIUM CARD INSTALLED IN THE
2004 Jun 14
3
<<< GSM AUDIOFiles >>>
Hello: I would like to produce some GSM Prompt audio files for a Telephone Directory Project-- and have hired a freelance audio engineer to record, and edit the actual files-- However the GSM files he gives me to upload into asterisk DO NOT work when played back throgh "Stream File" or "Get Data" in my agi. It seems that there may be more than one GSM file type (with
2004 Jun 14
4
<<< GSM Audio Files >>>
Hello: Thanks for the input so far. Heres the issue-- This is a production environment-- where many people "touch" the files. ie-- The audio engineer is a freelancer who wants to master the files at the highest quality TO HIS EAR and experience-- He knows NADA, Not a thing about SOX-- but is a ProTools GURU. The SOX resampled files work on our asterisk box-- but I gotta put someone
2004 Sep 30
12
Block domains with Shorewall
Hi, like implementing this script with shorewall? -------------------------------------------- #!/bin/sh dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 | while read aolblock1; do iptables -A OUTPUT -p all --destination $aolblock1 -j DROP done --------------------------------------- Thanks, Aventino Faria
2004 Sep 28
3
Roaming Profiles:Samba PDC:WinXP:User must be local admin
I'm having a problem with Roaming profiles in Windows XP with Samba as PDC. I've googled and trolled the mailing lists and read the Samba documentation. Problem: User logs onto domain from WinXP client and profile is downloaded (you can tell because it takes a long time and lights on hub are lit up). However, unless that user is in the admin group locally, all/some of the profile
2007 Nov 14
1
Using php exec() in agi script
Hi, Any reason why I can not get the php exec() function to execute a shell command inside an agi script? Thanks. Andre
2007 Jul 30
1
AGI and exec Playback
Hello, I'm looking for a way to play sound file, and control the playback trough web interface. Is it possible to use AGI to play a sound file and then by receiving some event stop playing it, and play another file. The catch is that i want to seek to 1st minute, 5th minute, etc - so regular ControlPlayback with intervals wouldn't fit - i have to use sox to create different file and then
2003 Nov 23
1
agi exec problem (followup)
actually, i do have a workaround which bypasses the exec command entirely: system("asterisk -r -x 'add extension s,3,Playback(demo-congrats) into local'"); but it's ugly. seems like it should be possible to do this with exec. .t ---------- Forwarded message ---------- Date: Sun, 23 Nov 2003 21:17:50 -0500 (EST) From: tad <tad@media.mit.edu> To:
2004 May 21
0
unable to use EXEC in AGI
dear list if I use EXEC in an agi script I get the following doing EXEC VoiceMailMain -- AGI Script Executing Application: (VoiceMailMain) Options: ((null)) May 21 04:25:10 WARNING[1209214400]: chan_phone.c:422 phone_read: Error reading: Resource temporarily unavailable May 21 04:25:10 WARNING[1209214400]: res_adsi.c:205 __adsi_transmit_messages: Un able to send CAS May 21 04:25:10
2005 Jan 10
0
AGI EXEC trouble
Hi, I have a big problem with EXEC in AGI scripts: I do, for example, "EXEC Dial SIP/phone1", Asterisk says -- AGI Script Executing Application: (dial) Options: (sip/phone1) Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host: phone1 Jan 10 14:33:20 NOTICE[10567]: app_dial.c:743 dial_exec: Unable to create channel of type 'sip' I do "EXEC
2005 Mar 07
1
Exec AGI after hangup.
Hi everybody, I'm trying to implement a enhanced blacklist system using AGI and Perl, configuration in extension.conf is: exten =>_numbera,1,AGI,blacklist_2_in.agi exten =>_numbera,2,Answer exten =>_numbera,3,AGI,xisco_1.agi exten =>_numbera,4,AGI,blacklist_2_out.agi The problem that I have now, is that blacklist_2_out.agi doesn't execute. I think this is because in
2004 Jun 28
2
AGI->Exec Problem
Hello, I am having some trouble with the Asterisk::AGI perl library. It seems that the AGI->Exec() command is causing me a problem. Here's the line in my AGI code: $AGI->exec('Record',"$vmfile:wav, 30"); I'm trying to record voicemail to the file name stored in $vmfile with a silence timeout of 30. However, this is not being parse by AGI or Asterisk correctly,
2017 Apr 12
2
AGI Exec Voicemail
Hi, I have a voicemail broadcast AGI that has been running fine for years - it collects extensions and then EXECs the Voicemail app, like this: EXEC Voicemail \"%s\" (%s is the extension list like AAA&BBB&CCC etc) This works fine, but after leaving the message and pressing "#", I just get "Thank you" and a hangup. I would like to have the option to
2003 Nov 23
2
agi exec problem.
hi folks. (apologies in advance if this is a particularly stupid question) just getting my feet wet with asterisk / agi, and am a little stuck using EXEC. it works fine for applicaitons that take simple arguments, but chokes on applications that require multiple words as arguments. for example, this works fine: EXEC Playback(demo-congrats) but this doesn't: EXEC add extension
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of changing contexts based on a number being busy or unanswered. The purpose for this modified dial app, which I call AGIDial, is to help me concoct a "follow-me" type of application. The app returns -1 for a completed call, 0 for unanswered, or 1 for busy. Well, I hooked the thing up to an AGI script that uses perl and
2008 Mar 24
2
Getting Exec Format Error when running AGI call
Dear friends, I am having problem with running a sample php and I can't figure out why. I can run the sample.php using CLI but when I run it inside the dialplan it does not work. Can someone please suggest the config problem that I may have made? dommy:/var/lib/asterisk/agi-bin# php sample.php #!/usr/bin/php5 -q VERBOSE "Here we go!" 2 VERBOSE "Call from - Calling
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie, Is there a way to get the default BSD 5.3 openssh to compile against the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so that the heimdal kerberos is not built, and rebuilt world, then installed /usr/ports/security/krb5 and rebuilt world again. sshd is however not being built against MIT at all. [root@foobar] ~ # ldd /usr/sbin/sshd /usr/sbin/sshd:
2004 Jul 28
4
Joining Linux to Windows 2000 domain
Hello, I am new to Linux, Samba, and actually servers in general. I am attempting to set up a Linux file server and join it to a Windows 2000 domain. All I want to be able to do is get files from the linux file server and put files on it. I do not want it to be the domain controller. I join the domain using: net join -S 10.10.10.40 -UAdministrator%password It tells me that I have joined
2003 May 27
21
Echo cancellation
Hi Everybody, Got a weird problem here I think. Got a setup with an asterisk (current from cvs as of a few hours ago) in a box with an el-cheapo ISDN BRI card connected to the PSTN network and two Snom phones internally (one Snom-100 and one Snom-200). Dialing between the snom phones or dialing out to PSTN from any of the snom phones works perfectly. But when I receive a call FROM the PSTN
2016 Jul 24
2
Test de Quade
Hola a todos, Acudo a vosotros después de darle muchas vueltas al tema en Internet y no localizar la solución para algo que creo trivial. Necesito aplicar el test de Quade a un conjunto de datos en el que existe más de una covariable. El ejemplo de dicho test en R es el siguiente: ## Conover (1999, p. 375f): ## Numbers of five brands of a new hand lotion sold in seven stores ## during one week. y