Browse Source

modules/sca: seize appearance for SCA callee answering w/o Call-Info

- Yealink firmware 7.70.0.130 doesn't include a Call-Info header with
  200 OK response to INVITE.
Andrew Mortensen 12 years ago
parent
commit
92bbfd0b04
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/sca/sca_appearance.c

+ 4 - 0
modules/sca/sca_appearance.c

@@ -363,6 +363,10 @@ sca_appearance_seize_index_unsafe( sca_mod *scam, str *aor, str *owner_uri,
 	goto done;
     }
 
+    if ( app_idx <= 0 ) {
+        app_idx = sca_appearance_list_next_available_index_unsafe( app_list );
+    }
+
     for ( app = app_list->appearances; app != NULL; app = app->next ) {
 	if ( app->index >= app_idx ) {
 	    break;