Displaying 8 results from an estimated 8 matches for "nexten".
Did you mean:
exten
2005 Feb 06
2
Need help with perl script/agi for ringback
...hannel: 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: originate\nExten: 1234\nContext:
user\nChannel: local/xxx@user/r/n\nPriority:
1\nCallerid: 1234\n\n");
$tn->waitfor('/Event: Newchannel.*/') or die "Unable
to determine call status", $tn->lastline;
# wait for asterisk to process
$tn->print("Action: Logoff\n\n&qu...
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
...eerAddr=>'127.0.0.1',PeerPort=>5038,Proto=>'tcp')
or die "failed to connect to AMI!";
print $ami "Action: Login\r\nUsername: lite\r\nSecret:
4003\r\n\r\nAction: Logoff\r\n\r\n";
}
&asterisk_command("Channel: DAHDI/27/7702009896\r\nExten: s\r\nContext:
outbound\r\nCallerID: 20048645\r\nPriority: 1\r\nMaxRetries: 2\r\n");
Whenever i execute that code i'm get following error
[Oct 10 15:13:23] ERROR[856]: utils.c:1175 ast_careful_fwrite: fwrite()
returned error: Broken pipe
[Oct 10 15:13:23] ERROR[856]: utils.c:1175 ast_car...
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
...th 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: SIP/101\r\nExten: 102\r\nPriority: 1\r\nContext: default\r\n\r\n");
send(msock, buff1, 255);
But I get the following error response from Asterisk-Manager
Response: Error
Message: Missing action in request
Later I enabled the DEBUG Log in Asterisk I can see the following -
>>>>>> D...
2003 Sep 19
7
AGI problem
...=1
immediate=no
callerid=asreceived
context=bell
signalling=fxs_ks
channel=1
musiconhold=default
callerid="Telefono de Estudio"<100>
context=home
signalling=fxo_ks
channel=2
--------------------------------
extensions.conf
--------------------------------
[general]
NContexto = home
NExten = s
NPrioridad = 1
NMacro = none
NPar1 = s
Npar2 = s
Extension = s
static=yes
writeprotect=no
[dialout]
exten => _9X.,1,StripMSD,1
exten => _X.,2,Dial,Zap/1/BYEXTENSION
exten => 500,1,Playback(demo-abouttotry); Let them know what's going on
exten => 500,2,Dial(IAX2/guest@misery.digi...
2011 Mar 26
3
Checking status of a cell phone
Hi,
I am looking for a way to check the status of a cell phone. Found one way that worked for me and would like to have some feedback or suggestion of improvments.
Below example is for a ?Swedish? cell phone, dont know if it works in the same way for other countries.
I could define ?redirecting? numbers for 3 traffic cases when u dial my mobile (073-302 59 75):
NOT_INUSE call forward to A
INUSE
2011 Jan 10
0
No subject
...;/DIV>
<DIV>INUSE call forward to B in my case 010-602 4975</DIV>
<DIV>UNAVAILABLE call forward to C in my case 010-602 4976</DIV>
<DIV> </DIV>
<DIV>From manager:</DIV>
<DIV>Action: Originate\r\nChannel: OOH323/00733025975 at Avaya\r\nExten:=20
0106024000\r\nContext: inputinterior.se\r\nPriority: 1\r\nTimeout:=20
1000\r\nCallerID: 106024000\r\n\r\n</DIV>
<DIV>DBPut\r\nFamily: DS\r\nKey: 0733025975\r\nVal: =
NOT_INUSE\r\n\r\n</DIV>
<DIV> </DIV>
<DIV>Wait a second...</DIV>
<DIV>&a...
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the
Apps_makefile.patch from Spandsp I get the following error.
patching file Makefile
Hunk #1 FAILED at 47.
Hunk #2 FAILED at 76.
2 out of 2 hunks FAILED
Has anybody seen this.
2008 Aug 21
0
kickstart error on 5.2 exception
...meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body bgcolor="white"><pre>
intf.ppw.ics.cw.rnv.htmlfooter: </pre></body></html>
intf.ppw.ics.cw.rnv.is_showing: False
intf.ppw.ics.nextEnabled: False
intf.ppw.ics.grabNext: True
intf.ppw.ics.title: Installing Packages
intf.ppw.progress: <gtk.ProgressBar object (GtkProgressBar) at 0xec6ce60>
intf.ppw.totalProgress: <gtk.ProgressBar object (GtkProgressBar) at 0xec6ceb0>
intf.ppw.remainingTimeLabel: &...