Re: [OpenSBC] B2BRoutingInterface::B2BRouteList missing in lastest CVS
Brought to you by:
joegenbaclor
|
From: <sa...@ER...> - 2007-12-24 16:55:37
|
Hi Joegen
In SBCCallHandler::SBCCallHandler.cxx
In Method == void SBCCallHandler::OnOutgoingCall()
/// check if we are suppose to use the sip trunk
B2BRoutingInterface::B2BRouteList routeList = connection.GetRoutes();
if( routeList.GetSize() > 0 )
{
This does not exist == ***** B2BRoutingInterface::B2BRouteList **** !!
Where is it in lastest CVS?
Warren Kreckler
|