Skip to content
Snippets Groups Projects
Commit 0776a4d2 authored by Richard Alam's avatar Richard Alam
Browse files

- need to use AGI to get conference number when someone joins the voice conference

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1522 af16638f-c34d-0410-8cfa-b39d5352b314
parent b69abde8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation=" xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<!--
<bean class="org.asteriskjava.fastagi.AgiServerThread" <bean class="org.asteriskjava.fastagi.AgiServerThread"
init-method="startup" destroy-method="shutdown"> init-method="startup" destroy-method="shutdown">
<property name="agiServer" ref="agiServer"/> <property name="agiServer" ref="agiServer"/>
...@@ -14,27 +14,6 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem ...@@ -14,27 +14,6 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
<property name="bindPort" value="4573"/> <property name="bindPort" value="4573"/>
<property name="mappingStrategy" ref="mappingStrategy" /> <property name="mappingStrategy" ref="mappingStrategy" />
</bean> </bean>
-->
<!--
<bean class="org.bigbluebutton.pbx.asterisk.ConferenceAttendanceRecorder"
init-method="startup" destroy-method="shutdown">
<property name="asteriskServer" ref="asteriskServer"/>
<property name="dataSource" ref="dataSource"/>
</bean>
<bean class="org.bigbluebutton.pbx.PbxLive"
init-method="startup" destroy-method="shutdown">
<property name="asteriskServer" ref="asteriskServer"/>
</bean>
-->
<!--
<bean id="asteriskServer" class="org.asteriskjava.live.DefaultAsteriskServer">
<constructor-arg index="0" value="${asterisk.host}"/>
<constructor-arg index="1" value="${ami.user}"/>
<constructor-arg index="2" value="${ami.password}"/>
</bean>
<bean id="mappingStrategy" class="org.asteriskjava.fastagi.SimpleMappingStrategy"> <bean id="mappingStrategy" class="org.asteriskjava.fastagi.SimpleMappingStrategy">
<property name="mappings"> <property name="mappings">
...@@ -43,8 +22,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem ...@@ -43,8 +22,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
</map> </map>
</property> </property>
</bean> </bean>
<bean id="asteriskAgi" class="org.bigbluebutton.pbx.asterisk.AsteriskAgiService" /> <bean id="asteriskAgi" class="org.bigbluebutton.pbx.asterisk.AsteriskAgiService" />
-->
</beans> </beans>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment