[OpenSIPStack] about oss: why core dump? Who can help me?
Brought to you by:
joegenbaclor
From: Zhang G. <zg...@gm...> - 2007-11-24 01:02:11
|
About OSS(1.1.7) OpenSBC(1.1.4) and the new version from CVS. There is a strange Probolem. File: B2BUAConnection.h I add a variable: ( int m_OutboundAttempts) above (B2BRoutingInterface::B2BRouteList m_Routes). Code List Here: --------------------------------------------- BOOL m_EnableUpstreamProxyRoute; int m_OutboundAttempts; B2BRoutingInterface::B2BRouteList m_Routes; B2BRoutingInterface::B2BRouteList m_UpstreamProxyRoutes; OString m_UpstreamBackdoorURI; ----------------------------------------------------------------------- Then it can compile successful.then i run opensbc, UserA and UserB register to opensbc, UserA invite UserB, it will core dump.Why? Thanks! |