Bill Root | 5 Sep 2008 19:00

Re: Deployed sipXtapi Windows app fails with 0xc0150002

stipus,

Yes, that does it; thank you.  I tried this 
before and failed, but it's easy to forget one 
library when there are so many and most have multiple configurations.

For others who try this:
- remember to change all the configurations for 
each project, or at least all the ones you plan 
to use (if you change them all then you won't 
have to know which ones are being used)
- when building the Debug configuration, you will 
need to rebuild cppunitd.lib with the same configuration change
- if you get an error like "The operation could 
not be completed. Unspecified error" from Visual 
Studio when trying to get the properties for a 
project, try changing the configuration and 
trying again.  For some projects (like 
libgsm-msvc8 and sipXportLibTest-msvc8) Visual 
Studio apparently chokes if the selected 
configuration is not available in the project for 
which you're trying to display the properties dialog
- if you miss one project/library, Visual Studio 
will also try to link in the DLL runtime libraries, and will fail
- if you need to figure out which project/library 
is referring to a DLL library (MSVCRT.LIB / 
MSVCPRT.LIB or MSVCRTD.LIB / MSVCPRTD.LIB), turn 
on verbose linker messages (project properties, 
Configuration Properties, Linker, General, Show 
Progress) and check the build output
(Continue reading)

sipResearcher | 7 Sep 2008 00:38
Picon
Favicon

ReceiveCall Release mode problem

Hi all,

I downloaded sipXtapi release from svn and built it. I used
ReceiveCall application to test the library. ReceiveCall works well in
debug mode, with debug sipxtapid.lib and sipxtapid.dll files. I can
build in Release mode with with debug sipxtapi.lib as well. But when i
tried to run it throws exception and crashes. 

Why does not ReceiveCall works in Release mode?

Thanks for your interest

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

Karsten Schubotz | 8 Sep 2008 10:53
Picon
Picon

current state of video support

Hi all,
Does someone know the current state of Video support by sipXtapi?
I’ve read, that Video is working in sipXtapi-media-update branch and it has to be merged to sipXtapi branch.

Thanks for your information!

Regards
Karsten

--

-- 
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03
_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
atif ali | 8 Sep 2008 13:06
Picon
Favicon

How can I change sipXproxy port.


hi,

I am currently in Pakistan where 5XXX sip ports are blocked and by default sipxecs server uses 5060 port due to which i can not register to sipXproxy.
 Now, How can i change the sip port for sipXproxy.

Any help would be highly appreciated.

Thanx in advance..
Atif Ali Bhatti.


Explore the seven wonders of the world Learn more!
Picon Favicon
From: atif ali <kabhi__kabhi <at> hotmail.com>
Subject: How can I change sipXproxy port.
Date: 2008-09-08 11:05:03 GMT

hi,

I am currently in Pakistan where 5XXX sip ports are blocked and by default sipxecs server uses 5060 port due to which i can not register to sipXproxy.
 Now, How can i change the sip port for sipXproxy.

Any help would be highly appreciated.

Thanx in advance..
Atif Ali Bhatti.

Connect to the next generation of MSN Messenger  Get it now!
_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev <at> list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
atif ali | 11 Sep 2008 13:52
Picon
Favicon

rtp packets are flowing but no audio.

hi,
 
  I have developed a softphone using sipxapi and have deployed sipxecs server on a live IP. What I want is to register to the proxy on the live ip and make calls that i am quite successfull. Wireshark shows me rtp packets flowing but I can not get any audio. what could be the reason.

Regards
Atif Ali Bhatti.


Explore the seven wonders of the world Learn more!
<div>
hi,<br>&nbsp; <br>&nbsp; I have developed a softphone using sipxapi and have deployed sipxecs server on a live IP. What I want is to register to the proxy on the live ip and make calls that i am quite successfull. Wireshark shows me rtp packets flowing but I can not get any audio. what could be the reason.<br><br>Regards<br>Atif Ali Bhatti.<br><br><br>Explore the seven wonders of the world <a href="http://search.msn.com/results.aspx?q=7+wonders+world&amp;mkt=en-US&amp;form=QBRE" target="_new">Learn more!</a>
</div>
sipxtapi | 11 Sep 2008 18:35

