Changeset 5744 for modules

Show
Ignore:
Timestamp:
04/21/08 23:44:51 (5 years ago)
Author:
p_lindheimer
Message:

#2801: wrong trunk name for iax should be iax2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/core/page.trunks.php

    r5615 r5744  
    359359<?php 
    360360  if ($tech == "sip" || substr($tech,0,3) == "iax") { 
    361 ?> 
    362           <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$tech-$channelid":"from-trunk-[trunkname]"))?></span></a>:  
     361    $pr_tech = ($tech == "iax") ? "iax2":$tech; 
     362?> 
     363          <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$pr_tech-$channelid":"from-trunk-[trunkname]"))?></span></a>:  
    363364<?php 
    364365  } else {