Re: [asterisk-users] Debugging Asterisk

2008-11-17 Thread Tilghman Lesher
On Monday 17 November 2008 02:26:21 am Mikel Lindsaar wrote: > 2) Also wondering what people do when parsing asterisk verbose output in > the log. Specifically, following a certain call. Asterisk's verbose > output logs in sequence of action, which is good, but if you have 40-50 > workstations go

Re: [asterisk-users] Debugging Asterisk

2008-11-17 Thread Atis Lezdins
On Mon, Nov 17, 2008 at 10:26 AM, Mikel Lindsaar <[EMAIL PROTECTED]> wrote: > Hello all, > Two questions: > 1) What do people on the list do to debug phone quality issues. Phone > quality seems to be a very subjective thing. But are there metrics that you > can work against? Like maybe generatin

Re: [asterisk-users] Debugging Asterisk

2008-11-17 Thread Terry Wilson
> 2) Also wondering what people do when parsing asterisk verbose > output in the log. Specifically, following a certain call. > Asterisk's verbose output logs in sequence of action, which is good, > but if you have 40-50 workstations going at once, tracking the > progress of one call you

Re: [asterisk-users] Debugging Asterisk

2008-11-17 Thread Valentin Bud
On Mon, Nov 17, 2008 at 10:26 AM, Mikel Lindsaar <[EMAIL PROTECTED]> wrote: > Hello all, > Two questions: > 1) What do people on the list do to debug phone quality issues. Phone > quality seems to be a very subjective thing. But are there metrics that you > can work against? Like maybe generatin

[asterisk-users] Debugging Asterisk

2008-11-17 Thread Mikel Lindsaar
Hello all, Two questions: 1) What do people on the list do to debug phone quality issues. Phone quality seems to be a very subjective thing. But are there metrics that you can work against? Like maybe generating a tone and measuring the return quality etc? It looks like all trial and error rig

[Asterisk-Users] debugging asterisk configuration

2006-02-22 Thread Alejandro Vargas
I'm trying to create a new contex for incomming calls from certain trunks. My problem is this calls are not checked through ext-did (for incoming routing). The calls from standard trunks are filtered correctly but these ones are not. Is there some way to debug what file/line is being executed by as

Re: [Asterisk-Users] Debugging Asterisk in GDB (DDD)

2005-03-29 Thread Bruno Hertz
Jay Ray <[EMAIL PROTECTED]> writes: > Thx manI will try to start it from withing DDDNo one responded in DEV > list No one answered because your question was way too dumb (sorry). If you attach with a debugger to a running process, the process will be stopped. You then have control of

Re: [Asterisk-Users] Debugging Asterisk in GDB (DDD)

2005-03-29 Thread Jay Ray
Thx manI will try to start it from withing DDDNo one responded in DEV listSeth Remington <[EMAIL PROTECTED]> wrote: On Mon, 2005-03-28 at 15:04 -0800, Jay Ray wrote:> Hi,> > I am running Asterisk on Fedora Core 3. I am trying to use DDD to> debug Asterisk. However, when I attach the deb

Re: [Asterisk-Users] Debugging Asterisk in GDB (DDD)

2005-03-29 Thread Seth Remington
On Mon, 2005-03-28 at 15:04 -0800, Jay Ray wrote: > Hi, > > I am running Asterisk on Fedora Core 3. I am trying to use DDD to > debug Asterisk. However, when I attach the debugger to the Asterisk > Process, the Asterisk CLI promt hangs. Does not give any output, and > Asterisk stops processing

[Asterisk-Users] Debugging Asterisk in GDB (DDD)

2005-03-28 Thread Jay Ray
Hi,     I am running Asterisk on Fedora Core 3. I am trying to use DDD to debug Asterisk. However, when I attach the debugger to the Asterisk Process, the Asterisk CLI promt hangs. Does not give any output, and Asterisk stops processing calls...    What could be wrong and what is the best way to de