Changeset 1955 for modules/branches/2.1
- Timestamp:
- 05/23/06 17:40:02 (7 years ago)
- Files:
-
- modules/branches/2.1/findmefollow/functions.inc.php (modified) (2 diffs)
- modules/branches/2.1/findmefollow/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/findmefollow/functions.inc.php
r1801 r1955 50 50 } 51 51 // check for old prefix 52 $ext->add($contextname, $grpnum, '', new ext_gotoif('$[ ${CALLERID(name):0:${LEN(${RGPREFIX})}} != ${RGPREFIX}]', 'NEWPREFIX'));52 $ext->add($contextname, $grpnum, '', new ext_gotoif('$["${CALLERID(name):0:${LEN(${RGPREFIX})}}" != "${RGPREFIX}]"', 'NEWPREFIX')); 53 53 // strip off old prefix 54 54 $ext->add($contextname, $grpnum, '', new ext_setvar('CALLERID(name)','${CALLERID(name):${LEN(${RGPREFIX})}}')); … … 64 64 if ((isset($annmsg) ? $annmsg : '') != '') { 65 65 // should always answer before playing anything, shouldn't we ? 66 $ext->add($contextname, $grpnum, '', new ext_gotoif('$[ ${DIALSTATUS} = ANSWER]','DIALGRP'));66 $ext->add($contextname, $grpnum, '', new ext_gotoif('$["${DIALSTATUS}" = "ANSWER"]','DIALGRP')); 67 67 $ext->add($contextname, $grpnum, '', new ext_answer('')); 68 68 $ext->add($contextname, $grpnum, '', new ext_wait(1)); modules/branches/2.1/findmefollow/module.xml
r1847 r1955 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>1.2. 4</version>4 <version>1.2.5</version> 5 5 <type>setup</type> 6 6 <category>Basic</category>
