<?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_Configuring_Dialplan_for_Conference</id>
	<title>VoIP Cookbook: Configuring Dialplan for Conference - 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_Configuring_Dialplan_for_Conference"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Configuring_Dialplan_for_Conference&amp;action=history"/>
	<updated>2026-04-21T20:47:25Z</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:_Configuring_Dialplan_for_Conference&amp;diff=17332&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: To configure this dialplan, we have to edit file/etc/asterisk/extensions.conf and include the conference room we wish to have in it. This can be done by using a different context for each ...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=VoIP_Cookbook:_Configuring_Dialplan_for_Conference&amp;diff=17332&amp;oldid=prev"/>
		<updated>2010-03-09T07:09:44Z</updated>

		<summary type="html">&lt;p&gt;New page: To configure this dialplan, we have to edit file/etc/asterisk/extensions.conf and include the conference room we wish to have in it. This can be done by using a different context for each ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To configure this dialplan, we have to edit file/etc/asterisk/extensions.conf and include the conference room we wish to have in it. This can be done by using a different context for each room, for example: &lt;br /&gt;
&lt;br /&gt;
 [marketing_team_conference_room]&lt;br /&gt;
 exten =&amp;gt; 300,1,MeetMe,2500(1234)&lt;br /&gt;
&lt;br /&gt;
 [publisher_team_conference_room]&lt;br /&gt;
 exten =&amp;gt; 301,1,MeetMe,2501(5678)&lt;br /&gt;
&lt;br /&gt;
So the callers need only to call the phone number 300 or 301, enter the PIN when asked, and they will go into conference. MeetMe will ring a bell to inform those already in conference that there is someone entering into the conference. &lt;br /&gt;
&lt;br /&gt;
We can certainly gather all the &amp;quot;room&amp;quot; conferences within a context. Or add a &amp;quot;room&amp;quot; to an existing context, with the following command. &lt;br /&gt;
&lt;br /&gt;
 [local-users]&lt;br /&gt;
 exten =&amp;gt; 250,1,Dial(SIP/alrac,10,r)&lt;br /&gt;
 exten =&amp;gt; 250,2,VoiceMail(u250@local-vm-users)&lt;br /&gt;
 exten =&amp;gt; 250,dial+101,VoiceMail(b250@local-vm-users)&lt;br /&gt;
 &lt;br /&gt;
 exten =&amp;gt; 300,1,MeetMe,2500(1234)&lt;br /&gt;
&lt;br /&gt;
Or add a comprehensive context&lt;br /&gt;
&lt;br /&gt;
 include =&amp;gt; marketing_team_conference_room&lt;br /&gt;
&lt;br /&gt;
If the established conference  gives the callers the opportunity to listen to speeches from the Boss without interrupting the speech, then we have to do the following: &lt;br /&gt;
&lt;br /&gt;
 [marketing_team_conference_room]&lt;br /&gt;
 exten =&amp;gt; 300,1,MeetMe,2500|m|1234&lt;br /&gt;
&lt;br /&gt;
New callers who have joined the conference can find out how many people in the conference use MeetMeCount applications, by executing the following command: &lt;br /&gt;
&lt;br /&gt;
 [marketing_team_conference_room]&lt;br /&gt;
 exten =&amp;gt; 300,1,Playback(there_are)&lt;br /&gt;
 exten =&amp;gt; 300,2,MeetMeCount,2500&lt;br /&gt;
 exten =&amp;gt; 300,3,Playback(callers)&lt;br /&gt;
 exten =&amp;gt; 300,4,MeetMe,2500&lt;br /&gt;
&lt;br /&gt;
Of course you need to save two sound files that somewhat reads &amp;quot;There are&amp;quot; and &amp;quot;Callers present in the conference&amp;quot;. After editing extensions.conf, do not forget to reload the new configuration. In order to prevent anomalies encountered during operation, we can run asterisk console and execute the following command:&lt;br /&gt;
&lt;br /&gt;
 # asterisk -r&lt;br /&gt;
 asterisk1*CLI&amp;gt; extensions reload&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>