Displaying 9 results from an estimated 9 matches for "default_bridg".
Did you mean:
default_bridge
2016 Apr 16
2
confbridge setup
Hi all,
I'm trying to configure a few conference bridges. I've started with the very
basic:
[general]
[default_bridge]
type=bridge
[default_user]
type=user
[default_bridge]
type=bridge
[5340]
type=bridge
However:
confbridge list
Conference Bridge Name Users Marked Locked?
================================ ====== ====== ========
*CLI>
It doesn't seem to be creating any bridges and I'm...
2017 Nov 14
2
Confbridge SFU for Asterisk 15
I am trying to get the "Mega Phone" demo working on my office PBX
but there seems to be a problem when trying to set the default bridge to
sfu mode. I have the following configuration in confbridge.conf in the
default_bridge section: video_mode = sfu but when I do a "confbridge
show profile bridge default_bridge" I see:
Video Mode: no video
I can change it to follow_talker, last_marked or first_marked and
it does change, it is just the sfu option that does not seem to be
valid. I am usin...
2018 Jul 04
4
[PATCH 0/3] v2v: Implement MAC address to network/bridge mapping.
Deep in the discussion of this bug, unfortunately mostly in private
comments:
https://bugzilla.redhat.com/show_bug.cgi?id=1594515
we decided it'd be more flexible for RHV if we had a way to map
individual NICs to target networks and bridges. This can be done by
adding a new --mac option so you can specify the exact mapping you
need:
$ virt-v2v [...] \
--mac
2014 Nov 14
0
Asterisk 13 confbridge recordings not working
...LL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_conference)=yes))
same => n,ExecIF($["${TL_PHONE_CALL_RECORD}"="TRUE"]?SET(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${TL_PHONE_CALL_ID}.wav))
same => n,ConfBridge(${TL_PHONE_CALL_ID},default_bridge,TTM_caller,TTM_caller_menu)
Here is the log from asterisk 13
-- Executing [s at TTMConferenceTalker:6] ExecIf("SIP/sbc1-00002426", "1?SET(CONFBRIDGE(bridge,record_conference)=yes)") in new stack
-- Executing [s at TTMConferenceTalker:7] ExecIf("SIP/sbc1-0000...
2018 May 23
3
Trying to add MoH to conference bridge
Hi all,
I've got an AGI script that launches the conference bridge with a line like:
"$main::agi->exec(ConfBridge,$conf,default_bridge,default_user,$menu_profile)"
The $conf variable contains the room number.
I'm trying to configure it so that when only one person is in the
conference, they hear moh.
My /etc/asterisk/confbridge.conf looks like:
=======================================
[general]
[default_bridge]
type=...
2017 Nov 14
2
Confbridge SFU for Asterisk 15
...7, at 05:23 PM, Carlos Chavez wrote:
>> I am trying to get the "Mega Phone" demo working on my office PBX
>> but there seems to be a problem when trying to set the default bridge to
>> sfu mode. I have the following configuration in confbridge.conf in the
>> default_bridge section: video_mode = sfu but when I do a "confbridge
>> show profile bridge default_bridge" I see:
>>
>> Video Mode: no video
>>
>> I can change it to follow_talker, last_marked or first_marked and
>> it does change, it is just the sfu...
2013 Apr 18
5
ODBC dialplan looping problem
...)
same=n,playback(conf-invalidpin)
same=n,Goto(rooms,${CONF_ID}1)
same=n,Hangup()
;
exten=good_exten,1,Verbose(1,The PIN is available)
same=n,ODBCFinish(${ODBC_ID})
same=n,Verbose(1,Drop Caller into the bridge)
same=n,Set(CONFBRIDGE(user,template)=default_user)
same=n,ConfBridge(${CONF_ID},default_bridge,,sample_user_menu)
same=n,Hangup()
;
The log shows the 3 existing DB table rows are found but continues to cycle
indefinitely if the PIN is NOT found.
First few rows of the console log:
=========================================================================
Connected to Asterisk 11.3.0...
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus
codebase in libxl.
Changes in V3:
[1/5] Fix redundant checks in configure scripts
(based on Ian Campbell''s suggestions)
[2/5] Introduce locking in the script, during IFB setup.
Add xenstore paths used by netbuf scripts
to xenstore-paths.markdown
[3/5] Hotplug scripts setup/teardown invocations are now
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and