Changeset 658
- Timestamp:
- 04/24/08 10:18:40 (7 months ago)
- Files:
-
- branches/1.3/a2billing.conf (modified) (1 diff)
- branches/1.3/A2Billing_UI/lib/Form/Class.FormHandler.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/a2billing.conf
r636 r658 178 178 179 179 ;Allowed Codec, ulaw, gsm, g729 180 ; use multi value without spaces : "gsm,ulaw,g729" 180 181 sip_iax_info_allowcodec = g729 181 182 branches/1.3/A2Billing_UI/lib/Form/Class.FormHandler.inc.php
r451 r658 1528 1528 1529 1529 $type = FRIEND_TYPE; 1530 $allow = FRIEND_ALLOW;1530 $allow = str_replace(' ', '', FRIEND_ALLOW); 1531 1531 $context = FRIEND_CONTEXT; 1532 1532 $nat = FRIEND_NAT;
