Hello,

On 9/21/06, Kwint <[EMAIL PROTECTED]> wrote:
> 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 ?
sipxCallSetMediaState() does not do any real processing. It just save last fired
event. So I think it should be called after user callback is called.


Regards,
Alexander Chemeris.
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to