Changeset 127

Show
Ignore:
Timestamp:
08/05/07 13:58:35 (1 year ago)
Author:
areski
Message:

ADD : new audio for say rate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/A2Billing_AGI/libs_a2billing/Class.A2Billing.php

    r97 r127  
    800800                        return -1; 
    801801                } 
    802                  
     802                $this->agiconfig['say_rateinitial']=1; 
    803803                if ($this->agiconfig['say_rateinitial']==1){ 
    804804                        $this -> fct_say_rate ($agi, $RateEngine->ratecard_obj[0][12] * 100);   // say rate in cents 
  • trunk/addons/sounds/Audio_text.info

    r1 r127  
    6868; Callback 
    6969prepaid-callback_intro                                                  Your call is now being connected, Please hold 
     70 
     71 
     72 
     73; Say Rate initial 
     74prepaid-cost-call                                                               the cost of the call is  
     75prepaid-per-minutes                                                             per minutes 
    7076 
    7177 
     
    126132prepaid-callback_intro                                                  ?? Your call is now being connected, Please hold 
    127133 
     134 
     135; Say Rate initial 
     136prepaid-cost-call                                                               le cout de l appel est de  
     137prepaid-per-minutes                                                             par minutes 
     138 
    128139---------------------------  SPANISH  -------------------------- 
    129140 
     
    201212 
    202213 
     214; Say Rate initial 
     215prepaid-cost-call                                                               El coste de la llamade es de 
     216prepaid-per-minutes                                                             por minutos 
    203217 
    204218---------------------------  Recorded by Allison ------------------------ 
  • trunk/TODO

    r125 r127  
    44******************************************************************************** 
    55 
     6#### UPDATE : MAIL TEMPLATE TAG HTML - Add a plaintext versions 
     7******************************************************************** 
     8Shopping details is as below. 
     9 
     10Item Name  <b>balance</b> 
     11Item ID  <b>8711503777</b> 
     12Amount  <b>1 USD</b> 
     13Payment Method  <b>paypal</b> 
     14Status  <b></b> 
     15 
     16 
     17#### FEATURE : USE ADODB CACHING IN THE FRAMEWORK 
     18******************************************************************** 
     19a2billing.php|1: file:Class.A2Billing.php - line:763 - TIMEOUT::> 1016  : minutes=16 - seconds=56 
     20AGI Tx >> 200 result=1 
     21AGI Rx << SAY NUMBER 285 "" 
     22    -- Playing 'digits/2' (language 'en') 
     23    -- Playing 'digits/hundred' (language 'en') 
     24    -- Playing 'digits/80' (language 'en') 
     25    -- Playing 'digits/5' (language 'en') 
     26AGI Tx >> 200 result=0 
     27AGI Rx << STREAM FILE cents-per-minute ""  
     28 
     29create a mode to choose if we play in cents or in unit 
     302 dollars and 85 cents per minutes 
    631 
    732 


Google