Changeset 6292
- Timestamp:
- 08/08/08 16:50:08 (4 years ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.4/findmefollow/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017,6030-6031,6142,6218 to /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017,6030-6031,6142,6218,6291
modules/branches/2.4/core/etc/extensions.conf
r6219 r6292 418 418 exten => s-NOMESSAGE,1,NoOp(NOMESSAGE (beeb only) voicemail) 419 419 exten => s-NOMESSAGE,n,Macro(get-vmcontext,${ARG1}) 420 exten => s-NOMESSAGE,n,Voicemail(${ARG1}@${VMCONTEXT}, ${VM_OPTS}${VMGAIN}) ; Voicemail Busy message420 exten => s-NOMESSAGE,n,Voicemail(${ARG1}@${VMCONTEXT},s${VM_OPTS}${VMGAIN}) 421 421 exten => s-NOMESSAGE,n,Goto(exit-${VMSTATUS},1) 422 422 modules/branches/2.4/findmefollow/functions.inc.php
r5279 r6292 82 82 $ext->add($contextname, $grpnum, '', new ext_setvar('CALLERID(name)','${RGPREFIX}${CALLERID(name)}')); 83 83 } 84 // recording stuff 85 $ext->add($contextname, $grpnum, '', new ext_setvar('RecordMethod','Group')); 86 $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}".',${RecordMethod}')); 84 87 85 88 // MODIFIED (PL) … … 99 102 } 100 103 101 // recording stuff102 $ext->add($contextname, $grpnum, 'skipsimple', new ext_setvar('RecordMethod','Group'));103 $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}".',${RecordMethod}'));104 105 104 // group dial 106 $ext->add($contextname, $grpnum, ' ', new ext_setvar('RingGroupMethod',$strategy));105 $ext->add($contextname, $grpnum, 'skipsimple', new ext_setvar('RingGroupMethod',$strategy)); 107 106 $ext->add($contextname, $grpnum, '', new ext_setvar('_FMGRP',$grpnum)); 108 107 if ((isset($annmsg) ? $annmsg : '') != '') {
