It looks to me that in sipxFireMediaEvent:
if (hCall != SIPX_CALL_NULL)
{
sipxCallSetMediaState(hCall, event, type) ;
} has to be before if: if (!bIgnored && !bDuplicateEvent) because we want to notify user only after all processing is done... Or, maybe I'm wrong ? _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
