[Home]

Summary:ASTERISK-20220: ConfBridge not working properly
Reporter:Bharat Lalcheta (lalcheta)Labels:
Date Opened:2012-08-13 02:57:09Date Closed:2012-08-14 17:30:54
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:1.8.9.3 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-19562 [patch] ConfBridge - Inconsistent hold-music behaviour
Environment:RHEL 6.0 Attachments:
Description:1) When Admin user join confbridge, the file play showing in command prompt but not played on channel.

== Using SIP RTP CoS mark 5
   -- Executing [5000@EXT_1001:1] Answer("SIP/1001-00000000", "") in new stack
   -- Executing [5000@EXT_1001:2] ConfBridge("SIP/1001-00000000", "1005,AaM") in new stack
   -- <Bridge/0xb6c00ba8-input> Playing 'conf-placeintoconf.slin' (language 'en')
[Aug 13 13:13:38] WARNING[13302]: cdr.c:940 ast_cdr_end: CDR on channel 'Bridge/0xb6c00ba8-output' has no answer time but is 'ANSWERED'
[Aug 13 13:13:38] WARNING[13302]: cdr.c:940 ast_cdr_end: CDR on channel 'Bridge/0xb6c00ba8-input' has no answer time but is 'ANSWERED'


2) If there are only 2 participate out of which one is marked/admin user, Both join the conference and its working fine.Once normal user left the conf, admin user starts getting moh. when other user rejoin conf then admin user gets hold on music only. while other user get sounds from admin user.

Its give codec mismatch on command prompts.


   -- Executing [1005@EXT_1002:1] Answer("SIP/1002-00000008", "") in new stack
   -- Executing [1005@EXT_1002:2] ConfBridge("SIP/1002-00000008", "1005,wM") in new stack
[Aug 13 13:26:06] WARNING[13390]: channel.c:4910 ast_write: Codec mismatch on channel SIP/1001-00000006 setting write format to slin from ulaw native formats 0x4 (ulaw)

Comments:By: Jonathan Rose (jrose) 2012-08-13 16:33:12.121-0500

I'm pretty sure that some of the problems you are describing in here are related to ASTERISK-19562. We are aware of the problems with marked/waitmarked user joins and leaves and we are actively working to fix them.

By: Rusty Newton (rnewton) 2012-08-14 17:30:43.714-0500

Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. Thanks!



By: Rusty Newton (rnewton) 2012-08-14 17:32:09.644-0500

Bharat Lalcheta: Feel free to watch ASTERISK-19562 and test patches located on that issue.