RE: [reSIProcate] Integrating an External Event source into DUM processloop
This approach is correct, although you should consider queueing a message
that inherits from DumCommand instead. If you do this you will not need to
modify the core dum code at all.
Scott
-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of SIP
Rocks
Sent: Wednesday, May 31, 2006 11:23 PM
To: Resiprocate Devel
Subject: [reSIProcate] Integrating an External Event source into DUM
processloop
Hello List,
I just started using Resiprocate / DUM. In my application call control
events come from external sources and these events must be processed in the
order they come.
For example if there is a INVITE and then a call control event fired from
the external source, and then a 200 OK - they must be processed in that
order.
I am thinking that the best way to do this is :- to add the external events
to the mFifo by creating a Class called ExternalCallControlEvent that
inherits the ApplicationMessage class.
Is this the right approach? any other ideas, where i don't have to dig into
DUM?
thanks
RKT.
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel