Changeset 5165
- Timestamp:
- 10/26/07 22:01:53 (6 years ago)
- Files:
-
- modules/branches/2.3/conferences/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/conferences/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/conferences/functions.inc.php
r3991 r5165 53 53 54 54 // Start the conference 55 $ext->add($contextname, 'STARTMEETME', '', new ext_macro('user-callerid')); 55 56 $ext->add($contextname, 'STARTMEETME', '', new ext_meetme('${MEETME_ROOMNUM}','${MEETME_OPTS}','${PIN}')); 56 57 $ext->add($contextname, 'STARTMEETME', '', new ext_hangup('')); modules/branches/2.3/conferences/module.xml
r4805 r5165 2 2 <rawname>conferences</rawname> 3 3 <name>Conferences</name> 4 <version>1.2.1. 1</version>4 <version>1.2.1.2</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 8 8 <changelog> 9 *1.2.1.2* add call to Macro(user-callerid) to get proper CID in Meetme Conference 9 10 *1.2.1.1* bump for rc1 10 11 *1.2.1* changed syntax error in meetme_additional.conf form '|' to ',' separator
