Hi all !
Good evening.
I have a problem with my dialplan.
In one context, I have several pattern defined. All of them terminated with Hangup().
2 of them are triggering correctly the h extension after hangup but the last one isn’t.
There is nothing special about this third pattern and when adding a NoOp before Hangup, I see that this last function is executed…
The 3 patterns are using Gosub (always terminated with Return()). The one that is not reaching the h is calling several Gosub “in cascade” but that’s the only difference…
Any idea on the issue ?
I could try with hangup handler but I would like to understand the issue.
Thanks in advance for your help !