[asterisk-bugs] [Asterisk 0016549]: Conference Calls

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 23 09:44:22 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16549 
====================================================================== 
Reported By:                shazzam-1
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16549
Category:                   Channels/chan_zap
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           Older 1.4 - please test a newer version 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 suspended
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-01-05 16:00 CST
Last Modified:              2010-03-23 09:44 CDT
====================================================================== 
Summary:                    Conference Calls
Description: 
During our weekly conf calls(3hours), there are number of times when we
have to hang up and dial back in due to another bridge overlapping noise on
to our bridge.  Basically about 45-50 minutes in we would start hearing
another conference call going on but they could not hear us.


Here is our config

Zapata.conf


[general]
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes

[channels]
context=t1
language=en
switchtype = national
signalling = pri_net
group = 1
channel => 1-23

extension.conf

[xxx conference]
exten => s,1,NoOp(** Entering xxx Conferencing)
exten => s,n,Wait(1)
exten => s,n,Background(xxxconf/welcome)
exten => s,n(enterid),Read(CONFID,xxxconf/enterconfid,6,,2)
exten => s,n,GotoIf($[ 0${CONFID} < 100000 ]?noentry)
exten => s,n,Goto(xxx-conference,${CONFID},1)
exten =>
s,n,NoOp(*******************************NEXTLINE******************)
exten => s,n(noentry),Playback(xxxconf/goodbye)
exten => s,n,Hangup()

Please let me know if you need additional information.

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016514 Asterisk causes crosstalk between inbou...
====================================================================== 

---------------------------------------------------------------------- 
 (0119713) lmadsen (administrator) - 2010-03-23 09:44
 https://issues.asterisk.org/view.php?id=16549#c119713 
---------------------------------------------------------------------- 
I'm suspending this issue due to lack of feedback from the reporter.
However, I'd suggest following up on the related issue and not necessary
reopening this issue. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-23 09:44 lmadsen        Note Added: 0119713                          
2010-03-23 09:44 lmadsen        Status                   feedback => closed  
2010-03-23 09:44 lmadsen        Resolution               open => suspended   
======================================================================




More information about the asterisk-bugs mailing list