[reSIProcate] How can I use DUM within a message handler?

Scott Godin slgodin at icescape.com
Tue Feb 13 08:24:27 CST 2007


I'm not quite sure what you are asking.  But looking at
test/BasicCall.cxx will show a basic example of how to use
InviteSessionHandler.

Scott

> -----Original Message-----
> From: resiprocate-devel-bounces at list.resiprocate.org
> [mailto:resiprocate-devel-bounces at list.resiprocate.org] On Behalf Of
> victor morales
> Sent: Tuesday, February 13, 2007 8:47 AM
> To: resiprocate-devel at list.resiprocate.org
> Subject: [reSIProcate] How can I use DUM within a message handler?
> 
> Can I ask how exactly I can use DUM within a message handler?
> 
> I am having a problem with my program now.
> 
> I am trying to pass a pointer of my DUM object to the constructor of
> my class which I derive from InviteSessionHandler.
> 
> And then use that pointer to create an invite session (within an
> onNewSession callback).
> 
> The result is obviously wrong because my program crashes with
> segfault. And valgrind reports a very high memory consumption after
> attempting to use makeInviteSession (finally crashing after consuming
> all available memory).
> 
> I have tried other ways to solve this without success.
> 
> I Thank you for any advice you can give.
> 
> <victor>
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel




More information about the resiprocate-devel mailing list