search for: npriorities

Displaying 16 results from an estimated 16 matches for "npriorities".

Did you mean: priorities
2009 Sep 27
0
Is channel local what I need?
On 1.6.0.16-rc1: I'm using app_fax.so to send a fax, and then send a confirm. 'send' => 1. Set(UniqueFile=/var/spool/asterisk/outgoing/call-${UNIQUEID}) [pbx_config] 2. System(env echo -e "Channel:DAHDI/g0/........\\nContext:fax-tx\\nExtension: s\\nPriority: 1\\n" >${UniqueFile}) [pbx_config] [ Context 'fax-tx' created by
2009 Sep 27
1
digium fax: failed to queue document
In my quest to actually send a fax, I'm now stuck trying to send the confirm. First I send the fax: -- Executing [send at outbound-fax:2] System("Console/dsp", "env echo -e "Channel:DAHDI/g0/12036378447\\nContext:fax-tx\\nExtension: s\\nPriority: 1\\n" >/var/spool/asterisk/outgoing/call-1254012878.0") in new stack -- Auto fallthrough, channel
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ? I am using centos 5.2, and i have been doing net installs (pxe) for a while in console mode... -- Test <test at remedial-teacher.nl>
2005 Feb 06
2
Need help with perl script/agi for ringback
Hi, I'm trying to write a simple perl script that will run the following: Action: Originate Channel: local/xxx@callback/r/n Exten: 1234 Context: callback Priority: 1 Extensions.conf exten => 500,1,agi,callback.pl callback perl script: use Net::Telnet (); $mgrUSERNAME='fred'; $mgrSECRET='bloggs'; $server_ip='127.0.0.1'; $tn->print("Action:
2006 Nov 16
6
Gantt chart problem after upgrade to R 2.4.0
I am having a problem with a gantt chart since moving to R2.4.0. from 2.3.1 I made some adaptations to the code from http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=74 and successful produced a simple gantt chart. However when I upgraded to 2.4.0 it no longer works as desired. See http://ca.geocities.com/jrkrideau/R/gantproblem.pdf for the two charts. The charts were produced
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
Dear all, I want to make call through socket i have set code given below: #!/usr/bin/perl -w use IO::Socket::INET; sub asterisk_command () { # my $command=$_[0]; my $ami=IO::Socket::INET->new(PeerAddr=>'127.0.0.1',PeerPort=>5038,Proto=>'tcp') or die "failed to connect to AMI!"; print $ami "Action: Login\r\nUsername:
2011 Apr 05
1
allpage issu on asterisk 1.8.3.x
Hey Guys! I have perl script for allpage which is working fine with asterisk 1.8.2.3 version but same script same dialplan wouldn't working on asterisk-1.8.3.2 is there anything changes ? If i run this script from command like it works but not from asterisk dialplan. This script nothing but just connecting AMI interface and using Variable: SIPADDHEADER=Alert-Info: Ring Answer variable to
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
Hi Asterisk-users, I am working with Aterisk Manager API's. I can login successfuly with the following. char buff[256]; strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n"); send(msock, buff, 255); Now I want to try Action: Originate, therefore I tried the following char buff1[256]; strcpy(buff1, "Action: Originate\r\nChannel:
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi, I have a problem dialing a SIP phone which is logged in as different Astesrik machine from the one I am working with. I want to call a phone in Another astersik machine in , if it answers, calling a SiP phone registered in my ASterisk: My dialplan is: [mariaSIP] exten => _1.,1,Wait(1) exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20) exten => _1.,3,HangUp() exten =>
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
Hi all, inside my * is a E400P. The machine is a PII 400Mhz with 256MB Ram. OS is Debian woody. * is the newest cvs co. I have written a little callgen script which make outgoing calls through my *: #! /bin/sh set -e n=$1 # Nummer anz=$2 # Anzhal der Versuche anz2=$3 # Kan?le sle=$4 # Timeout bis zum n?chsten Versuch if [ -z $4 ]; then sle=0 fi s=1
2004 Jun 21
0
A Callback AGI script
Hi there, I just give you the script (in Python) I have just written in case of someone would like to implemant this. I think it is more simple than the one we can see over the net... It uses DISA (security issues ==> limit access with contexts and the password !!) and CAPI but it should work with type of channel. Basically, you ring your asterisk and the line goes down after 1 ring. Asterisk
2005 Feb 28
1
Manager "Message: Originate failed" beinggenerated when callee does not pick up
<<I am getting "Message: Originate failed" even the phone is ringing on the other end of the line.>> Originate will ring your own extension first and when you pick up, call the other number. If you don't pick up your extension, you will receive the message you see. Bill Seddon ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf
2006 Jan 11
0
Asterisk Manager API and ZapBarge or ChanSpy
Am trying to monitor and record an in-process phone call using a remote computer and the Asterisk Manager API. Have something that is working, but the call recording volume is to low to be usable. dialplan exten => 8159,1,ZapBarge(Zap/1) remote application with Asterisk Manager API $telnet->print("Action: Originate\nChannel: Local/8159\@default\nApplication: ChanSpy\nData:
2011 May 19
2
click to call with php
Hello, i have asterisk 1.4 installed and i want to use click to call in order to do an outbound call if there is any php code in order to do this operation thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110519/417ac394/attachment.htm>
2011 Jan 10
0
No subject
Wait a second... Action: DBGet\r\nFamily: DS\r\nKey: 0733025975\r\n\r\n In the dialplan: exten =3D> 0106024975,1,Set(DB(DS/0733025975)=3DINUSE) exten =3D> 0106024975,n,Hangup() exten =3D> 0106024976,1,Set(DB(DS/0733025975)=3DUNAVAILABLE) exten =3D> 0106024976,n,Hangup() Just a short call to my cell phone, to se if i get anything back, my = cell phone doesn=E2=80=99t even ring. Wait
2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
not able to run my php from AGIi am using asterisk 1.8.13 (debian)i am able to make call file using php command line..but when executing php from AGI, it is not working..kindly see the attachment if bellow text is not readable...___________________________________________________ File: /etc/asterisk/extensions.conf[call]exten => call,1,Answerexten => call,n,Playback(hello-world)exten =>