Author |
|
mr.Hyde Intermediate
Joined: October 31 2007 Location: Poland Posts: 4
|
Posted: October 31 2007 at 6:56am | IP Logged
|
|
|
Hi All,
I have downloaded trial licence - API looks great.
But at first i need to know those 3 things:
1. Is possibile to set 'Use MFC in a Shared DLL' in Visual Studio and include LMEVoip.lib ? ( actually i have an liker errors - conflict with standard libraries )
2. How to setup sample SingleLine phone to work with asterisk as standard SIP peer ?
3. We have big callcenter project - we want to integrate Your software to our IVR. Is possible to get some trial licence for longer than 30 days - we need to pass many tests and developing process takse a long and we dont want to buy licences if they will not work properly under big load - so we need to make many tests.
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: October 31 2007 at 8:54am | IP Logged
|
|
|
Hi Hyde,
Thank for posting to this support forum.
Item 1:
Yes you can use the VOIP Media Engine with your MFC app. You can either statically link in your MFC support or dynamically link to your MFC support. It does not matter.
The VOIP Media Engine is completely self contained. All you should have to do is add the include file (SipTelephonyApi.h) to your source code and link to the static import library (LMEVoip.lib) for the media engine DLL (LMEVoip.DLL). You should not get any MFC conflicts by linking in the media engine LMEVoip.lib import library.
Item 2:
Using the media engine single line phone sample app with asterisk should be simple. We configured the sample app and used it here in our lab with Asterisk. Here is the configuration dialog for our single line phone:
Item 3:
We can get you a trial that lasts longer that 30 day. Not a problem. What I would suggest to you is use what you have at this point and in a month request another tial from us via email. Send your request to supportgroup ‘at’ lanscapecorp.com. Very soon we will be releasing an updated product that you should use for your testing. The upcoming version performs better than the trial version you have and fixes quite a number of issues.
Thanks,
Support
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: October 31 2007 at 8:57am | IP Logged
|
|
|
By the way, just for grins, we tested linking the media engine with MFC dialog based apps for VS2003 and VS2005 and all looks ok. The dialog based test apps dynamically linked to MFC.
Support
|
Back to Top |
|
|
mr.Hyde Intermediate
Joined: October 31 2007 Location: Poland Posts: 4
|
Posted: October 31 2007 at 9:54am | IP Logged
|
|
|
Hi,
Thanx for reply - i will.
1. My fault
2. Its working
3. I will wait for release
Thanx Very Much
RD
|
Back to Top |
|
|
mr.Hyde Intermediate
Joined: October 31 2007 Location: Poland Posts: 4
|
Posted: October 31 2007 at 9:57am | IP Logged
|
|
|
Oh i Found why it wont compile
Spectrum.lib - has static link to Mfc Dll - its problem
|
Back to Top |
|
|