View previous topic :: View next topic |
Author |
Message |
BryantZ at zktech.com Guest
|
Posted: Fri Jun 27, 2014 10:24 am Post subject: [asterisk-users] AGI script VERBOSE cmd |
|
|
I am working on an AGI script and all is going well except I can not get any of my "VERBOSE" commands to display.
Is there any undocumented reason for this to occur? I am able to set variables, call other commands ect..
I am sending my verbose command in the following format (VERBOSE "Message to send" 4)
Any ideas what I might be doing incorrect?
Thanks Bryant Zimmerman (ZK Tech Inc.) 616-855-1030 Ext. 2003 |
|
Back to top |
|
|
visser.rafael at gmail... Guest
|
Posted: Fri Jun 27, 2014 10:33 am Post subject: [asterisk-users] AGI script VERBOSE cmd |
|
|
what if yoy change the verbose on the cli?
cli> core set verbose 4
and then try again
i usually put on my perl agi something like
$verbose=5;
AGI->verbose("the number is $number", $verbose);
hope it helps.
rv
2014-06-27 11:24 GMT-04:00 Bryant Zimmerman <BryantZ@zktech.com (BryantZ@zktech.com)>:
Quote: | I am working on an AGI script and all is going well except I can not get any of my "VERBOSE" commands to display.
Is there any undocumented reason for this to occur? I am able to set variables, call other commands ect..
I am sending my verbose command in the following format (VERBOSE "Message to send" 4)
Any ideas what I might be doing incorrect?
Thanks
Bryant Zimmerman (ZK Tech Inc.)
[url=tel:616-855-1030%20Ext.%202003]616-855-1030 Ext. 2003[/url]
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
BryantZ at zktech.com Guest
|
Posted: Fri Jun 27, 2014 10:46 am Post subject: [asterisk-users] AGI script VERBOSE cmd |
|
|
Hey all
Please disregard my question. I was looking for the word Verbose to show up. I was just being dense.
There was no real issue it is working just different than what I was expecting.
Thanks Bryant
From: "Bryant Zimmerman" <BryantZ@zktech.com> Sent: Friday, June 27, 2014 11:25 AM I am working on an AGI script and all is going well except I can not get any of my "VERBOSE" commands to display.
Is there any undocumented reason for this to occur? I am able to set variables, call other commands ect..
I am sending my verbose command in the following format (VERBOSE "Message to send" 4)
Any ideas what I might be doing incorrect?
Thanks Bryant |
|
Back to top |
|
|
|