diff --git a/src/dial-plan/dial-plan.cpp b/src/dial-plan/dial-plan.cpp index af6146b0e..d72d48086 100644 --- a/src/dial-plan/dial-plan.cpp +++ b/src/dial-plan/dial-plan.cpp @@ -262,8 +262,7 @@ list const DialPlan::DialPlans = { {"Wallis and Futuna" ,"WF" , "681" , 5 , "00" }, {"Yemen" ,"YE" , "967" , 9 , "00" }, {"Zambia" ,"ZM" , "260" , 9 , "00" }, - {"Zimbabwe" ,"ZW" , "263" , 9 , "00" }, - {NULL ,NULL , "" , 0 , NULL } + {"Zimbabwe" ,"ZW" , "263" , 9 , "00" } }; const DialPlan DialPlan::MostCommon("generic", "", "", 10, "00"); diff --git a/wrappers/java/migration.sh b/wrappers/java/migration.sh index 7626a7745..afd282371 100644 --- a/wrappers/java/migration.sh +++ b/wrappers/java/migration.sh @@ -225,6 +225,7 @@ eval "$SED_START 's/.sendDtmf(/.getCurrentCall().sendDtmf(/g' $SED_END" eval "$SED_START 's/content.getData() == null/content.getSize() == 0/'g $SED_END" eval "$SED_START 's/lc.downloadOpenH264Enabled()/OpenH264DownloadHelper.isOpenH264DownloadEnabled()/g' $SED_END" eval "$SED_START 's/enableDownloadOpenH264(/OpenH264DownloadHelper.enableDownloadOpenH264(/g' $SED_END" +eval "$SED_START 's/mLc.destroy()/mLc = null/g' $SED_END" #Changes in library required #Tunnel