Page 1 of 1

Question regarding CLI output.

PostPosted: Thu Nov 30, 2006 11:25 am
by enjay
Just a quick question, I never noticed this in passed versions.

Code: Select all
  == Spawn extension (default, 17637559245, 2) exited non-zero on 'Local/8600053@default-5776,1'
    -- Executing DeadAGI("Local/8600053@default-5776,1", "agi://127.0.0.1:4577/call_log") in new stack
    -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
    -- Executing DeadAGI("Local/8600053@default-5776,1", "agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----131-----99") in new stack
    -- AGI Script agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----131-----99 completed, returning 0
  == Spawn extension (default, 8600053, 1) exited non-zero on 'Local/8600053@default-5776,2'
    -- Executing DeadAGI("Local/8600053@default-5776,2", "agi://127.0.0.1:4577/call_log") in new stack
    -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
    -- Executing DeadAGI("Local/8600053@default-5776,2", "agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
    -- AGI Script agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0



specifically the two iterations of DeadAGI for the same call, and the one showing ANSWER and one showing blank.

-- Executing DeadAGI("Local/8600053@default-5776,1

and

-- Executing DeadAGI("Local/8600053@default-5776,2

PostPosted: Thu Nov 30, 2006 3:00 pm
by mflorell
Every channel is hungup, even fake channels like Local/ channels. With the DeadAGI calls the Local/ channels are mostly ignored, but they have to run since you cannot filter what gets to the "h" exten.