similar to: Can't HANGUP call or channel on 1.4.9

Displaying 20 results from an estimated 300 matches similar to: "Can't HANGUP call or channel on 1.4.9"

2009 Nov 09
4
local channels
I am using the AMI to dispatch (2) calls to Local/my_priority at my_context where: [my_context] exten => my_priority,1,Answer() exten => my_priority,n,Dial(${LOCAL_DIAL}) and LOCAL_DIAL has the actual phone number to dial. The first call goes through just fine and I see DAHDI/1/XXXX being called. The second call I see DAHDI/2/XXXX and a message about everyone is busy on congested. I
2017 Feb 21
3
What is the proper usage of LLVMContext?
Hi, I'm Ryo Ota. I have two questions about `llvm::LLVMContext`. Q1) What is the difference between the following (A)`my_context` and (B)`global_context`? Do I have to create a LLVMContext by myself? Or use `getGlobalContext()`? Could you tell me what situation needs a LLVMContext which is created by myself such as (A)? (A) { llvm::LLVMContext my_context; // codes using only my_context (get
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi, I am using Asterisk 11.5.1. As far as I understood, the following configuration allows a sip client only to receive calls (type=peer) but not to place calls (http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place calls though with this config? sip.conf ... [thorsten] type=peer host=dynamic context=my_context nat=force_rport,comedia secret=... dtmfmode=rfc2833 disallow=all
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"); //
2005 Dec 14
2
Problem with dir.create (R2.2.0 Windows XP 2002 SP 2)
I've run into a problem with dir.create on R2.2.0 Windows XP 2002 SP 2. setwd("d:/") print(dir.create("d:\\otis-sim\\rdata", recursive=T)) print(dir.create("d:\\otis-sim\\", recursive=T)) Both return false and fail to create the directories. setwd("c:/") print(dir.create("d:\\otis-sim\\rdata", recursive=T)) Returns true and succesfully
2003 Nov 10
3
AGI and PHP
i've just spent the pass 2 days trying to get AGI to work with PHP; i made a lot of silly mistakes along the way which could have been avoided if only there were some kinda howto or samples. at the risk of looking stupid, i decided to shared my experience in hopes that it might help some newbie get going with PHP. 1. first order of business is to be aware of your php environment; i m NOT
2002 Feb 25
2
3com mba 4.30 problem
Hello All, I seem to be having a problem with PXE under the 3com MBA once the pxe loads the standard redhat 7.2 lilo prompt and I type my label which is a4-72 and hit enter, I get: Loading vmlinuz... and it stops most of the time. Sometimes it loads and once it gets to the part of installing linux the screen turns red and I get "interrupt handler not syncing" Thanks -- Otis DeWitt -
2007 Jul 14
2
's' extension Asterisk 1.2.18
how can I fix this just started ...... Jul 14 14:32:35 NOTICE[4983]: chan_zap.c:6223 ss_thread: Got event 18 (Ring Begin)... == Starting Zap/1-1 at bell,s,1 failed so falling back to exten 's' == Starting Zap/1-1 at bell,s,1 still failed so falling back to context 'default' Jul 14 14:32:35 WARNING[4983]: pbx.c:2377 __ast_pbx_run: Channel 'Zap/1-1' sent into invalid
2005 Mar 05
1
SAY DIGITS problem
Hi, I have a problem using AGI cmd "SAY DIGITS". For some reason I cannot here any thing when the script got executed. However if I use the cmd "SAY NUMBER" I can here * reading the number fine. I am running asterisk-1.0.6 and below is my PHP script. Help please. - Natt #!/usr/bin/php -q <?php ob_implicit_flush(true); set_time_limit(10); /*
2006 Nov 29
1
AGI PHP Issues (Not new to Asterisk but new to AGI)
Sorry to bother you all with what is probably a simple question. I am attempting my first go at a simple AGI application using PHP (Getting Asterisk to SAY PHONETIC ABC). I have dabbled with PHP but I am by no means a professional standard developer. My script seems to execute ok, and I can see asterisk playing the sounds but my phone goes from ringing to busy, and I don't hear the
2006 Nov 30
1
AGI PHP Issues (AGI script runs but phone hangs up too quickly)
Sorry to re-post this but I'm sure it's something simple that someone has found before. To summarise: Dial plan answers the phone AGI script executes AGI debug in console show phonetics ABC - However no audio at all on the phone and this step is less than 1 second. Dial plan Busy Phone hangs up. Total time less than a second. This is such a simple AGI script do I need
2001 Nov 07
6
2.4.14 + latest patch != ext3 support
Hello, I just need a little clarification regarding applying the ext3 patch to the latest kernel. I have 2.4.7-10 that came with RH 7.2. I have ext3 running. I need to upgrade those (to get some USB device working). So I got the latest kernel, 2.4.14, patched it with the ext3-2.4-0.9.15-2414 patch, picked ext3 from 'make xconfig', built the kernel, but the new stuff in /boot, etc.,
2007 Aug 25
1
Extracting a range of elements from a vector
Dear R users I am R newbie creating a function that implements the poker test to test pseudo random bit generators. Iam reading the bits from a text file (1 bit per line), which causes each bit to be stored in an element of a numeric vector. What Iam trying to do is to extract a "block" of bits of arbitray size from the original vector into a smaller numeric vector and then count
2000 Jul 25
1
glm and capture-recapture
Hello, I am almost new in R, so perhaps my question will be silly. I try to use R for analyzing capture-recapture data in epidemiology. A cancer registry has different sources of patients. We know in each list, patients already known in all other list. The aim is to use capture-recapture models for estimating the number of patients unknow of all the sources. Because no order in sources, one
2007 Jul 20
3
Asterisk Freeze
HI Here is my info: Asterisk - 1.2.10 with zaptel 1.2.7, 10 queues with 7 sip agents this asterisk box is connected to another asterisk box using 5 IAX trunk to load balance no of calls on each IAX trunk (g729 over trunk). Suddenly my cli start flooding with message: Maximum trunk data space exceeded even I've only 3 calls on my asterisk system. asterisk restart option don't work, my
2011 Jul 14
1
RoutingError with RSpec Controller test on Scoped Route
So I have a route that looks like this: scope "4" do scope "public" do scope ":apikey" do resources :shops end end end And a bunch of controller specs, an example of which looks like this: describe ShopsController do describe "when responding to a GET" do context "#new" do it "should create a new instance
2015 Mar 17
0
[ANNOUNCE] libXfont 1.4.9
This release of libXfont provides the fixes for today's security advisory about BDF font parsing bugs. Like libXfont 1.4.8, it requires fontsproto 2.1.2 or earlier and will not build cleanly with newer versions. Alan Coopersmith (4): bdfReadProperties: property count needs range check [CVE-2015-1802] bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]
2007 Jul 25
3
Asterisk 1.4.9.tar.gz download fails
Hello Fellow Asterisk Mailing ListMembers, When I tried to download the latest version of Asterisk this is what I get: http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.0.tar.gz Opening fileinfo database failed http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.0.tar.gz Opening fileinfo database failed Where are all the latest Asterisk 1.4.x source files? Thanks in advance, -E
2018 Nov 03
0
Xapian 1.4.9 released
Xapian 1.4.9 can now be downloaded from: https://xapian.org/download It's only been a week since 1.4.8 - I'm making this release mainly to fix a bug introduced in 1.4.8 which could lead to missing positions and even corrupted encoded positional data if you read an existing document, added more terms with positions and then replaced it. This release also fixes a hang on disconnect seen
2010 Aug 03
3
[ANNOUNCE]: Release of iptables-1.4.9
The netfilter coreteam presents: iptables version 1.4.9 the iptables release for the 2.6.35 kernel. Changes include: - support for the LED target, which hadn't been merged so far because the kernel module had some bugs - a new version of the set extension for the upcoming release supporting IPv6 - negation support for the quota match - support for the SACK-IMMEDIATELY SCTP