[Home]

Summary:ASTERISK-08588: [patch] Know on which channel a stream occurs
Reporter:Clod Patry (junky)Labels:
Date Opened:2007-01-15 22:38:41.000-0600Date Closed:2007-01-16 11:40:39.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) stream_chan.diff
Description:Right now, via the CLI, we cant know on which channel a specific stream occurs, which makes debug really hard if many concurent calls.
   -- Playing 'digits/9' (language 'fr')
   -- Playing 'digits/13' (language 'fr')

With this patch, you know on which channel a specific debug occurs:
   -- Executing [8930@polycom:2] BackGround("SIP/10-081f6680", "tt-monkeys") in new stack
   -- <SIP/10-081f6680> Playing 'tt-monkeys' (language 'en')
   -- Executing [8930@polycom:3] SayDigits("SIP/10-081f6680", "343") in new stack
   -- <SIP/10-081f6680> Playing 'digits/3' (language 'en')
   -- <SIP/10-081f6680> Playing 'digits/4' (language 'en')
   -- <SIP/10-081f6680> Playing 'digits/3' (language 'en')


which leave possibility for future filter per channel via the CLI...


Comments:By: Jason Parker (jparker) 2007-01-16 11:40:39.000-0600

"Fixed" in 1.4 and trunk in revisions 51146 and 51147.