2007-11-28 * makeneworder Added new option: 'period', to order DIDs for more than 1 month. Valid values are: 1, 3, 6, 12, 24 months. Invalid values will be replaced to default: 1 month. * get_dids_details Added did_price. The price is for resellers only, from the store. * new_order_renew Bug (1342) fixed. Now it will renew only active and valid service. * Added new function: cancel_order. Will cancel any pending orders. Sandbox does not support this function. The new function will integrated soon. 2007-11-20 * Added new function: change_mapping - Change mapping for provided DID number * Updated code samples and documentation for all languages 2007-04-20 * buildMapping. Added new option add_did (0 - no (default), 1 - yes). The default format for URI is PROTOCOL/IPADDRESS. When add_did = 1 the format of URI will be PROTOCOL/IPADDRESS/DIDNUMBER. The buildMapping function can be used with params as before, the add_did will be always 0 (do not add did number to URI) 2007-04-16 * neworder. Added option to control autorenew. 0 - Disable autorenew for new order 1 - Enable autorenew for new order The old format, without new option (autorenew) can be used as before. In this case, the auto-renew will be always enabled. * Mapping. If the Default mapping configured at didww.com, all new DIDs will be mapped to Default mapping automaticaly. The buildmapping function can be ignored, to leave DID mapped to default mapping. The issue with URI mapping now fixed. After configuring URI mapping, the DID number will append to URI string. * Added new functions: get_region_details - Get region details get_did_details - Get DID details order_autorenew_status - Change auto-renew status. (0 - Disable, 1 - Enable) new_order_renew - Renew DID did_cancel - Cancel DID * Updated code samples and documentation for PHP 2007-03-01 * neworder. Fixed bug with uniq when using as integer. Should be used as string 2006-05-01 * DID World Wide Web Service alpha version