-
Added include file in voipcall.module otherwise we will get undefined function error for functions declared in inc files. t() doesn't accept NULL as 2nd param anymore, pass empty array instead.
-
Fixed exception error in voipcall.module
-
Merged D6 _voiptwilio_file_save_upload()
-
Removed filefield function field_file_save_file() and replaced with custom_voiptwilio_transfer_file
-
Ported D6 db_query to db_select.
-
Removed static methods not needed anymore.
-
Added TODOs
-
Merge branch '6.x-1.x' of git.drupal.org:project/voipdrupal into 6.x-1.x
-
Removed unnecessary code. Fixed variable delete bug in voip.install
-
Converted db_query into D7 format in voipscriptui_voipscript_get_script_names() Added missing feature from D6 to Check that VoIP Script code is safe before running eval