Flavio Perez | 3 Aug 2009 22:34

files missing in the SVN project

Hi everyone,

 

 

I am new in this technology and download the current project from:

 

http://scm.sipfoundry.org/viewvc/sipX/main/

 

Also follow up the steps for compile it using VS 2003, the problem that I’m facing right now, is that every time that I try to compile the compiler send me an error that the headers and other files from the project  sipXmediaLib are missing, ergo, the compilation fail.

 

Any suggestions?

 

 

Also I downloaded an set of precompiled libraries and an example application (PlaceCall) but documents refer to link that are not longer valid.

 

Could someone give me an advice?

 

 

Best regards,

Flavio Pérez Carreto

Dextra Technologies

 

 

_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
Alexander Chemeris | 4 Aug 2009 10:13
Favicon

Re: files missing in the SVN project

Hi, Flavio

Well, first you should check that sources have been downloaded
completely. It would be reasonable if some files are missing in case
of aborted download. You may run 'svn up' in the top-level project
directory - if it says 'At revision XXX', then everything is downloaded
ok and is at latest version. If it starts downloading something, then
it was missing or has been updated.

If this does not help, we need more information about the compilation
error you're seeing. In general it is highly recommended to copy-paste
exact errors to the mail when you report problems, because words
are often too fuzzy when describing what happens. ;)

On Tue, Aug 4, 2009 at 00:34, Flavio Perez<fperez <at> dextratech.com> wrote:
> Hi everyone,
>
>
>
>
>
> I am new in this technology and download the current project from:
>
>
>
> http://scm.sipfoundry.org/viewvc/sipX/main/
>
>
>
> Also follow up the steps for compile it using VS 2003, the problem that I’m
> facing right now, is that every time that I try to compile the compiler send
> me an error that the headers and other files from the project  sipXmediaLib
> are missing, ergo, the compilation fail.
>
>
>
> Any suggestions?
>
>
>
>
>
> Also I downloaded an set of precompiled libraries and an example application
> (PlaceCall) but documents refer to link that are not longer valid.
>
>
>
> Could someone give me an advice?
>
>
>
>
>
> Best regards,
>
> Flavio Pérez Carreto
>
> Dextra Technologies
>
>
>
>
>
> _______________________________________________
> sipxtapi-dev mailing list
> sipxtapi-dev <at> list.sipfoundry.org
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>

--

-- 
Regards,
Alexander Chemeris.

SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
Flavio Perez | 4 Aug 2009 23:31

Re: files missing in the SVN project

Hi Alexander,

 

I already double check the download process and now I am sure that I have the correct and complete version.

 

This is the list of error that I get after compile the project sipXtapi.sln. Having the PlaceCall project or sipXezPhone project the result is similar.

 

 

 

Thank you so much for your support

 

 

4>------ Rebuild All started: Project: libamrnb, Configuration: Debug Win32 ------

4>Deleting intermediate and output files for project 'libamrnb', configuration 'Debug|Win32'

3>Compiling...

4>Compiling...

3>anaFilter.c

4>interf_dec.c

4>c1 : fatal error C1083: Cannot open source file: '.\interf_dec.c': No such file or directory

4>interf_enc.c

4>c1 : fatal error C1083: Cannot open source file: '.\interf_enc.c': No such file or directory

3>constants.c

4>sp_dec.c

4>c1 : fatal error C1083: Cannot open source file: '.\sp_dec.c': No such file or directory

4>sp_enc.c

3>createCB.c

4>c1 : fatal error C1083: Cannot open source file: '.\sp_enc.c': No such file or directory

4>Generating Code...

4>Build log was saved at "file://c:\Proyectos\sipx\main\sipXmediaLib\contrib\libamrnb\Debug\BuildLog.htm"

4>libamrnb - 4 error(s), 0 warning(s)

 

 

 

6>Deleting intermediate and output files for project 'libamrwb', configuration 'Debug|Win32'

6>Compiling...

5>Compiling...

5>nb_celp.c

6>dec_acelp.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_acelp.c': No such file or directory

6>dec_dtx.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_dtx.c': No such file or directory

6>dec_gain.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_gain.c': No such file or directory

6>dec_if.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_if.c': No such file or directory

5>quant_lsp.c

