/
Caller Id-2482
Caller Id-2482
The CallerId Plugin is the simplest of plugins in that it simply returns the Caller ID to be displayed and pops a static URL.
The CallerID Plugin only handles Inbound calls.
To use the CallerIdPlugin in the file toolbar.xml set the class for the crm-plugin as below
<crm-plugin> <class>au.com.noojee.answerbar.server.plugin.CallerIdPlugin</class> <url>/servicemanager/HelpServlet</url> </crm-plugin>
The URL parameter will be augmented at runtime to include the caller id, extension and DID.
For example the above URL will be sent as:
/servicemanager/HelpServlet?callerId=XXXXXXXXX&exten=YYY&didNum=ZZZZZZZZ
Where:
XXXXXXXXX is the callers caller id
YYY is the extension which answered the call
ZZZZZZZZ is the DID of the number called.
, multiple selections available,
Related content
Caller Details
Caller Details
More like this
15.0 Caller Id Mapping
15.0 Caller Id Mapping
More like this
02.0 Dial
More like this
05. Tools
More like this
06. Plugins
06. Plugins
More like this
03. Configuration
03. Configuration
More like this