[asterisk-users] Re: [A*UG] How to show a debugging remark in a sip or extensions context?

2007-01-03 Thread Larry Alkoff
Thanks very much Chris. I found usage for NoOp and verbose in Future of Telephony Appendix C and it looks like they will do exactly what I need. Larry Chris Tooley wrote: If you mean in the dialplan, you can use NoOp or verbose (verbose being something that will get logged too), and if

[asterisk-users] Re: [A*UG] How to show a debugging remark in a sip or extensions context?

2007-01-02 Thread Larry Alkoff
Chris how would I use 'verbose' in a dialplan context? A sample line? Larry Chris Tooley wrote: If you mean in the dialplan, you can use NoOp or verbose (verbose being something that will get logged too), and if you mean in the asterisk code, there are logging examples all over the place.