similar to: AGI->Exec Problem

Displaying 20 results from an estimated 500 matches similar to: "AGI->Exec Problem"

2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and makes the system inaccessible. All process are halted. First, I don't understand what is wrong with the script Secondly, I'm surprised that Linux allows this to run unchecked to the detriment of the entire system. ---- SCRIPT ----- #!/bin/sh FTP="/usr/bin/ftp" # VMID="asystem.ourcompany.com"
2004 Oct 02
0
ast_openstream: File your does not exist in any format
When I pin is being matched to ASTCC database I get this message and the call is dropeed. Oct 2 15:22:20 WARNING[327699]: file.c:475 ast_openstream: File your does not exist in any format Oct 2 15:22:20 WARNING[327699]: res_agi.c:435 handle_streamfile: Unable to open your == Spawn extension (from-sip, 77, 2) exited non-zero on 'SIP/2000-4d5b'
2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.
2003 Dec 17
0
issue recording files in wav49 from AGI
Following is a log from an attempt to record and playback a file in wav49 format from an AGI script. COMMAND: stream file aa/after_the_tone "" 0 RESULT_LINE: 200 result=0 endpos=41920 RESULT_DICT: {'result': ('0', ''), 'endpos': ('41920', '')} COMMAND: record file /activity_alerts/wavs/123456_1_1_0.745781945801 wav49 "#" 20000 0
2004 Jun 11
3
Background Playback fails
Hi Guys. I've had a lay off from Asterisk for 12 months but I am starting to look into it again. I am not very Linux savvy and found it hard going the last time. I've started playing with it in the last 3 weeks and I have to admit to making more head way this time. The first problem I'm stuck on and I cant find a solution to is that sound files that I have recorded (be it by
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new stack ??? -- <SIP/1201-083453c8> Playing 'beep'
2005 Jul 30
1
Record() permission problem
Hi All... I'm trying to use the record() app and it complains that it can't open it's file because permission was denied. I'm running the released Asterisk on Debian Linux. The target directory is workd writable. Here is the relevant part of the dialplan: exten => 1,1,Playback(leave-message) exten => 1,2, Record(/var/local/whois-messages/whois-${contactid}:wav|6|120)
2018 Apr 10
4
[virtio-dev] Re: [RFC] vhost: introduce mdev based hardware vhost backend
> -----Original Message----- > From: Paolo Bonzini [mailto:pbonzini at redhat.com] > Sent: Tuesday, April 10, 2018 3:52 PM > To: Bie, Tiwei <tiwei.bie at intel.com>; Jason Wang <jasowang at redhat.com> > Cc: mst at redhat.com; alex.williamson at redhat.com; ddutile at redhat.com; > Duyck, Alexander H <alexander.h.duyck at intel.com>; virtio-dev at lists.oasis-
2018 Apr 10
2
[virtio-dev] Re: [RFC] vhost: introduce mdev based hardware vhost backend
> -----Original Message----- > From: Michael S. Tsirkin [mailto:mst at redhat.com] > Sent: Tuesday, April 10, 2018 9:36 PM > To: Liang, Cunming <cunming.liang at intel.com> > Cc: Paolo Bonzini <pbonzini at redhat.com>; Bie, Tiwei <tiwei.bie at intel.com>; > Jason Wang <jasowang at redhat.com>; alex.williamson at redhat.com; > ddutile at redhat.com;
2001 Sep 04
1
(no subject)
I am using GNU CCC 2.95 don't know about binutils? thanks, warren -----Original Message----- From: Uwe Bonnes [mailto:bon@elektron.ikp.physik.tu-darmstadt.de] Sent: 03 September 2001 17:44 To: wine-users@winehq.com Subject: Re: (no subject) Warren Daly <warren.daly@broadcom.ie> wrote: : Running a Dell Pentium III with Solaris 8.0 for Intel installed. Have X11 : and Flex installed :
2009 Mar 11
6
Monkey Patching a Plugin
I am using a plugin that adds a method to ActiveRecord::Base. The added method is called self.create_or_update. I need to monkey patch this method. I tried in lib/ config/initializers and in environment.rb, but the one in the plugin is always the one that is run. Where do I put my version of the method so that it overrides that of the plugin? I only use this method when running a rake task, so
2011 Mar 29
1
DALY not installed in Linux Ubuntu version!
Dear lists: I try to install the packages "DALY" in my R, but failed. I use the Ubuntu Linux. Could you give me a hint? [[alternative HTML version deleted]]
2003 Aug 07
1
Warning Messages
hi, i have connected a SNOM 200 to the asterisk. here are my settings, Codecs ------- Default codec - g.711u/g.711a Packet size - 20ms Negotiation - Interoperable Type - 160 DTMF ---- Inband - negotiate Outband - negotiate Payload Type - 101 when a call comes to the SNOM or when making an outdial, following warning messages are coming on asteisk, WARNING[1209214400]: File dsp.c, Line 1198
2001 Sep 03
1
(no subject)
Running a Dell Pentium III with Solaris 8.0 for Intel installed. Have X11 and Flex installed Downloaded Wine-20010731.tar.gz and am attempting to install on the machine. Please HELP!!! thanks warren I am getting the following errors: after running make depend && make LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o
2001 Sep 04
1
(no subject)
I have the latest BINUTILS and I am using GnuCC -----Original Message----- From: g.patel@wanadoo.fr.invalid [mailto:g.patel@wanadoo.fr.invalid] Sent: 04 September 2001 14:54 To: wine-users@winehq.com Subject: Re: (no subject) On Tue, 4 Sep 2001 09:53:24 +0100, Warren Daly <warren.daly@broadcom.ie> wrote: <snip> >I am using GNU CCC 2.95 don't know about binutils? IIRC it
2018 Apr 20
1
[RFC] vhost: introduce mdev based hardware vhost backend
> -----Original Message----- > From: Bie, Tiwei > Sent: Friday, April 20, 2018 11:28 AM > To: Michael S. Tsirkin <mst at redhat.com> > Cc: Jason Wang <jasowang at redhat.com>; alex.williamson at redhat.com; > ddutile at redhat.com; Duyck, Alexander H <alexander.h.duyck at intel.com>; > virtio-dev at lists.oasis-open.org; linux-kernel at vger.kernel.org; >
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM ----- Jimi
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM ----- Jimi
2004 Jun 04
2
Mystery PRI NOTICEs & WARNINGs
Since connecting a PRI to a Digium T100P, I have been seeing the following messages in syslog every few minutes: Jun 4 06:51:54 pbx asterisk[13435]: WARNING[1209214400]: chan_zap.c:6176 in zt_pri_error: PRI: Read on 56 failed: Unknown error 500 Jun 4 06:51:54 pbx asterisk[13435]: NOTICE[1209214400]: chan_zap.c:6913 in pri_dchannel: PRI got event: 8 on span 1 Sometimes, these messages come out
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