Fixed issue with dialplan at runtime

This commit is contained in:
Sylvain Berfini 2017-10-16 12:08:42 +02:00
parent d8e2c6c687
commit 454e14d794
2 changed files with 2 additions and 2 deletions

View file

@ -262,8 +262,7 @@ list<DialPlan> 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");

View file

@ -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