Re: [asterisk-users] AEL NoOp not working [SOLVED]

2008-11-07 Thread Olivier
2008/11/6 Steve Murphy [EMAIL PROTECTED]

 On Thu, 2008-11-06 at 13:55 +0100, Olivier wrote:

 
  Yes, you're right : NoOp needs verbosity of 3 and above.
  Thanks for helping.
 
  The surprising thing is that AEL Verbose prints output whatever the
  verbosity level is (even with 0).
  Would you qualify this as normal ?
 

 Olivier--

 The Verbose() app behaves the same whether you call it from AEL or via
 extensions.conf, or any other method that is used to get dialplan stuff
 into Asterisk. Are you including the verbosity level? For instance,
 if you say Verbose(Hi there); the verbosity level is zero by default.
 If you want to restrict it 3 or more, then Verbose(3,Hello); should do
 the trick.

 murf


Hi,

Ok  : I didn't know that
I should have read doc more deeply before asking here
Thanks

 
 --
 Steve Murphy
 Software Developer
 Digium

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AEL NoOp not working

2008-11-06 Thread Olivier
2008/11/5 Atis Lezdins [EMAIL PROTECTED]

 On Wed, Nov 5, 2008 at 5:28 PM, Olivier [EMAIL PROTECTED] wrote:
 
 
  2008/11/5 Atis Lezdins [EMAIL PROTECTED]
 
  On Wed, Nov 5, 2008 at 12:39 PM, Olivier [EMAIL PROTECTED] wrote:
   Hi,
  
   I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2
  
   I'm using NoOp and Verbose functions inside extensions.ael.
   Strangely, NoOp is not printing anything in Asterisk console while
   Verbose
   is working.
   Am I missing something obvious ?
 
  Hi,
 
  NoOp is not outputting anything, it's just does nothing, however you
  should still be able to see Executing NoOp(blablabla) in console,
  as it's a command.
 
  Yes, that's the point : I don't see anything in console (I wasn't
 expecting
  anything else to happen).
  Strange ...

 Ok, i played with this, and seems that Executing ...  lines are
 shown in CLI only on verbose level 3 or higher.

 So, either start asterisk with asterisk -vvv or issue core set
 verbose 3 in CLI.


Yes, you're right : NoOp needs verbosity of 3 and above.
Thanks for helping.

The surprising thing is that AEL Verbose prints output whatever the
verbosity level is (even with 0).
Would you qualify this as normal ?


 Regards,
 Atis

 --
 Atis Lezdins,
 VoIP Project Manager / Developer,
 [EMAIL PROTECTED]
 Skype: atis.lezdins
 Cell Phone: +371 28806004
 Cell Phone: +1 800 7300689
 Work phone: +1 800 7502835

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AEL NoOp not working

2008-11-06 Thread Steve Murphy
On Thu, 2008-11-06 at 13:55 +0100, Olivier wrote:

 
 Yes, you're right : NoOp needs verbosity of 3 and above.
 Thanks for helping.
 
 The surprising thing is that AEL Verbose prints output whatever the
 verbosity level is (even with 0).
 Would you qualify this as normal ?
 

Olivier--

The Verbose() app behaves the same whether you call it from AEL or via
extensions.conf, or any other method that is used to get dialplan stuff
into Asterisk. Are you including the verbosity level? For instance,
if you say Verbose(Hi there); the verbosity level is zero by default.
If you want to restrict it 3 or more, then Verbose(3,Hello); should do 
the trick.

murf

 
-- 
Steve Murphy
Software Developer
Digium


smime.p7s
Description: S/MIME cryptographic signature
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AEL NoOp not working

2008-11-05 Thread Atis Lezdins
On Wed, Nov 5, 2008 at 12:39 PM, Olivier [EMAIL PROTECTED] wrote:
 Hi,

 I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2

 I'm using NoOp and Verbose functions inside extensions.ael.
 Strangely, NoOp is not printing anything in Asterisk console while Verbose
 is working.
 Am I missing something obvious ?

Hi,

NoOp is not outputting anything, it's just does nothing, however you
should still be able to see Executing NoOp(blablabla) in console,
as it's a command.

Regards,
Atis


-- 
Atis Lezdins,
VoIP Project Manager / Developer,
[EMAIL PROTECTED]
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] AEL NoOp not working

2008-11-05 Thread Olivier
2008/11/5 Atis Lezdins [EMAIL PROTECTED]

 On Wed, Nov 5, 2008 at 12:39 PM, Olivier [EMAIL PROTECTED] wrote:
  Hi,
 
  I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2
 
  I'm using NoOp and Verbose functions inside extensions.ael.
  Strangely, NoOp is not printing anything in Asterisk console while
 Verbose
  is working.
  Am I missing something obvious ?

 Hi,

 NoOp is not outputting anything, it's just does nothing, however you
 should still be able to see Executing NoOp(blablabla) in console,
 as it's a command.


Yes, that's the point : I don't see anything in console (I wasn't expecting
anything else to happen).
Strange ...



 Regards,
 Atis


 --
 Atis Lezdins,
 VoIP Project Manager / Developer,
 [EMAIL PROTECTED]
 Skype: atis.lezdins
 Cell Phone: +371 28806004
 Cell Phone: +1 800 7300689
 Work phone: +1 800 7502835

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AEL NoOp not working

2008-11-05 Thread Atis Lezdins
On Wed, Nov 5, 2008 at 5:28 PM, Olivier [EMAIL PROTECTED] wrote:


 2008/11/5 Atis Lezdins [EMAIL PROTECTED]

 On Wed, Nov 5, 2008 at 12:39 PM, Olivier [EMAIL PROTECTED] wrote:
  Hi,
 
  I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2
 
  I'm using NoOp and Verbose functions inside extensions.ael.
  Strangely, NoOp is not printing anything in Asterisk console while
  Verbose
  is working.
  Am I missing something obvious ?

 Hi,

 NoOp is not outputting anything, it's just does nothing, however you
 should still be able to see Executing NoOp(blablabla) in console,
 as it's a command.

 Yes, that's the point : I don't see anything in console (I wasn't expecting
 anything else to happen).
 Strange ...

Ok, i played with this, and seems that Executing ...  lines are
shown in CLI only on verbose level 3 or higher.

So, either start asterisk with asterisk -vvv or issue core set
verbose 3 in CLI.

Regards,
Atis

-- 
Atis Lezdins,
VoIP Project Manager / Developer,
[EMAIL PROTECTED]
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users