[reSIProcate] (no subject)

Scott Godin slgodin at icescape.com
Wed Nov 2 20:27:01 CST 2005


Sounds strange - where is the exception thrown? 

-----Original Message-----
From: resiprocate-devel-bounces at list.sipfoundry.org [mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of maodonghu
Sent: Wednesday, November 02, 2005 8:24 PM
To: resiprocate-devel
Subject: [reSIProcate] (no subject)

Hi,
 	
I am a fresh man on reSIProcate, now I encounter a problem in my program.
if the program written like this, it is good for work:

//---------------------------------------------------
int _tmain(int argc, _TCHAR* argv[])
{
	//Log::initialize(Log::Cout, Log::Stack, argv[0]);

	SipStack sip_stack;
	DialogUsageManager* dum = new DialogUsageManager( sip_stack );
	dum->addTransport( UDP, 12345 );
	

but if written like this, it will throw a exception:

//----------------------------------------------------
SipStack sip_stack;
int _tmain(int argc, _TCHAR* argv[])
{
	//Log::initialize(Log::Cout, Log::Stack, argv[0]);

	
	DialogUsageManager* dum = new DialogUsageManager( sip_stack );
	dum->addTransport( UDP, 12345 );
	...

I dont know why the sip_stack must be local ? 

        maodonghu
        hhmmdd at tom.com
          2005-11-03




More information about the resiprocate-devel mailing list