getMMS Parameters: sms => ID for a specific MMS (Example: 1918) from => Start Date for Filtering MMSs (Example: '2014-03-30') - Default value: Today to => End Date for Filtering MMSs (Example: '2014-03-30') - Default value: Today type => Filter MMSs by Type (Boolean: 1 = received / 0 = sent) did => DID number for Filtering MMSs (Example: 5551234567) contact => Contact number for Filtering MMSs (Example: 5551234567) limit => Number of records to be displayed (Example: 20) - Default value: 50 timezone=> Adjust time of MMSs according to Timezome (Numeric: -12 to 13) all_messages=> Filter to recive all MMSs and SMSs, 1 recive all SMS and MMS, 0 if only need MMS, important: the sms ID must be 0 Output: Array ( [status] => success [sms] => Array ( [0] => Array ( [id] => 111120 [date] => 2014-03-30 10:24:16 [type] => 0 [did] => 8574884828 [contact] => 8577884821 [message] => hello+john [col_media1] => "https:\/\/voip.ms\/media.php?map=MTU4ODk3MDc2NDVlYjVjNTBjZTc1Yjg1ZWI1YzUwY2U3NWY1fDF8aW1hZ2UvanBlZ3xNTVM=" [col_media2] => "" [col_media3] => "" ) ) )