Multiple pre-dial handlers

Hi,
Is there any way to call multiple pre-dial handlers using flag “b” with dial application? I mean
Dial(PJSIP/111,b(predial_handler1^1^1)b(predial_handler2^1^1)))

No. You can only specify a single pre-dial handler.

While you can only specify ONE handler, nothing prevents you from making a handler that calls every other handler you want to call.

1 Like

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