< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Hi All As previously stated I would like to use
the reciprocate SDK for the creation of a softphone. As Scott has pointed out I
don’t need the tfm sln. So I did the following I have downloaded the latest SVN revision
opened reSIProcate_8_0.sln using Visual C++ Studio 2005 Express Edition, I
immediately get the following warning: The application for project "C:doc....\resiprocate\repro\WinSetup\Setup_8_0.vdproj"
is not installed. Make sure the application for the project type (.vdproj) is
installed. I press ok then Build->Build Solution
this ended successfully as follows: ========== Build: 11
succeeded, 0 failed, 0 up-to-date, 0 skipped ========== Then I copied rutil.lib, resiproate.lib, ares.lib and
dum.lib to a folder and added that folder to the lib directories of the VC++
environment. The libs where all in debug folders so I must have built in debug
mode. Now I wanted to test the basic
call test.exe that I found in \resip\dum\test\Release usage: test.exe sip:from
user passwd realm sip:to [port] or in other words using
this client and my OpenSER server test.exe sip:9613982035@xxxxxxxxxxxxxxxxxxxxxxx
hib23424 ip.of.realm.here sip:9647902163052@xxxxxxxxxxxxxxxxxxxxx 5060 Using this example I got
till Client registered!! Then Sending
MESSAGE after that I got a Runtime Error. What I need to do is to
get a working example that helps me to understand the code better, and at the
same time to confirm that I did everything right during compilation. Thanks for any help or
hints. From:
resiprocate-users-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Ali Jawad Thanks Scott -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |