Author |
|
ajay__soni Intermediate
Joined: December 01 2007 Location: United Kingdom Posts: 19
|
Posted: July 31 2008 at 4:11pm | IP Logged
|
|
|
Hi,
I've just got a trial license, compiled and tested the C# sample VoipMediaEngineConsoleTest. Works fine.
I would like to see if it works on our test server. When I deploy .NET, VC redist and run the sample binaries (after changing the IP and hostname) I get the following error:
ERROR = SipCallFailure, StartSipTelephony() Error.
Have you any ideas why I can't get the sample working?
Thanks
Ajay
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: July 31 2008 at 5:26pm | IP Logged
|
|
|
Hi Ajay,
Thanks for your post.
If you are testing the media engine app on other machines that do not have the media engine development product image (trial or normal) installed, it may be due to how you are initializing the media engine.
Locate in your test app where your code calls the InitializeMediaEngine() API procedure and make sure that you pass this API proc your “redistribution code” as the first parameter. The “redistribution code” will allow the media engine to run on all machines even thought the media engine development product image his not installed.
The “redistribution code” can be located in the HTML license file that came with the trial.
Repost if this info does not help.
Support
|
Back to Top |
|
|
ajay__soni Intermediate
Joined: December 01 2007 Location: United Kingdom Posts: 19
|
Posted: July 31 2008 at 6:01pm | IP Logged
|
|
|
Fantastic. Works great.
Thank you
Ajay
|
Back to Top |
|
|