Custom CONNECTEDLINE text is overridden by default call handling

I’m trying to configure a custom CONNECTEDLINE text for display on my phones in extensions_custom.conf [macro-dialout-trunk-predial-hook], for calls that match certain conditions (tested using ExecIf). In the call logs, I can see CONNECTEDLINE being set correctly to my configured custom text for the desired calls, but the problem is that [macro-dialout-trunk-predial-hook] is called before the default call handling in extensions_additional.conf, which then resets CONNECTEDLINE again and overwrites my custom text.

How can I prevent my custom CONNECTEDLINE from being overwritten by the default CONNECTEDLINE in extensions_additional.conf?

Thanks!

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