[asterisk-users] Confbridge

John T. Bittner john at xaccel.net
Fri Aug 7 16:33:01 CDT 2020


To all:

No matter what I try, I cannot get the system to wait for the admin to join. It just dumps users into the bridge directly.
I do not have a pin for users, does that matter?

What am I missing?

Another issue the absolute timeout is not working ? ... have recordings that last for over 24 hours... and this should not happen...
All calls should hangup after 4 ?

Any ideas ?

Any help is much appreciated.

Thanks

This is my dialplan.

exten => s,1,Wait(1)
exten => s,n,Answer
exten => s,n,Set(TIMEOUT(absolute)=14400)
exten => s,n,NoOp(${CALLERID(name)})
exten => s,n,NoOp(${CALLERID(num)})
exten => s,n,NoOp()
exten => s,n,Playback(church)         ; "Please hold while..."
exten => s,n,Set(CONFBRIDGE(user,announce_join_leave)=no)
exten => s,n,Set(CONFBRIDGE(user,startmuted)=yes)
exten => s,n,Set(CONFBRIDGE(user,template)=church)
exten => s,n,Set(CONFBRIDGE(user,marked)=no)
exten => s,n,Set(CONFBRIDGE(user,wait_marked)=yes)
exten => s,n,Set(CONFBRIDGE(user,end_marked)=yes)
exten => s,n,ConfBridge(xaccel)
exten => s,n,hangup

confbridge.conf

[general]
[church]
type=user
startmuted=yes
announce_join_leave=no
announce_user_count=no
wait_marked=yes
end_marked=yes
music_on_hold_when_empty=no
quiet=yes
;
[xaccel]
type=bridge
record_conference=yes
;
Then calling in I see this
Conference Bridge Name           Users  Marked Locked Muted
================================ ====== ====== ====== =====
xaccel                                1      0 No     No


John Bittner
CTO
[xaccellogoemail]
380 US Highway 46, Suite 500
Totowa, NJ 07512
Phone: 201.806.2602 x2405
Fax:       201.806.2604
Cell:       973.390.1090
www.xaccel.net<http://www.xaccel.net/>

CONFIDENTIALITY NOTICE:
This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential
and privileged information which should not be shared or forwarded. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the e-mail.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200807/e0fdecff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 4300 bytes
Desc: image001.png
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200807/e0fdecff/attachment.png>


More information about the asterisk-users mailing list