mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fixed issue with dialplan at runtime
This commit is contained in:
parent
d8e2c6c687
commit
454e14d794
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue