Re: [asterisk-users] AGI script VERBOSE cmd

2014-06-27 Thread Bryant Zimmerman
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

-- 
_
-- 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

Re: [asterisk-users] AGI script VERBOSE cmd

2014-06-27 Thread Rafael Visser
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 brya...@zktech.com:

 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

 --
 _
 -- 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

-- 
_
-- 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

Re: [asterisk-users] AGI script VERBOSE cmd

2014-06-27 Thread Bryant Zimmerman
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 brya...@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 


-- 
_
-- 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