Changeset 3831
- Timestamp:
- 02/26/07 16:42:57 (6 years ago)
- Files:
-
- modules/branches/2.2/miscdests/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/miscdests/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/miscdests/functions.inc.php
r1881 r3831 41 41 // write out the dialplan details 42 42 $ext->add($contextname, $miscid, '', new ext_noop('MiscDest: '.$miscdescription)); 43 $ext->add($contextname, $miscid, '', new ext_ dial('Local/'.$miscdialdest.'@from-internal', ''));43 $ext->add($contextname, $miscid, '', new ext_goto('from-internal,'.$miscdialdest.',1', '')); 44 44 45 45 } modules/branches/2.2/miscdests/module.xml
r3528 r3831 2 2 <rawname>miscdests</rawname> 3 3 <name>Misc Destinations</name> 4 <version>1.3. 3</version>4 <version>1.3.4</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> 7 7 <description>Allows creating destinations that dial any local number (extensions, feature codes, outside phone numbers) that can be used by other modules (eg, IVR, time conditions) as a call destination.</description> 8 8 <changelog> 9 *1.3.4* destination changed from Dial(Local/nnn@from-internal) to Goto(from-internal,nnn,1), no reason a new channel should be created 9 10 *1.3.3* Minor formatting changes 10 11 *1.3.2* Add he_IL translation
