search for: output_record_separator

Displaying 5 results from an estimated 5 matches for "output_record_separator".

2011 Apr 05
1
allpage issu on asterisk 1.8.3.x
...ocall) with all valid SIP extensions. while (my $sipxtn = shift @tocall) { print "VERBOSE \"Doing $sipxtn\" 0\n"; # Open connection to AGI my $tn = new Net::Telnet ( Port => $mgrport, Prompt => '/.*[\$%#>] $/', Output_record_separator => '', Input_Log=> "/tmp/input.log", Output_Log=> "/tmp/output.log", Errmode => 'return', ); $tn->open("127.0.0.1"); $tn->waitfor('/0\n$/'); $tn-...
2003 Nov 26
1
perl --> manager problem
I am having some issues when trying to connect with perl to the asterisk manager and doing an "IAX2 show channels". If i do that on a server that is heavily loaded, i sometimes get some events instead of the channels i asked for. Any suggestions how i could fix that ? zoa.
2003 Dec 30
1
Accountcodes
I'm trying to use accountcodes, but experiencing inconsistant results. I have two * servers, one which appears to be working as expected and one not. I would like to prepend the device's accountcode to the dialed number. The sip1 server does not seem to have the ${ACCOUNTCODE} variable set when reading the extensions.conf, but sip2 server does. What troubleshooting or trace
2003 Dec 31
0
ast gui client error
...: Chandra [mailto:chandra@digital.com.np] Sent: Wednesday, December 31, 2003 2:41 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] ast gui client error ### connect to asterisk manager through telnet $t = new Net::Telnet (Port => 5038, Prompt => '/.*[\$%#>] $/', Output_record_separator => '',); #$fh = $t->dump_log("./telnet_log.txt"); # uncomment for telnet log $t->open("$server_ip"); i got error in this line $t->open("$server_ip"); my ip is 192.168.0.5 for asterisk and everyhings ok. the error i get is [root@asterisk as...
2006 Jan 27
3
paging agi
...("&SIP/", @mypage); print "$page";{ # Open connection to AGI and set Global Variable PAGE_GROUP # to our completed array of sip phones my $tn = new Net::Telnet ( Port => $mgrport, Prompt => '/.*[\$%#>] $/', Output_record_separator => '', Input_Log=> "/tmp/input.log", Output_Log=> "/tmp/output.log", Errmode => 'return', ); $tn->open("127.0.0.1"); $tn->waitfor('/0\n$/'); $tn-...