Command

From FusionPBX
Revision as of 11:41, 18 October 2010 by JCATS (talk | contribs) (Created page with "Allows you to interactively submit: <br/> '''Shell''' ( any shell command supported by your operating system ) ,<br/> '''PHP''' ( any php command supported by your php interpre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Allows you to interactively submit:
Shell ( any shell command supported by your operating system ) ,
PHP ( any php command supported by your php interpreter ) and
FreeSWITCH ( any FreeSWITCH api command available on FreeSWITCH CLI ) commands to your server.

Ex: Advanced/Command:


Shell command: uname
PHP command: echo "Hello from FusionPBX";
Switch Command: reloadxml


The Output will be:


shell command:

Linux

php command:

Hello from FusionPBX

switch command:

+OK [Success]