I’m using Dial like this
n,Dial(PJSIP/+12345@trunk,300,G(pre-bridge^s^1),b(pre-dial^s^1)
It goes into the G() paths but does not execute b() at all according to the logs. If i remove G() it successfully runs b().
Is it supposed to be possible to combine these?
I’m using b() to add a header on the outbound Dial. Is there another way of doing that?
G() is used to play audio to both parties before bridging them together.