similar to: STDERR in AGI

Displaying 20 results from an estimated 2000 matches similar to: "STDERR in AGI"

2009 Oct 15
2
problem starting Xen VM
Hi , > > My Xen has been working fine for a few days. Then today it suddenly > can not run. > > When it runs It give me this error : - Error starting domain: virDomainCreate() failed POST operation failed: (xend.err "Error creating domain: Boot loader didn''t return any data!") Details: - Traceback (most recent call last): File
2007 Apr 01
2
Linking incoming calls
Hi all, I just want to know how I can make sure that incoming calls to my asterisk server are being treated by [incoming] section of extension.conf file. Thanks in advance. Ronaldo.
2007 Jun 07
3
IAX trunk with dynamic IPs
Hi all, I have a IAX trunk between two asterisk servers, both with dynamic IP and both have a DNS name associated with it. In the iax.conf file I configure the "host" parameter with the DNS name of the servers. Everything works fine until one of these servers get a new IP, so the other can't find its peer (the one that has just gotten a new IP). If I manually issue a "iax2
2007 May 09
3
The purpose of DUNDi
Hi all, I'm planning to deploy many Asterisk servers for remote sites connected through IAX. Behind each server, there will be many sip clients connected. A sip client from one site must be able to make calls for the other sip clients connected to the other remote Asterisk servers. I've heard that DUNDi is a good option in order for each Asterisk server to locate the right (or the
2007 Jun 10
2
IAX Peers show command
Hi all, What does (T) mean on the output of "iax2 show peers"? The following my output. darkstar*CLI> iax2 show peers Name/Username Host Mask Port Status ronaldo (Unspecified) (D) 255.255.255.255 0 UNKNOWN sp/ata 201.26.67.102 (S) 255.255.255.255 4569 (T) UNKNOWN 2 iax2 peers [0
2007 Jun 23
4
IAX client USB phone
Hi all, Does anybody know any USB phone that I can use as an IAX Client? Thanks. Ronaldo.
2004 Oct 08
2
Excess Bandwidth
Hi, I''m trying to configure QoS on my linux in the following manner: I have a main link with 64K, so I divided it in 3 classes of 18K, 14K and 9K with an excess (not used for classified traffic, just to be shared) of 23K. This excess should be distributed proportonally among the 3 classes, that is, the class that has more rate should borrow more bandwidth. What is happening is
2010 Aug 02
3
IAX softphone
Hi all, Can some one suggest me an IAX client for Linux and Windows? I used KIAX once, but know it seems complicated to have it working on Ubuntu. Thanks. Ronaldo.
2007 Jun 05
2
X100P Clone
Hi all, I'm planning to buy a X100P clone and would like some feedback about this card. Does anyone already used this card? Does anyone recommend it ? or not? I'd appreciate any comments. Thanks. Ronaldo.
2016 Jan 06
2
No joy with my first AGI Python script
It's very simple but it doesn't work. Here's the entire script. #! /usr/bin/python import sys env = {} def comm(cmd): sys.stdout.write(cmd.strip() + '\n') sys.stdout.flush() return sys.stdin.readline().strip() while 1: line = sys.stdin.readline().strip() if line == '': break key,data = line.split(':') if key[:4] == 'agi_':
2012 May 05
2
creating a new column assigning values of other columns
Hello, ? I have to create a new column from the values of other columns of a data frame. The new?column (y$n) is created imposing a condition (using a third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files): ? xact <- read.table("act.lig", sep = ',',
2006 Dec 18
2
AGI Help Please
List, I finally decided to break down & start playing with AGI scripts, but for the life of me, I can't figure out what I am doing wrong. Below is a super simple script to run a query in mysql to see how many call records there are for the extension calling in, then print the total in the CLI. This is all I get on the CLI: -- Executing AGI("SIP/216-0baa",
2006 Jun 02
1
PHP-AGI help
Can someone help me with this AGI script to send an email. It just isn't working. The file is being called in the dialplan and is saved as em.agi but it isn't sending the email. #!/usr/bin/php4 -q <?php ob_implicit_flush(true); set_time_limit(6); $in = fopen("php://stdin","r"); $stdlog = fopen("/var/log/asterisk/my_agi.log", "w"); //
2013 Feb 12
1
Max value of each 2 rows in dataframe
Hello, I would like to ask you for help. I have quite a big dataframe (119 313 rows), this is a part of it: "jul" "ind" "time" "secs" "geo" "act" "lig" "date.x" "clock" "h" "m" "s" "d" "mo" "y" "dtime" "land" "date.y"
2012 Apr 30
1
Subtract days to dates in POSIXct format
Hello, I'm having problems working with date values in POSIXct format. Here is what I got (eg.lig attached): x <- read.table("eg.txt", sep = ',', col.names=c("ok","time","secs","lig")) # it gives time as factor z <- cbind(x,colsplit(x$time, split="\\s", names=c("date", "clock")))
2009 Aug 13
10
HVM or PV
Hi All, Sorry if this is a stupid question. I am walking into someone else''s xen install, and don''t have access to the host os at the moment. How do I tell just from a domU (with Ubuntu) if it is PV or HVM. I have looked through the forums and documentation and it seems to be very easy to figure this out from dom0, but unfortunately that isn''t possible at the
2007 Jun 24
1
Call Path Optimization
Hi all, I was reading an IAX RFC, or a kind of, and it mentioned something about "Call Path Optimization". Does Asterisk provide such a feature? Thanks. Ronaldo.
2007 Apr 14
1
Installing Applications
Hi all, I was trying to set up a conference room using the MeetMe application and my asterisk is telling me that there is no MeetMe application available for the extension I've dialed. [Apr 14 20:57:11] WARNING[958] pbx.c: No application 'MeetMe' for extension (internal, 600, 1) So, I issued the command "core show applications" and it didn't show me a MeetMe
2013 Jun 04
2
[PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags
bm_rld_set seems obsolete now Signed-off-by: liguang <lig.fnst at cn.fujitsu.com> --- include/acpi/processor.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/acpi/processor.h b/include/acpi/processor.h index ea69367..cfec509 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -188,7 +188,6 @@ struct acpi_processor_flags { u8
2013 Jun 04
2
[PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags
bm_rld_set seems obsolete now Signed-off-by: liguang <lig.fnst at cn.fujitsu.com> --- include/acpi/processor.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/acpi/processor.h b/include/acpi/processor.h index ea69367..cfec509 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -188,7 +188,6 @@ struct acpi_processor_flags { u8