forked from mirrors/linphone-iphone
fix compilation issue
This commit is contained in:
parent
b7c0c35102
commit
3fd27c09c8
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ void sal_op_call_process_notify(SalOp *op, const belle_sip_request_event_t *even
|
|||
if (sipfrag){
|
||||
|
||||
int code=belle_sip_response_get_status_code(sipfrag);
|
||||
SalReferStatus status;
|
||||
SalReferStatus status=SalReferFailed;
|
||||
if (code==100){
|
||||
status=SalReferTrying;
|
||||
}else if (code==200){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue