Changeset 3177
- Timestamp:
- 11/24/06 03:44:40 (7 years ago)
- Files:
-
- modules/branches/2.2/findmefollow/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/ringgroups/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/findmefollow/functions.inc.php
r3168 r3177 93 93 if ((isset($annmsg) ? $annmsg : '') != '') { 94 94 // should always answer before playing anything, shouldn't we ? 95 $ext->add($contextname, $grpnum, '', new ext_gotoif('$[ "${DIALSTATUS}" = "ANSWER"]','DIALGRP'));95 $ext->add($contextname, $grpnum, '', new ext_gotoif('$[$["${DIALSTATUS}" = "ANSWER"] | $["foo${RRNODEST}" != "foo"]]','DIALGRP')); 96 96 $ext->add($contextname, $grpnum, '', new ext_answer('')); 97 97 $ext->add($contextname, $grpnum, '', new ext_wait(1)); modules/branches/2.2/ringgroups/functions.inc.php
r3173 r3177 88 88 $ext->add($contextname, $grpnum, '', new ext_setvar('RingGroupMethod',$strategy)); 89 89 if ($annmsg != '') { 90 $ext->add($contextname, $grpnum, '', new ext_gotoif('$["foo${RRNODEST}" != "foo"]','DIALGRP')); 90 91 $ext->add($contextname, $grpnum, '', new ext_answer('')); 91 92 $ext->add($contextname, $grpnum, '', new ext_wait(1));
