[Home]

Summary:ASTERISK-10365: [patch] MixMonitor called with old '|' separators
Reporter:Alexandre Snarskii (snar)Labels:
Date Opened:2007-09-21 11:46:28Date Closed:2007-09-21 13:22:43
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app-queue-mixmonitor-params.patch
Description:
When monitor type set to MixMonitor (default in trunk), app_queue calls
MixMonitor application, providing parameters separated with '|'. As it's
a trunk, it's not supported, so calls just not monitored :)

In debug I can see next lines:

[Sep 21 20:46:26] DEBUG[14783]: app_queue.c:2866 try_calling: Starting MixMonito
r as requested.
[Sep 21 20:46:26] DEBUG[14783]: app_queue.c:2923 try_calling: Arguments being pa
ssed to MixMonitor: 1190393153.9.wav|b

[Sep 21 20:46:27] ERROR[14783]: app_mixmonitor.c:179 mixmonitor_thread: Cannot o
pen /var/spool/asterisk/monitor/1190393153.9.wav|b
Comments:By: Digium Subversion (svnbot) 2007-09-21 13:09:04

Repository: asterisk
Revision: 83483

------------------------------------------------------------------------
r83483 | russell | 2007-09-21 13:09:03 -0500 (Fri, 21 Sep 2007) | 3 lines

Update app_queue to use commas as application argument separators.
(closes issue ASTERISK-10365, snar)

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-09-21 13:22:43

Repository: asterisk
Revision: 83484

------------------------------------------------------------------------
r83484 | tilghman | 2007-09-21 13:22:43 -0500 (Fri, 21 Sep 2007) | 2 lines

Fix some areas where we were still using '|' for an argument delimiter (closes issue ASTERISK-10365)

------------------------------------------------------------------------