6>dec_lpc.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_lpc.c': No such file or directory

6>dec_main.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_main.c': No such file or directory

6>dec_rom.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_rom.c': No such file or directory

6>dec_util.c

5>sb_celp.c

6>c1 : fatal error C1083: Cannot open source file: '.\dec_util.c': No such file or directory

6>enc_acelp.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_acelp.c': No such file or directory

6>enc_dtx.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_dtx.c': No such file or directory

6>enc_gain.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_gain.c': No such file or directory

6>enc_if.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_if.c': No such file or directory

>enc_lpc.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_lpc.c': No such file or directory

6>enc_main.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_main.c': No such file or directory

6>enc_rom.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_rom.c': No such file or directory

6>enc_util.c

6>c1 : fatal error C1083: Cannot open source file: '.\enc_util.c': No such file or directory

5>speex.c

6>if_rom.c

6>c1 : fatal error C1083: Cannot open source file: '.\if_rom.c': No such file or directory

6>Generating Code...

6>Build log was saved at "file://c:\Proyectos\sipx\main\sipXmediaLib\contrib\libamrwb\Debug\BuildLog.htm"

6>libamrwb - 17 error(s), 0 warning(s)

 

 

9>------ Rebuild All started: Project: plgamrwb, Configuration: Debug Win32 ------

9>Deleting intermediate and output files for project 'plgamrwb', configuration 'Debug|Win32'

9>Compiling...

9>PlgAmrWB.c

9>.\PlgAmrWB.c(47) : fatal error C1083: Cannot open include file: 'enc_if.h': No such file or directory

9>Build log was saved at "file://c:\Proyectos\sipx\main\sipXmediaLib\src\mp\codecs\plgamrwb\Debug\BuildLog.htm"

9>plgamrwb - 1 error(s), 0 warning(s)

 

 

24>------ Rebuild All started: Project: sipXsdpLibTest, Configuration: Debug Win32 ------

24>Deleting intermediate and output files for project 'sipXsdpLibTest', configuration 'Debug|Win32'

22>MpStreamQueuePlayer.cpp

24>Compiling...

24>SdpSetGetTest.cpp

22>MpStreamPlaylistPlayer.cpp

22>MpStreamPlayer.cpp

24>.\src\test\sdp\SdpSetGetTest.cpp(23) : fatal error C1083: Cannot open include file: 'cppunit/extensions/HelperMacros.h': No such file or directory

24>Build log was saved at "file://c:\Proyectos\sipx\main\sipXsdpLib\Debug\BuildLog.htm"

24>sipXsdpLibTest - 1 error(s), 0 warning(s)

 

 

 

28>------ Rebuild All started: Project: plgg729, Configuration: Debug Win32 ------

28>Deleting intermediate and output files for project 'plgg729', configuration 'Debug|Win32'

28>Compiling...

28>PlgG729.c

22>MpStreamMsg.cpp

28>.\PlgG729.c(24) : fatal error C1083: Cannot open include file: 'va_g729.h': No such file or directory

28>Build log was saved at "file://c:\Proyectos\sipx\main\sipXmediaLib\src\mp\codecs\plgg729\Debug\BuildLog.htm"

28>plgg729 - 1 error(s), 0 warning(s)

 

 

31>------ Rebuild All started: Project: sipXtapi, Configuration: Debug_NoVideo Win32 ------

32>------ Rebuild All started: Project: mstream, Configuration: Debug Win32 ------

32>Deleting intermediate and output files for project 'mstream', configuration 'Debug|Win32'

31>Deleting intermediate and output files for project 'sipXtapi', configuration 'Debug_NoVideo|Win32'

32>Compiling...

31>Compiling...

32>mstream.cpp

31>SipXEventDispatcher.cpp

31>Compiling...

31>sipXtapiInternal.cpp

31>sipXtapi.cpp

32>Linking...

32>sipxmedialib.lib(MpCallFlowGraph.obj) : error LNK2019: unresolved external symbol "public: __thiscall Url::Url(class Url const &)" (??0Url <at> <at> QAE <at> ABV0 <at> <at> Z) referenced in function "private: int __thiscall MpCallFlowGraph::handleStreamRealizeUrl(class MpStreamMsg &)" (?handleStreamRealizeUrl <at> MpCallFlowGraph <at> <at> AAEHAAVMpStreamMsg <at> <at> <at> Z)

