Changeset 6596

Show
Ignore:
Timestamp:
09/07/08 17:41:50 (5 years ago)
Author:
p_lindheimer
Message:

re #3077 some tweaks based on version actually tested

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/asteriskinfo/page.asteriskinfo.php

    r6594 r6596  
    3737  $iax2registry = _("IAX2 Registry"); 
    3838  $subscribenotify = _("Subscribe/Notify"); 
    39   $zapteldriverinfo = _("Zaptel driver info"); 
    4039  if ($chan_dahdi){ 
    4140    $zapteldriverinfo = _("DAHDI driver info"); 
     41  } else { 
     42    $zapteldriverinfo = _("Zaptel driver info"); 
    4243  } 
    4344  $conferenceinfo = _("Conference Info"); 
     
    114115} 
    115116 
     117if ($chan_dahdi){ 
     118  $arr_all[$zapteldriverinfo]="dahdi show channels"; 
     119} 
    116120if ($chan_dahdi){ 
    117121  $arr_all[$zapteldriverinfo]="dahdi show channels"; 
  • modules/branches/2.5/core/agi-bin/dialparties.agi

    r6594 r6596  
    736736        $dds = $agi->database_get('DEVICE',$adevice.'/dial'); 
    737737        if ($chan_dahdi) { 
    738           $dialstring .= str_replace('ZAP', 'DAHDI', $dds['data']); 
     738          $dialstring .= str_replace('ZAP/', 'DAHDI/', $dds['data']); 
    739739        } else { 
    740740          $dialstring .= $dds['data'];