Changeset 5165

Show
Ignore:
Timestamp:
10/26/07 22:01:53 (6 years ago)
Author:
p_lindheimer
Message:

add call to Macro(user-callerid) to get proper CID in Meetme Conference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/conferences/functions.inc.php

    r3991 r5165  
    5353         
    5454        // Start the conference 
     55        $ext->add($contextname, 'STARTMEETME', '', new ext_macro('user-callerid')); 
    5556        $ext->add($contextname, 'STARTMEETME', '', new ext_meetme('${MEETME_ROOMNUM}','${MEETME_OPTS}','${PIN}')); 
    5657        $ext->add($contextname, 'STARTMEETME', '', new ext_hangup('')); 
  • modules/branches/2.3/conferences/module.xml

    r4805 r5165  
    22  <rawname>conferences</rawname> 
    33  <name>Conferences</name> 
    4   <version>1.2.1.1</version> 
     4  <version>1.2.1.2</version> 
    55  <type>setup</type> 
    66  <category>Internal Options &amp; Configuration</category> 
    77  <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 
    88  <changelog> 
     9    *1.2.1.2* add call to Macro(user-callerid) to get proper CID in Meetme Conference 
    910    *1.2.1.1* bump for rc1 
    1011    *1.2.1* changed syntax error in meetme_additional.conf form '|' to ',' separator