> If you provide more information it may be possible to solve this problem.
> I mean basic environment information such as: svn branch and revision
> you're
> talking about, your OS, codec you're using and its payload size may be.
> Then, information that could help us to find the problem: does sound goes
> bad
> with sipXtapi-to-sipXtapi connection, or when connecting to other clients
> or
> servers? Is audio brocken in outgoing RTP packets, or it is fine on
> network level?
> Any other observations?
I downloaded source 20.10.2006 and compiled under Windows XP VS .NET 2003
I use libpcre.a from GnuWin32 becouse I can't compile pcre-6.4-1
I compiled and using speex-1.2 beta, but if I change to G711 codec I have
the same problem.
Sometimes I hear voice and crashes in the same time.
Sometimes if I connect, hear only crashes.
Sometimes help if I hung up and call again.
Sound goes bad with sipXtapi-to-sipXtapi connection.
maybe I do something wrong ?
hr = sipxInitialize(&g_hInst, L_SIP_PORT, -1, -1, L_RTP_PORT,
DEFAULT_CONNECTIONS,
Identity, DEFAULT_BIND_ADDRESS,true);
sipxConfigSetDnsSrvTimeouts(2, 2);
sipxConfigEnableGIPSTracing(g_hInst, true) ;
sipxConfigEnableIce(g_hInst) ;
sipxConfigEnableRport(g_hInst, true);
sipxAudioSetAECMode(g_hInst,SIPX_AEC_SUPPRESS);
sipxEventListenerAdd(g_hInst, SipCallbackProc, NULL);
sipxConfigSetRegisterExpiration(g_hInst, 3600));
sipxConfigEnableStun(g_hInst,"larry.gloo.net",
STUN_DEFAULT_PORT,DEFAULT_STUN_KEEPALIVE);
sipxConfigSetUserAgentName(g_hInst, strPIN, false);
sipxConfigSetOutboundProxy(g_hInst,strServer);
sipxConfigEnableSipDateHeader(g_hInst, false) ;
sipxLineAdd(g_hInst, strUserURI, &g_hLine);
sipxLineAddCredential(g_hLine, strUserAccount, strUserPassword,
"iptel.org");
sipxLineRegister(g_hLine, true);
and
sipxCallCreate(g_hInst, g_hLine, &g_hCall);
sipxCallConnect(g_hCall, NumberToCall);
or
sipxCallAnswer(g_hCall);
Regards
Piter
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/