OpenSIPS / opensips-cp

A Web Control Panel Application for the OpenSIPS, which is intended for both system and user provisioning. It features more than 18 tools, covering important functionalities (MI,statistics) and modules (acc,siptrace,drouting,dialplan) of OpenSIPS.
GNU General Public License v2.0
113 stars 78 forks source link

Fix warnings and notices related to smonitor tool #227

Closed airineidaniel23 closed 2 years ago

airineidaniel23 commented 2 years ago

Fixed various warnings and notices related to smonitor tool and the settings engine. Mostly start using the isset() function instead of checking the variable directly, and initialize them properly.