FreePBX cuts of the first 4 digits of a number when dialing out

I’m using FreePBX 16.0.21.9

I set up a SIPGATE connection. When I try to dial out the first for digits of the outgoing number are removed.

19546[2023-01-28 14:26:14] VERBOSE[26186][C-0000001e] pbx.c: Executing [[email protected]:36] Dial(“PJSIP/38-00000036”, “PJSIP/[email protected]_127228,300,Tb(func-apply-sipheaders^s^1,(2))U(sub-send-obroute-email^9669239^01729669239^2^1674915974^Sara^38)”) in new stack

The 0172 is removed from the number to be dialed 01729669239

The number is likely being modified by the selected Outbound Route or Trunk.

Look at the Dial Patterns for the Outbound Route. If the number dialed matches a pattern with anything in the prefix field, the digits matching the prefix pattern will be removed, before prepending anything in the prepend field. The result is then sent to the trunk(s).

In the Trunk, if you have any Dialed Number Manipulation Rules (usually you wouldn’t), then a matching rule with a non-empty prefix field will also cause digits to be deleted.

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