Can no longer build sipXportLib

I'm using sipXtapi from /branches/sipXtapi.  I updated my sources 
today, and now the build of sipXportLib fails on Windows Visual Studio 2005:

OsNatServerSocket.cpp
c:\dev\shared\3rd_party\sipxtapi\sipxportlib\src\os\osnatserversocket.cpp(51) 
: error C2259: 'OsNatConnectionSocket' : cannot instantiate abstract class
         due to following members:
         'OsSocket *OsNatSocketBaseImpl::getSocket(void)' : is abstract
         c:\dev\shared\3rd_party\sipxtapi\sipxportlib\include\os\osnatsocketbaseimpl.h(98) 
: see declaration of 'OsNatSocketBaseImpl::getSocket'

Finest regards,
Bill Root

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

Alexander Chemeris | 11 Sep 2008 20:19
Favicon

Re: ReceiveCall Release mode problem

Hi,

On Sun, Sep 7, 2008 at 2:38 AM, sipResearcher <sipmailing <at> yahoo.com> wrote:
> I downloaded sipXtapi release from svn and built it. I used
> ReceiveCall application to test the library. ReceiveCall works well in
> debug mode, with debug sipxtapid.lib and sipxtapid.dll files. I can
> build in Release mode with with debug sipxtapi.lib as well. But when i
> tried to run it throws exception and crashes.

Could you provide more information, where does it crash?

--

-- 
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/

Alexander Chemeris | 14 Sep 2008 12:10
Favicon

Re: How can I change sipXproxy port.

Hi,

On Mon, Sep 8, 2008 at 3:06 PM, atif ali <kabhi__kabhi <at> hotmail.com> wrote:
> I am currently in Pakistan where 5XXX sip ports are blocked and by default
> sipxecs server uses 5060 port due to which i can not register to sipXproxy.
>  Now, How can i change the sip port for sipXproxy.

This is not sipXtapi related question.Please, ask on sipXecs mailing
list instead.

--

-- 
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/

Alexander Chemeris | 14 Sep 2008 12:15
Favicon

Re: rtp packets are flowing but no audio.

Hi,

On Thu, Sep 11, 2008 at 3:52 PM, atif ali <kabhi__kabhi <at> hotmail.com> wrote:
>   I have developed a softphone using sipxapi and have deployed sipxecs
> server on a live IP. What I want is to register to the proxy on the live ip
> and make calls that i am quite successfull. Wireshark shows me rtp packets
> flowing but I can not get any audio. what could be the reason.

There may a couple of reasons. First, please, provide us an information
on which version of sipXtapi you're using (which svn branch and revision)
and under which OS.

Then, check that you're audio setup is correct. That is your mic is connected
correctly and is not muted, etc. That sounds obvious, but is the reason of
the most sound-related problems in my practice.

--

-- 
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/

Alexander Chemeris | 14 Sep 2008 12:22
Favicon

Re: current state of video support

hi,

On Mon, Sep 8, 2008 at 12:53 PM, Karsten Schubotz <Karstenvip <at> gmx.de> wrote:
> Does someone know the current state of Video support by sipXtapi?
> I've read, that Video is working in sipXtapi-media-update branch and
> it has to be merged to sipXtapi branch.

Yes, that's still true. We're willing to merge it to the active sipXtapi branch,
but had no time to do this. If you're going to use video with sipXtapi,
I'd like to encourage you to help us here. We will help you as much
as we can to understand the architecture, the problems and possible
solutions.

More information on the current state of video support in media-update
branch you can probably get from Andrzej Ciarkowski <andrzejc <at> wp-sa.pl>
He was the main user and developer of video support lately.
I've added him to the recipients list.

--

-- 
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/


Gmane