Changeset 658

Show
Ignore:
Timestamp:
04/24/08 10:18:40 (9 months ago)
Author:
areski
Message:

allow codecs for peer friends : no spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/a2billing.conf

    r636 r658  
    178178 
    179179;Allowed Codec, ulaw, gsm, g729 
     180; use multi value without spaces : "gsm,ulaw,g729" 
    180181sip_iax_info_allowcodec = g729 
    181182 
  • branches/1.3/A2Billing_UI/lib/Form/Class.FormHandler.inc.php

    r451 r658  
    15281528                         
    15291529                        $type = FRIEND_TYPE; 
    1530                         $allow = FRIEND_ALLOW
     1530                        $allow = str_replace(' ', '', FRIEND_ALLOW)
    15311531                        $context = FRIEND_CONTEXT; 
    15321532                        $nat = FRIEND_NAT; 


Google