PJSip and dial plan debugging

I am using pjsip and dial plan via FreePbx and while the majority of the dial plan is working, some of my internal database calls is not working as expected. In an effort to debug the dial plan, I put in some NoOp commands so I can monitor the progress in the CLI live. My issue is I am not seeing ANY of the NoOp statements show up in the CLI screen. Our old system used DAHDI and you could see the NoOp statement with no issue. Any suggestions on how to get these NoOp statements to show up so I can debug our issue?

Sounds like you just need to add more verbosity to your CLI. Try this…

asterisk -rvvv

Here’s the wiki page on the subject.
Asterisk Wiki

Oh I have verbose level at 10.

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