[asterisk-bugs] [Asterisk 0016549]: Conference Calls
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 6 08:42:26 CST 2010
The following issue has been set as RELATED TO issue 0016514.
======================================================================
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-06 08:42 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.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016514 Asterisk causes crosstalk between inbou...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-06 08:42 lmadsen Relationship added related to 0016514
======================================================================
More information about the asterisk-bugs
mailing list