search for: ncallerid

Displaying 7 results from an estimated 7 matches for "ncallerid".

Did you mean: callerid
2005 Feb 06
2
Need help with perl script/agi for ringback
...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"); I'm not a programmer (as u can probably tell) so any pointers...
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
...eerPort=>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_careful_fwrite: fwrite() returned error...
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
...# Kan?le sle=$4 # Timeout bis zum n?chsten Versuch if [ -z $4 ]; then sle=0 fi s=1 i=1 while [ $s -le $anz ];do echo "$s try started..." while [ $i -le $anz2 ];do echo -e "Channel: Zap/g1/$n$i\nMaxRetries: 0\nContext: callgen\nExtension: 1\nPriority: 1\nCallerid:334778\n" > /var/spool/asterisk/outgoing/call.$i.$s sleep 2 i=$((i + 1)) done i=1 echo "sleep for $sle sec....." sleep $sle s=$((s + 1)) done The calls goes out over the first two ports and through a pri switch (teles) they come back at the ot...
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
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
...>UNAVAILABLE call forward to C in my case 010-602 4976</DIV> <DIV>&nbsp;</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>&nbsp;</DIV> <DIV>Wait a second...</DIV> <DIV>&nbsp;</DIV> <DIV>Action: DBGet\r\nFamily: DS\r\nKey: 0733025975\r\n\r\n</...
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.