Skip to content

Commit

Permalink
Pass maxCalls variables to PJSIP (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers-vertisoft authored Jun 4, 2024
1 parent 95e73d3 commit f8bf03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tinyphone/baseapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ namespace tp {
ep_cfg.logConfig.decor |= PJ_LOG_HAS_CR | PJ_LOG_HAS_DAY_OF_MON | PJ_LOG_HAS_MONTH | PJ_LOG_HAS_YEAR ;
ep_cfg.uaConfig.userAgent = ApplicationConfig.ua();
ep_cfg.uaConfig.threadCnt = ApplicationConfig.pjThreadCount;
ep_cfg.uaConfig.maxCalls = ApplicationConfig.maxCalls;
if (ApplicationConfig.enableSTUN) {
ep_cfg.uaConfig.stunServer = ApplicationConfig.stunServers;
}
Expand Down

0 comments on commit f8bf03f

Please sign in to comment.