If asterisk -vvvvcg is used to start asterisk it shows AGI Environment Dumps, which I find very useful, but if "asterisk" and then asterisk -vvvvr is used, you dont see any Environment Dumps. Is there a way to make AGI Environment Dumps show up when using -r or any other options? Any help is appreciated. Thanks!
Adam Goryachev
2005-Jan-19 19:26 UTC
[Asterisk-Users] AGI Environment Dump Question w/ASTCC
On Wed, 2005-01-19 at 21:12 -0500, Nate Kapi wrote:> If asterisk -vvvvcg is used to start asterisk it shows AGI Environment > Dumps, which I find very useful, but if "asterisk" and then asterisk > -vvvvr is used, you dont see any Environment Dumps. Is there a way to > make AGI Environment Dumps show up when using -r or any other options?Perhaps "set debug xx" would help?
Steven Critchfield
2005-Jan-19 20:09 UTC
[Asterisk-Users] AGI Environment Dump Question w/ASTCC
On Wed, 2005-01-19 at 21:12 -0500, Nate Kapi wrote:> If asterisk -vvvvcg is used to start asterisk it shows AGI Environment > Dumps, which I find very useful, but if "asterisk" and then asterisk > -vvvvr is used, you dont see any Environment Dumps. Is there a way to > make AGI Environment Dumps show up when using -r or any other options? > > Any help is appreciated. Thanks!Not really. I feel like your AGI environment dump is using STDERR to dump, and when asterisk disconnects so goes your STDERR. You need to use better logging functions to keep access. Use your own logging functions to an external file. -- Steven Critchfield <critch@basesys.com>