INVITE Networks
Cisco Wsapi Bundle
This bundle provides an integration to Cisco Systems IOS UC Gateway API., (*1)
Installation
Step 1: Install vendors
To be updated., (*2)
Next, update your vendors by running:, (*3)
$ ./bin/vendors
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:, (*4)
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Invite\Bundle\Cisco\WsapiBundle\CiscoWsapiBundle(),
);
}
Examples
To be added., (*5)
Configuration
You can configure the cisco wsapi directly in your config.yml
file. Here are the defaults:, (*6)
cisco_wsapi:
general:
expanded: false
object:
max_nesting_level: 3
show_data: true
show_classinfo: true
show_constants: true
show_methods: true
show_properties: true
array:
max_nesting_level: 8
processor:
active: true
bool:
html_color: #008
cli_color: blue
float:
html_color: #800
cli_color: red
int:
html_color: #800
cli_color: red
string:
html_color: #080
cli_color: green
show_quotes: true
css:
path: /Asset/tree.min.css