Communication System (VA048_)

Version

Date

Included

Version

Date

Included

2.0.2.0 

Mar 9, 2023

1. Rebuild the module with updated NuGet Packages and done necessary code changes to make compatible with Vienna Advantage Framework version 5.0 and above. 

Note:- This version and all future versions of this module will be compatible with Vienna Advantage Framework version 5.0 and above. If you are using Vienna Advantage Framework 4.X.X.X then, do not install this version.  

1. Phone number parser issue fixed. 

1.0.9.0 

Dec 14, 2021

1. Fixed some minor bugs.

1. Added functionality for Lead beside Business Partner so that if the caller or callee is Lead the call log can be shown in the History window of that Lead. 

2. Added support for Postgre database. 

3. Some performance enhancements in the code such as sending less queries to database. 

1.0.8.0 

Nov 17, 2021

1. Twilio VoIP integration 

2. Integration with mobile app 

3. Both incoming and outgoing calls are working

Visit this Document – V2 Communication System (VA048)(Mobile)  (Web view) for more information. 

After updating the module, dependent assembly (inside <assemblyBinding>.........................</assemblyBinding> tags) needs to be updated in web.config as mentioned below: 

 

<dependentAssembly> 

        <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" /> 

        <bindingRedirect oldVersion="0.0.0.0-5.1.5.0" newVersion="5.1.5.0" />   </dependentAssembly>

     <dependentAssembly> 

        <assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" /> 

        <bindingRedirect oldVersion="0.0.0.0-5.1.5.0" newVersion="5.1.5.0" />      </dependentAssembly> 

 <dependentAssembly>

        <assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" /> 

        <bindingRedirect oldVersion="0.0.0.0-1.1.5.0" newVersion="1.1.5.0" /> 

</dependentAssembly>