<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=VoIP_Cookbook%3A_Activating_Conference_while_Operating</id>
	<title>VoIP Cookbook: Activating Conference while Operating - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=VoIP_Cookbook%3A_Activating_Conference_while_Operating"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Activating_Conference_while_Operating&amp;action=history"/>
	<updated>2026-04-19T23:46:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Activating_Conference_while_Operating&amp;diff=17333&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: One of needs that may arise is the setting of a conference room at anytime during operating VoIP. For this purpose, it is not necessary for us to change the content of extensions.conf file...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Activating_Conference_while_Operating&amp;diff=17333&amp;oldid=prev"/>
		<updated>2010-03-09T07:11:01Z</updated>

		<summary type="html">&lt;p&gt;New page: One of needs that may arise is the setting of a conference room at anytime during operating VoIP. For this purpose, it is not necessary for us to change the content of extensions.conf file...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One of needs that may arise is the setting of a conference room at anytime during operating VoIP. For this purpose, it is not necessary for us to change the content of extensions.conf file. However we need to set up a conference that its general context in the extensions.conf file and meetme.conf:&lt;br /&gt;
&lt;br /&gt;
 ;meetme.conf&lt;br /&gt;
 [rooms]&lt;br /&gt;
 ;general-purpose conference room&lt;br /&gt;
 conf =&amp;gt; 3500,1234&lt;br /&gt;
 &lt;br /&gt;
 ;extensions.conf&lt;br /&gt;
 ;generic conference room&lt;br /&gt;
 &lt;br /&gt;
 [gen_conference]&lt;br /&gt;
&lt;br /&gt;
If we need establish a new conference, we can immediately make it through CLI, with the following command:&lt;br /&gt;
&lt;br /&gt;
 localhost*CLI&amp;gt; add extension 400,1,Dial,3500 into gen_conference&lt;br /&gt;
 Extension &amp;#039;400,1,Dial,3500&amp;#039; added into &amp;#039;gen_conference&amp;#039; context&lt;br /&gt;
&lt;br /&gt;
Here extension 400 will be added with priority 1 to gen_conference. Of course, this extension will disappear if we restart the asterisk, or we can delete it through the following command: &lt;br /&gt;
&lt;br /&gt;
 localhost*CLI&amp;gt; remove extension 400@gen_conference&lt;br /&gt;
 Whole extension 400@gen_conference removed&lt;br /&gt;
&lt;br /&gt;
In multi-line extensions, we can omit a single line or command by giving a priority, for example &lt;br /&gt;
&lt;br /&gt;
 localhost*CLI&amp;gt;remove extension 400@gen_conference 2&lt;br /&gt;
 Extension 400@gen_conference with priority 2 removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[VoIP Cookbook: Building your own Telecommunication Infrastructure]]&lt;br /&gt;
* [[VoIP Cookbook: Conference Server on Asterisk]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>