Changeset 3831

Show
Ignore:
Timestamp:
02/26/07 16:42:57 (6 years ago)
Author:
p_lindheimer
Message:

destination changed from Dial(Local/nnn@from-internal) to Goto(from-internal,nnn,1), no reason a new channel should be created

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/miscdests/functions.inc.php

    r1881 r3831  
    4141          // write out the dialplan details 
    4242          $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', '')); 
    4444           
    4545        } 
  • modules/branches/2.2/miscdests/module.xml

    r3528 r3831  
    22  <rawname>miscdests</rawname> 
    33  <name>Misc Destinations</name> 
    4   <version>1.3.3</version> 
     4  <version>1.3.4</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
    77  <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> 
    88  <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 
    910    *1.3.3* Minor formatting changes 
    1011    *1.3.2* Add he_IL translation