32>sipxmedialib.lib(MprFromStream.obj) : error LNK2001: unresolved external symbol "public: __thiscall Url::Url(class Url const &)" (??0Url <at> <at> QAE <at> ABV0 <at> <at> Z)

32>sipxmedialib.lib(MpStreamFeeder.obj) : error LNK2001: unresolved external symbol "public: __thiscall Url::Url(class Url const &)" (??0Url <at> <at> QAE <at> ABV0 <at> <at> Z)

32>sipxmedialib.lib(MprFromStream.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall Url::~Url(void)" (??1Url <at> <at> UAE <at> XZ) referenced in function "public: enum OsStatus __thiscall MprFromStream::realize(class Url,int,void * &,class OsNotification *)" (?realize <at> MprFromStream <at> <at> QAE?AW4OsStatus <at> <at> VUrl <at> <at> HAAPAXPAVOsNotification <at> <at> <at> Z)

32>sipxmedialib.lib(MpStreamFeeder.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall Url::~Url(void)" (??1Url <at> <at> UAE <at> XZ)

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall Url::~Url(void)" (??1Url <at> <at> UAE <at> XZ)

32>sipxmedialib.lib(StreamFileDataSource.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall Url::~Url(void)" (??1Url <at> <at> UAE <at> XZ)

32>sipxmedialib.lib(MpAudioUtils.obj) : error LNK2019: unresolved external symbol "public: __thiscall Url::Url(char const *,int)" (??0Url <at> <at> QAE <at> PBDH <at> Z) referenced in function "enum OsStatus __cdecl mergeWaveUrls(class UtlString * const,class UtlString &)" (?mergeWaveUrls <at> <at> YA?AW4OsStatus <at> <at> QAVUtlString <at> <at> AAV2 <at> <at> Z)

31>c:\Proyectos\sipx\main\sipXcallLib\include\tapi/sipXtapiInternal.h(322) : warning C4996: 'strncpy' was declared deprecated

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2001: unresolved external symbol "public: __thiscall Url::Url(char const *,int)" (??0Url <at> <at> QAE <at> PBDH <at> Z)

32>sipxmedialib.lib(StreamFileDataSource.obj) : error LNK2001: unresolved external symbol "public: __thiscall Url::Url(char const *,int)" (??0Url <at> <at> QAE <at> PBDH <at> Z)

32>sipxmedialib.lib(MpStreamFeeder.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Url::getUrlType(class UtlString &)const " (?getUrlType <at> Url <at> <at> QBEXAAVUtlString <at> <at> <at> Z) referenced in function "public: __thiscall MpStreamFeeder::MpStreamFeeder(class Url,int)" (??0MpStreamFeeder <at> <at> QAE <at> VUrl <at> <at> H <at> Z)

31>        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: class Url & __thiscall Url::operator=(class Url const &)" (??4Url <at> <at> QAEAAV0 <at> ABV0 <at> <at> Z) referenced in function "public: __thiscall StreamHttpDataSource::StreamHttpDataSource(class Url,int)" (??0StreamHttpDataSource <at> <at> QAE <at> VUrl <at> <at> H <at> Z)

32>sipxmedialib.lib(StreamFileDataSource.obj) : error LNK2001: unresolved external symbol "public: class Url & __thiscall Url::operator=(class Url const &)" (??4Url <at> <at> QAEAAV0 <at> ABV0 <at> <at> Z)

31>        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Url::toString(class UtlString &)const " (?toString <at> Url <at> <at> QBEXAAVUtlString <at> <at> <at> Z) referenced in function "public: virtual enum OsStatus __thiscall StreamHttpDataSource::toString(class UtlString &)" (?toString <at> StreamHttpDataSource <at> <at> UAE?AW4OsStatus <at> <at> AAVUtlString <at> <at> <at> Z)

31>c:\Proyectos\sipx\main\sipXcallLib\include\tapi/sipXtapiInternal.h(324) : warning C4996: 'strncpy' was declared deprecated

32>sipxmedialib.lib(StreamFileDataSource.obj) : error LNK2001: unresolved external symbol "public: void __thiscall Url::toString(class UtlString &)const " (?toString <at> Url <at> <at> QBEXAAVUtlString <at> <at> <at> Z)

31>        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: int __thiscall HttpMessage::getResponseStatusCode(void)const " (?getResponseStatusCode <at> HttpMessage <at> <at> QBEHXZ) referenced in function "protected: virtual int __thiscall StreamHttpDataSource::run(void *)" (?run <at> StreamHttpDataSource <at> <at> MAEHPAX <at> Z)

31>        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'

31>c:\Proyectos\sipx\main\sipXcallLib\include\tapi/sipXtapiInternal.h(326) : warning C4996: 'strncpy' was declared deprecated

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: enum OsStatus __thiscall HttpMessage::get(class Url &,int,int (__cdecl*)(char *,int,void *,class HttpMessage *),void *,class OsConnectionSocket * *)" (?get <at> HttpMessage <at> <at> QAE?AW4OsStatus <at> <at> AAVUrl <at> <at> HP6AHPADHPAXPAV1 <at> <at> Z2PAPAVOsConnectionSocket <at> <at> <at> Z) referenced in function "protected: virtual int __thiscall StreamHttpDataSource::run(void *)" (?run <at> StreamHttpDataSource <at> <at> MAEHPAX <at> Z)

31>        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: __thiscall HttpMessage::HttpMessage(char const *,int)" (??0HttpMessage <at> <at> QAE <at> PBDH <at> Z) referenced in function "protected: virtual int __thiscall StreamHttpDataSource::run(void *)" (?run <at> StreamHttpDataSource <at> <at> MAEHPAX <at> Z)

31>        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'

32>sipxmedialib.lib(StreamHttpDataSource.obj) : error LNK2019: unresolved external symbol "public: char const * __thiscall HttpMessage::getHeaderValue(int,char const *)const " (?getHeaderValue <at> HttpMessage <at> <at> QBEPBDHPBD <at> Z) referenced in function "int __cdecl DataCallbackProc(char *,int,void *,class HttpMessage *)" (?DataCallbackProc <at> <at> YAHPADHPAXPAVHttpMessage <at> <at> <at> Z)

32>sipxmedialib.lib(StreamFileDataSource.obj) : error LNK2019: unresolved external symbol "public: int __thiscall Url::getPath(class UtlString &,int)" (?getPath <at> Url <at> <at> QAEHAAVUtlString <at> <at> H <at> Z) referenced in function "public: virtual enum OsStatus __thiscall StreamFileDataSource::open(void)" (?open <at> StreamFileDataSource <at> <at> UAE?AW4OsStatus <at> <at> XZ)

32>bin\mstream.exe : fatal error LNK1120: 11 unresolved externals

31>.\src\tapi\sipXtapi.cpp(210) : warning C4996: 'strdup' was declared deprecated

32>Build log was saved at "file://c:\Proyectos\sipx\main\sipXmediaAdapterLib\examples\mstream\Debug\BuildLog.htm"

31>        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'

32>mstream - 21 error(s), 17 warning(s)

 

 

Once again, thanks so much for the support,

 

Flavio Pérez Carreto

Dextra Technologies

(01.81)8073-8300 ext.8307

 

 

 

Hi, Flavio

 

Well, first you should check that sources have been downloaded completely. It would be reasonable if some files are missing in case of aborted download. You may run 'svn up' in the top-level project directory - if it says 'At revision XXX', then everything is downloaded ok and is at latest version. If it starts downloading something, then it was missing or has been updated.

 

If this does not help, we need more information about the compilation error you're seeing. In general it is highly recommended to copy-paste exact errors to the mail when you report problems, because words are often too fuzzy when describing what happens. ;)

 

 

On Tue, Aug 4, 2009 at 00:34, Flavio Perez<fperez <at> dextratech.com> wrote:

> Hi everyone,

>

 

>

 

>

 

>

 

>

 

> I am new in this technology and download the current project from:

>

 

>

 

>

 

> http://scm.sipfoundry.org/viewvc/sipX/main/

>

 

>

 

>

 

> Also follow up the steps for compile it using VS 2003, the problem

> that I’m facing right now, is that every time that I try to compile

> the compiler send me an error that the headers and other files from

> the project  sipXmediaLib are missing, ergo, the compilation fail.

>

 

>

 

>

 

> Any suggestions?

>

 

>

 

>

 

>

 

>

 

> Also I downloaded an set of precompiled libraries and an example

> application

> (PlaceCall) but documents refer to link that are not longer valid.

>

 

>

 

>

 

> Could someone give me an advice?

>

 

>

 

>

 

>

 

>

 

> Best regards,

>

 

> Flavio Pérez Carreto

>

 

> Dextra Technologies

>

 

>

 

>

 

>

 

>

 

> _______________________________________________

> sipxtapi-dev mailing list

> sipxtapi-dev <at> list.sipfoundry.org

> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

>

 

 

 

 

--

Regards,

Alexander Chemeris.

 

SIPez LLC.

SIP VoIP, IM and Presence Consulting

http://www.SIPez.com

tel: +1 (617) 273-4000

 

_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
Hansen Jan Rørgård | 13 Aug 2009 13:00

SIP priority header field

Hi

 

Is it possible with the current sipXtapi to set the SIP priority header field?

SIP Ref : http://www.hjp.at/doc/rfc/rfc3261.html#20.26

 

Best regards

Jan Rørgård Hansen
Senior Engineer   
   
Saab Danmark A/S   
Alsion 2      
DK – 6400 Sonderborg    
Denmark     

Phone:  + 45 3638 3000    
Direct:   + 45 3638 3087     
Fax:       + 45 3638 3010    

E-mail: jan.r.hansen <at> dk.saabgroup.com
Web:     www.saabgroup.com

 

_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
Andrew Lavigne | 13 Aug 2009 21:03
Favicon

Why intermittent, large jitter with 'custom' connection?


I'm having a sound quality issue related to jitter with sipxtapi.  Essentially, when I've got a session established with an RTP stream going through sipxmedialib, I'm hearing an extreme delay for any sound that I make that follows a previous sound by about 1 second.   If the gap is less than that, say, 0.25 seconds, then there is no delay.  If the gap is more than that, say, 2 seconds, then there is no delay.  Only if the gap is around 1 second do I experience this extreme delay.

For example:

If I say "1,2,3,4,5,6" in an unbroken sequence, then on the other end of the RTP stream, I hear "1,2,3,4,5,6" with very minimal lag (milliseconds).  Which is good.

If I say "1,2,3---4,5,6" with the "---" indicating an approximately 1 second pause in my speech, I hear "1,2,3", then about 5 seconds of silence, and then "4-5-6" in a very rapid and compressed sequence.

If I say "1,2,3,--------4,5,6" with the "--------" indicating more than 2 seconds of pause in my speech, then I hear "1,2,3", then the same 2+ seconds of pause, and then "4,5,6" at the original tempo (in other words, everything sounds ok).

Now, I'm doing something a little special, and perhaps that's a clue as to what is going on.   As I've mentioned in some previous conversations with Alexander and Paulo, I'm creating a sip call to an external source, and then I'm using sipxmedialib api calls to 'splice' an extra connection into the flow-graph of the existing media connection.

Here's a crude ASCII graphic of what is going on:

                RTP Stream                              RTP Stream (combined main and secondary)
Main Source ------------------[sipxmedia flow graph]--------------------------------- Destination
                                  /
                                 /
Secondary ______________________/
Source          RTP Stream


An interesting extra clue regarding this issue.   I only have this delay issue on the RTP stream flowing to the 'right' in the above diagram.  I don't have this issue on the RTP data flowing back 'left'.

Does anyone have any ideas as to what might be going on?   The RTP stream's source (both of them) and the location of the sipx call and media handling are on the same box -- there is no significant network latency here.  Also, I've got VAD on the incoming RTP streams turned off I've got a constant flow of packets coming from the sources.  (in fact, I've tried it both on and off). 

Is there perhaps some jitter configuration setting that I can tweak that might help me address this issue?


Any help, even the smallest hint, is most appreciated.

Thanks,
Andrew

_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
Meftah Tayeb | 16 Aug 2009 15:43
Picon

Sipxtapi ActiveX wrapper

hello all,
i like sipxtapi, a very complete Sip Stack, TCP/UDP/TLS/...
i want to code my softphone in delphi
any ActiveX wrapper?
thanks

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4339 (20090816) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/


Gmane