Author |
|
Paul Intermediate
Joined: August 26 2008 Location: Australia Posts: 3
|
Posted: August 26 2008 at 8:27pm | IP Logged
|
|
|
I copied my LanScapeVME.C file into the Software Examples\Microcode directory but the examples come up and say that a fatal error has occured and asks me to make sure that the file is there.
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: August 27 2008 at 11:30am | IP Logged
|
|
|
Hi Paul,
Thanks for your post.
I wish we could do away with the licensing checks. It’s a pain. If we don’t have the licensing, people just steal the product. Its too bad.
Not sure what the issue could be. Did you try rebuilding the sample apps?
If you rebuild the apps, be sure to also pass the "redistribution code" from the CustomerLog.html file to the InitializeMediaEngine() proc.
Something like:
Code:
status = InitializeMediaEngine(
(void *)"1c2e4825dd806b3b82fc1bf4c6a89f710b952ef248643fb947f7a8d9091b21556651287aca1714e2c8e1e178c6eb815df12769599705031e122fd9e3c626f718",
0
);
|
|
|
That should allow your sample code to execute.
Repost if you still have troubles.
Support
|
Back to Top |
|
|
Paul Intermediate
Joined: August 26 2008 Location: Australia Posts: 3
|
Posted: August 27 2008 at 11:46pm | IP Logged
|
|
|
Hi,
I have compiled the simple console app and when I execute I can see that the StartSipTelephony call is returning SipCallFailure. I have also set the IpAddressOfThisHost to the value of my machine.
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: August 28 2008 at 8:18am | IP Logged
|
|
|
Hi Paul,
We will re-verify that the media engine product trial image is working here. Maybe we made a mistake somewhere and messed up something.
If you can, please send us the “LanScapeVMECoff.obj” file image via email. We need to check the license info in that file. Send it to “Info” at the lanscapecorp.com domain.
You are using a media engine trial product image – right?
We will repost when we complete our testing.
Thanks Paul,
Support
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: August 28 2008 at 3:00pm | IP Logged
|
|
|
Paul,
Thanks for waiting for this post. We screwed up. The license files you have will not work with your trial image. Sorry for wasting your time. Dohhhh!
We will email you a ZIP archive that contains updated license file images that will work.
Note:
The trial product image is a bit old. We are working to update it to the latest media engine version.
If you would like to get the very latest media engine build, post back to this forum thread and we will make it available via support FTP download. There are lots of new capabilities, fixes and cool stuff. One such capability your VOIP apps can enjoy from the latest version is fully integrated in-band and RFC2833 DTMF, multi-core execution enhancements and audio playback improvements.
Let us know what you want to do.
Thanks mate, :)
Support
|
Back to Top |
|
|