Difference between revisions of "Asteriks Integration"
From Opentaps Wiki
Jump to navigationJump to searchm (Protected "Asteriks Integration": Sysop page [edit=sysop:move=sysop]) |
|||
| Line 1: | Line 1: | ||
| − | + | opentaps can integrate [http://www.asterisk.org asterisk system] which allows your users to click-to-call or pop customer inforamtion on calling in. If you would like to use this feature, edit the file hot-deploy/opentaps-common/config/asterisk.properties and change the settings to the following fields: | |
| + | |||
| + | <pre> | ||
| + | # if enable asterisk support | ||
| + | asterisk.enabled = N | ||
| + | # asterisk server host ip | ||
| + | asterisk.host = 192.168.0.99 | ||
| + | # asterisk manager username,defined in /etc/asterisk/manager.conf | ||
| + | asterisk.username = asteriskuser | ||
| + | # asterisk manager password | ||
| + | asterisk.password = password | ||
| + | # out dial prev code | ||
| + | asterisk.outbound.prev = 9 | ||
| + | </pre> | ||
Latest revision as of 06:08, 24 November 2008
opentaps can integrate asterisk system which allows your users to click-to-call or pop customer inforamtion on calling in. If you would like to use this feature, edit the file hot-deploy/opentaps-common/config/asterisk.properties and change the settings to the following fields:
# if enable asterisk support asterisk.enabled = N # asterisk server host ip asterisk.host = 192.168.0.99 # asterisk manager username,defined in /etc/asterisk/manager.conf asterisk.username = asteriskuser # asterisk manager password asterisk.password = password # out dial prev code asterisk.outbound.prev = 9