Comments for baresip
07 Jun 2012 15:55
I have the same problem with X11 when building 0.4.1 Anything else that needs to be installed too before "make"?
03 Apr 2012 14:05
I am trying to build Baresip on Mac OSx Lion and I am getting this error:
ld: library not found for -lX11
collect2: ld returned 1 exit status
make: *** [x11.so] Error 1
Can you please post what is the solution to this problem... (libre and librem are already built)...
04 Aug 2011 15:19
I registered in sipnet.ru. What sip provider I can use to test the INVITE command? Is it possible to see communication between the server and baresip in the logs? Thanks.
01 Aug 2011 22:42
incoming call is supported, please check if the inbound INVITE is arriving
at the client. which SIP server and/or provider are you using? please contact
me directly for assistance.
/alfred
23 Jul 2011 16:44
It's a only sip client I could install and run on my DLink with openwrt. But I couldn't configure it to receive incoming calls. Is it not implemented yet? The same issue is on my PC. What parameters shoud I set? Thanks.
you must add path libX11.dylib, in baresip/modules/x11/module.mk add:
$(MOD)_LFLAGS += -L$(SYSROOT)/X11/lib -lX11 -lXext