[Asterisk-code-review] res pjsip exten state: Check if body generator is available. (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Thu Apr 28 17:40:23 CDT 2016


Richard Mudgett has posted comments on this change.

Change subject: res_pjsip_exten_state: Check if body generator is available.
......................................................................


Patch Set 1:

It is somewhat debatable if this should be done at all as it is a trade-off for how many error messages you get for an unloaded/misspelled body generator name vs how fast PUBLISH messages can go out once the body generator module is loaded.

This patch gives you an error message for every time the publisher is attempted to be started.  Without this patch you would get an error message for every PUBLISH event trying to use the body generator that tries to go out.

-- 
To view, visit https://gerrit.asterisk.org/2732
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4ad69200666e3cc909d4619e3c81042d7f9db25c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list