Integration

Ishan Vaishanavi i.vaishnavi at cwi.nl
Wed Nov 21 04:31:14 CET 2007


This is probably a very basic question. I am trying to compile the file 
minisipExample.cxx in the directory

/home/Ishan/minisip/trunk/minisip/minisip

using gcc.

For obvious reasons it gives me linking errors,
minisipExample.cxx:(.text+0xa9): undefined reference to 
`MinisipTextUI::MinisipTextUI()'
.....

and many more.

What and how do I have to link it to ?

Ishan

Erik Eliasson wrote:
> Hi,
>
> There is no good API documentation. There are bits it many places:
>  . compile documentation using the script called builddocumentation.sh 
>  . on specific features, check the publications part of minisip.org, and
>    least, but not last
>  . the code itself.
>
> Minisip is designed so that it should be pretty easy to integrate into
> other applications. You communicate with libminisip by sending and
> receiving CommandString objects.
>
> We have two implementations of user interfaces using libminisip. Perhaps
> the simplest one is the TextUI one that implements all code to
> communicate with the libminisip softphone library in a single file. That
> code is in
>   trunk/minisip/minisip/gui/textui/MinisipTextUI.cxx
>
> BW,
> Erik
>
> On Wed, 2007-10-31 at 17:27 +0100, Ishan Vaishnavi wrote:
>   
>> Hello,
>>
>> I wanted to know if there is API documentation anywhere. I wanted to
>> integrate miniSIP with our media player, (www.ambulant.org). So that it is
>> possible to make video calls etc or set up media streaming sessions.
>>
>> Any help to this regard will be appreciated.
>>
>> Ishan
>> _______________________________________________
>> Minisip-devel mailing list
>> Minisip-devel at minisip.org
>> http://lists.minisip.org/mailman/listinfo/minisip-devel
>>     
>
> _______________________________________________
> Minisip-devel mailing list
> Minisip-devel at minisip.org
> http://lists.minisip.org/mailman/listinfo/minisip-devel
>   



More information about the Minisip-devel mailing list