< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
I’m not a 100% sure, but I think it’s marked as an
external to trick the transaction state machine into processing the response as
if it had come from an External source. If you want to see if a message
is internally generated of not, use the getReceivedTransport() call – if it
returns NULL (0), then the message was internally generated. Scott From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Nilay
Tripathi Hi, |