Drop the [from-internal-custom] _X. catch-all that broke softphone calls

Fixkamo-asterisk-support
Shipped
April 27, 2026 at 5:33 AM UTC
Author
Kamo
Commit
93d7869

The catch-all exten => _X.,1 in [from-internal-custom] was intercepting every internal dial — softphones started reporting "phone is not registered" / calls would not place — because Goto(from-internal,${EXTEN},1) wraps back through includes that re-include from-internal-custom, which Asterisk treats as broken/recursive on certain dial paths. The two predial-hook contexts **************** and macro-exten-vm-predial-hook) are FreePBXs documented hook points and exit cleanly with MacroExit() — they don't alter the dial flow, only add a side-effect MixMonitor() per channel. That's what the project spec called for; the from-internal-custom block was an over-reach.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing