-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch 2.13 ifs changes #4083
base: master
Are you sure you want to change the base?
Branch 2.13 ifs changes #4083
Conversation
Krishan Nilanga seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Impressive changes! Does this work with Formatting seems to be broken in some cases. |
Phew, this is pretty comprehensive. This looks like several PRs to me, roughly:
|
Regarding this, can you please provide more details |
I will create separate PRs |
This sounds good. |
change log
• Added new Call recording and play capability through media ports. [pjsip/include/pjsua-lib/pjsua.h]
• Added "Get queued DTMF Digits" functionality. [pjsip/include/pjsua-lib/pjsua.h]
• A Conference slot and a null port is added to the call and provide the capability of maintaining connectivity while transition between ports. This allows calls to change ports before call setup. [pjmedia/include/pjmedia/conference.h]
• New pjsua_call_make_call2 function with source uri and contact uri as input arguments. [pjsip/include/pjsua-lib/pjsua.h]
• New pjsua_create2 with pjsua_logging_config as input argument. [pjsip/include/pjsua-lib/pjsua.h]
• pj_assert put logs in non-debug modes.
• Extend logs in the library.
• Add warning to pj_mutex_lock failure.
• Bug fixes in
o pjlib/src/pj/os_core_win32.c:pj_thread_local_get
o pjmedia/Circbuf:pjmedia_circ_buf_create
o pjmedia/src/pjmedia/null_port.c: null_get_frame
o pjsip/src/pjsip/sip_transaction.c
o pjsip/src/pjsua-lib/pjsua_acc.c
o pjsip/src/pjsua-lib/pjsua_media.c: pjsua_media_subsys_init