<div dir="ltr">Hi,<div>Assuming I am using the <font face="monospace">chan_sip</font> driver</div><div>my question is for an outbound call If Asterisk receives any SIP Response (like 100 TRYING, 180 RINGING ...) which of the two will receive this frame data first will it be <b><i><font face="monospace">handle_response_invite</font></i></b> of <font face="monospace">channels/chan_sip.c</font> or will it be <font face="monospace"><b><i>ast_read</i></b></font> of the <font face="monospace">main/channel.c</font></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">So far with my testing </font><font face="monospace">handle_response_invite</font><span style="font-family:arial,sans-serif"> is receiving the frame data first and then the </span><font face="monospace">ast_read, </font><font face="arial, sans-serif">will this always be the case or is this a race thing where either of the functions can get the data first?</font></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">Thanks,</font></div><div><font face="arial, sans-serif">Mohit Dhiman</font></div><div><font face="arial, sans-serif"><br></font></div></div>