AudioCodes MP-114 Demo Toolkit for OCS
AudioCodes has published the instructions for a demo setup along with the necessary ini file for use with the device. I use the AudioCodes MP-114 in my personal lab and will document its configuration in the next deploy series posting (planned for second week of Jan).
Please do note that this is not a currently supported gateway for an enterprise deployment of OCS 2007.
Update Jan 7, 2008: One of my peers has already begun testing the ini and shared the following with me, thanks Andrew.
I got it working in my home lab except for pstn calls. Prob seems to be this IP->tel routing rule which strips off 9 digits before handing off to PSTN:
- NUMBERMAPIP2TEL = +1,9,$$,$$,$$,$$,*,$$,*
In my case, replacing w/ these two rules worked so possibly a mistake in demo ini?
- ; Strip +1 and area code for local PSTN calls
- NUMBERMAPIP2TEL = +1925,5,$$,$$,$$,$$,*,$$,*
- ; strip + for long distance PSTN calls
- NUMBERMAPIP2TEL = +1,1,$$,$$,$$,$$,*,$$,*
Comments
- Anonymous
January 01, 2003
PingBack from http://geeklectures.info/2008/01/01/audiocodes-mp-114-demo-toolkit-for-ocs/