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

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jan 5 16:00:08 CST 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16549 
====================================================================== 
Reported By:                shazzam-1
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16549
Category:                   General
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
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:              
====================================================================== 
Date Submitted:             2010-01-05 16:00 CST
Last Modified:              2010-01-05 16:00 CST
====================================================================== 
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.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-01-05 16:00 shazzam-1      New Issue                                    
2010-01-05 16:00 shazzam-1      Asterisk Version          => Older 1.4 - please
test a newer version
2010-01-05 16:00 shazzam-1      Regression                => No              
2010-01-05 16:00 shazzam-1      SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list