Skip Menu |

This queue is for tickets about the asterisk-perl CPAN distribution.

Report information
The Basics
Id: 56977
Status: resolved
Priority: 0/
Queue: asterisk-perl

People
Owner: Nobody in particular
Requestors: gareth.blades [...] skymarket.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: documentation mistake
Date: Tue, 27 Apr 2010 16:34:58 +0100
To: bug-asterisk-perl [...] rt.cpan.org
From: Gareth Blades - Skymarket <gareth.blades [...] skymarket.co.uk>
http://search.cpan.org/~jamesgol/asterisk-perl-1.01/lib/Asterisk/AGI.pm $AGI->verbose($message, $level) Executes AGI Command "VERBOSE $message $level" Logs $message with verboselevel $level Example: $AGI->verbose("System Crashed\n", 1); Returns: Always returns 1 This example would generate something like the following AGI debug AGI Rx << VERBOSE "System Crashed test: System Crashed AGI Tx >> 200 result=1 AGI Rx << " 1 AGI Tx >> 510 Invalid or unknown command The '\n' should be removed from the example to fix the problem. -- Regards, Gareth Blades Skymarket Ltd This message is private and confidential. If you have received this message in error, please notify us immediately by telephone and delete the e-mail. In this case, you must not copy, distribute, disclose or take any action in reliance upon it. The contents of any attachment to this e-mail may contain viruses which could damage your computer system. Whilst steps have been taken to minimize this risk, we do not accept liability for any damage which you sustain as a result of viruses. You should carry out your own virus checks in keeping with good computing practice. Please also note that e-mail is not a secure method of communication and Skymarket may monitor email traffic data and/or the content of email for the purposes of security and staff training. The views and comments within this e-mail are those of the sender, and may not necessarily reflect those of Skymarket. Skymarket Ltd is a private limited company registered in England ( No.03342770) at 431 London Road, Camberley, Surrey, GU15 3HZ
Thanks for the report. updated in next release