Changeset 2955 for pjproject/trunk
- Timestamp:
- Oct 20, 2009 1:14:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r2945 r2955 385 385 386 386 if (call_id == PJSUA_INVALID_ID) { 387 pjsua_perror(THIS_FILE, "Error making file", PJ_ETOOMANY);387 pjsua_perror(THIS_FILE, "Error making call", PJ_ETOOMANY); 388 388 PJSUA_UNLOCK(); 389 389 return PJ_ETOOMANY; … … 391 391 392 392 call = &pjsua_var.calls[call_id]; 393 394 /* Associate session with account */ 395 call->acc_id = acc_id; 393 396 394 397 /* Create temporary pool */ … … 500 503 501 504 /* Create and associate our data in the session. */ 502 call->acc_id = acc_id;503 505 call->inv = inv; 504 506
Note: See TracChangeset
for help on using the changeset viewer.