Skip to content
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

Set uaConfig.maxCalls #94

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

pdesaulniers-vertisoft
Copy link
Contributor

@pdesaulniers-vertisoft pdesaulniers-vertisoft commented Jun 4, 2024

config.json contains a maxCalls variable. However, this variable was not passed to PJSIP, which meant that the maximum number of calls was limited to 4 (the default value) :

    // endpoint.hpp
    
    /**
     * Maximum calls to support (default: 4). The value specified here
     * must be smaller than the compile time maximum settings
     * PJSUA_MAX_CALLS, which by default is 32. To increase this
     * limit, the library must be recompiled with new PJSUA_MAX_CALLS
     * value.
     */
    unsigned        maxCalls;

@AppVeyorBot
Copy link

1 similar comment
@AppVeyorBot
Copy link

@kingster
Copy link
Member

kingster commented Jun 4, 2024

Thanks for fix :)

@kingster kingster merged commit f8bf03f into voiceip:master Jun 4, 2024
6 of 7 checks passed
@pdesaulniers-vertisoft pdesaulniers-vertisoft deleted the patch-3 branch June 4, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants