Freepbx core 17.0.10

Problem:
Update to the newest Core-Version 17.0.10 caused malfunction of outside dial. No call coud be put through to the trunk.

Background:
German Telekom requires the use of fully qualified telephone numbers. In this case they have to start with the ‘+’ sign.
The newly introduced subroutine ‘trunk-dial-with-exten’ begins with dial pattern ‘_X.’ which does not match the ‘+’ sign.

Workaround:
I have introduced my own subroutine ‘trunk-dial-with-exten-custom’ which begins with dial pattern ‘_.’ and solved any malfunction concerning outside dial.
Perhaps it would be a good idea to change the dial pattern from ‘X.’ to '.’ by default.

Issues should be filed on Github at GitHub - FreePBX/issue-tracker: The unified FreePBX issue tracker.

This issue has been fixed with core V17.0.12, give a try with latest version.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.