Re: [OpenSIPStack] opensipstack compile error - SIPTransactions
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-11-25 14:22:14
|
voice wrote: > This creates obj_linux_x86_r and obj_linux_x86_d. What are there 2? Whats > the difference between the 2? > obj_linux_x86_r -> release version obj_linux_x86_d -> debug version > Also created are 2 XML's One is called sip-trunk.conf.xml, which looks like > a template to cut and paste into web admin screen. > It would be easy to know. check the content of Version.h in OpenSBC. if you see the revision number is 39, then you got the latest #define SBC_MAJOR_VERSION 1 #define SBC_MINOR_VERSION 1 #define SBC_BUILD_NUMBER 5 #define SBC_REVISION_NUMBER 39 you can also run ./opensbc --version to check the version of the binary > but i don't see the send-reg="no". Is this something i should add or am i > still not getting the correct opensbc version> > > I did update the xml template to include send-reg in the sample account. So there is a big chance you got the wrong version. Joegen |