12. March 2012 13:06
Filed Under(TelephoneIntegration 2011) By pkorosec
You can start TAPI Test Tool by two ways:
- go to installation path where your TI client is installed and start PTM.TI.TAPI2CallOut.exe

After start you must choose your TAPI line and press "Next". If your TAPI line is not seen, then check that your TAPI driver is properly installed.

Now you must make an incoming call to your TAPI line. At best you try with an external number (from your cell phone).

After accepting the incoming call by your TAPI phone device, end the call, press "Next" and make one outgoing call back to your cell phone. Accept the call by your phone call if ringing.

After accepting the outgoing call by your cell phone, end the call, go "Next" and Email the content of your TAPI testing to support@mscrm-addons.com.
Normally, there should be logging information by incoming and outgoing calls. If not, then you must check with your TAPI administrator that you have no lack in access/monitor rights to your TAPI line.
2. March 2012 13:46
Filed Under(TelephoneIntegration 2011) By pkorosec
If the calling/called phone number is stored in CRM, then the number should be resolved to the corresponded CRM record. If the number does not resolve, then check if the number is stored in the "MSCRM-ADDONS.com CTI CallInfos" entity. For that go into Advanced Find

where we searched the number 31668088036. By pressing Results button we must get at least one found record. In the phonenumber collumn we see the full canonical format of the number with country code.
If we did not find the number in advanced Find, then check your fields.xml setting if the number is stored in the choosen entity / searchfields.
For example ... if the number is stored in Contact entity under mobilephone field, then mobilephone field must be in fields.xml setting under <contact><searchfields>telephone1,telephone2,mobilephone,...</searchfields>
Delete the phone number in Mobile Phone field (for now we assume, that mobilephone field is in <searchfields> content and then store the number again under Mobile Phone field. Go back in Advanced Find and check the phonenumber in MSCRM-ADDONS.com CTI CallInfos entity. The number should now be stored in that entity in its full canonized form. If not, then something can be wrong with CRM Asynchronous services. Check if those services are running.
If AdvancedFind return at least one record, matching our number, then something is wrong with TI client. Check that the calling party phone number is not an internal number. If it is not, activate debugging and make one incoming or outgoing calll with that number and send us the generated log file.
Remember that shorter the log file, sonner can developer find the essential data to solve the problem.
18. January 2012 11:56
Filed Under(CRM 2011 | DocumentsCorePack 2011 | TelephoneIntegration 2011) By ckokely
Starting with version 5.23 / TI and version 5.19 / DCP in combination with LicenseManager 5.2 the ribbonButtons will be disabled on perUser licensing, if the user is having the acccess flag for the product set to no.
Licensemanager 5.2 creates a new setting, "IsPerUserLicense" with value true|false when importing a licensekey.
Based on this setting being true and the Users access flag (perUserLicensing[Product]) the button will be disabled.
The funtionality is requiring general solution v46.0
30. November 2011 12:57
Filed Under(CRM 2011 | DocumentsCorePack 2011 | TelephoneIntegration 2011) By mwilhelmer
In some cases you may be asked to create a new settings key for one of our products. Mostly if we have developed a customization for you or should a special configuration be necessary.
Please follow the six easy steps below to create a new key.
More...
28. November 2011 12:35
Filed Under(TelephoneIntegration 2011) By pkorosec
CTI2011 TAPI wrapper needs a TAPI driver that is suitable to your Phone PBX server. Each PBX phone-system vendor has its own TAPI driver. Out TAPI wrapper has not an active role on the tapi lines, he is just a passive listener to tapi driver events and eventually he triggers them in case of outgoing calls and accepting the incoming offers.
To make sure that you have a valid TAPI driver installed, you should be able to use it with windows dialer.exe. If you cannot use dialer.exe over your TAPI line, then CTI2011 TAPI wrapper will also not be possible.
Go to start and run telephon.cpl and add your TAPI driver and also configure it to your needs.
Then go to start and run dialer.exe . You should be able to make a successful outgoing call by using your TAPI line. Call your personal cell phone and if your cell phone rings, then the TAPI driver seems to be ok.
Install TI2011 client and during the installation activate the TAPI layer with corresponding TAPI line. If it seems that the TI2011 client is not working correctly (the call direction is not correct), please go to mscrm-addons homepage under Download section and install a free TAPI Test Tool. Although the TAPI driver seems to make an outgoing call and accept an incoming call, it can however use its special way. Start the TAPI Test tool and make a test by making first an incoming call and then an outgoing call. Please copy the content of events for each action and send it to support@mscrm-addons.com. So we will see which events are passed from TAPI driver by making an outgoing call and which event for getting an offering and accepting the call.
28. November 2011 12:30
Filed Under(TelephoneIntegration 2011) By pkorosec
If you can make a succesfull outgoing call from CTI client, but not from CRM entity out, then check the IExplorer Security Options, if your CRM server is include into the Trusted Sites Zone.
If it is and it still not seems to triggers any reaction, please activate debugging, erase all existing logs and try an outgoing call from CRM entity out and send us the log file.
28. November 2011 11:44
Filed Under(TelephoneIntegration 2011) By pkorosec
For an Entity or Phone Call activity to be open by incoming/outgoing phone call, first the phone number needs to be resolved.
1. Check your Behaviour settings of the CTI2011 client. Right click on tray icon and choose Settings. Are the checkboxes for opening Entity and phone call activity set for outgoing calls?
2. Check that the phone number can be resolved in your CRM http://blogs.mscrm-addons.com/post/2012/03/02/CTI-does-not-resolve-phone-number.aspx
3. Is the outgoing number as long as the Behaviour setting "minimum number digit length to enable processing" ?
4. If all this settings are correct, enable debugging, make an outgoing call from with a crm number and send us the log file, with the fields.xml file and the picture of Behaviour settings.
25. November 2011 14:48
Filed Under(TelephoneIntegration 2011) By pkorosec
The CTI supports only one call at the moment. However by transferring existing calls to the third party, it can happen that some session is not correctly closed. You can compare that with a broken Lync conversation. Right click on the CTI Toolbar icon and click “Drop calls and reset” then try to make an outgoing call from the CTI client.
If the problem still exists, try to completely shut down the CTI client, shut down all left Lync / OCS conversations and open the CTI client again. If problem still exist, please contact the mscrm-addons support team (look the chapter Contact) and send the appropriate log file.
Also please check if you can make a call through your official Lync client or MOC client.
25. November 2011 14:36
Filed Under(TelephoneIntegration 2011) By pkorosec
fields.xml settings are Server-side CRM settings.
On your CRM site go under Settings and then chose Extensions / MSCRM-ADDONS.com Products the item TelephoneIntegration.
Then go into SettingKeys

and there you have the fields.xml value. Do not change it manually, except you know exactly what you do. To change this setting, use Telephone Integration Server Configuration Tool.
11. November 2011 09:58
Filed Under(DocumentsCorePack 2011 | TelephoneIntegration 2011) By jelliott
This blog is on how to install our Documents Core Pack and Telephone Integration addon for CRM 2011 Online. When using CRM 2011 Online it is important that the server part of the addon is installed some where on your network. This can be installed locally on a PC or anywhere else on one of the supported operating systems (listed below). Following steps explain how to install the server part of Documents Core Pack and Telephone Integration on your system. Both client and server must be installed!
How to install TI for CRM 2011 Online:
- Download the TI package for CRM 2011 (The install package is for Online and Onpremise).
- Copy the Server installer to the correct PC and start the setup.
- Please configure TI according to our Server install guide.
- Open the license manager and upload the license key.
Server part installation requirments:
Microsoft .NET Framework 4.0
Supported Operating Systems:
Windows 7 32/64bit
Windows Vista 32/64bit
Windows Server 2008 32/64bit
Windows Server 2008 R2 32/64bit
The server part installation is vital for the configuration of DCP and TI.
The client part is installed locally.
How to install DCP for CRM 2011 Online:
- Download the DCP package for CRM 2011 (The install package is for Online and Onpremise).
- Copy the Server installer to the correct PC and start the setup.
- Please configure DCP according to our Server install guide.
- Open the license manager and upload the license key.
Please contact us under: support@mscrm-addons.com or +433166808800 should you have any further questions.