From 3ef52b0b176715283a2520d523199f3c19811385 Mon Sep 17 00:00:00 2001 From: Alexei Gradinari Date: Thu, 22 Aug 2019 14:19:51 -0400 Subject: [PATCH] Fix misname 'res_external_mwi' to 'res_mwi_external' in comments. Change-Id: Ic784be8500e5cb75dcb34bae9f03cfd93b6b34fb --- res/res_pjsip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index a86ec17b34..c6594708bb 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -371,7 +371,7 @@ changes happen for any of the specified mailboxes. More than one mailbox can be specified with a comma-delimited string. app_voicemail mailboxes must be specified as mailbox@context; for example: mailboxes=6001@default. For mailboxes provided by - external sources, such as through the res_external_mwi module, you must specify + external sources, such as through the res_mwi_external module, you must specify strings supported by the external system. For endpoints that SUBSCRIBE for MWI, use the mailboxes option in your AOR @@ -1546,7 +1546,7 @@ More than one mailbox can be specified with a comma-delimited string. app_voicemail mailboxes must be specified as mailbox@context; for example: mailboxes=6001@default. For mailboxes provided by external sources, - such as through the res_external_mwi module, you must specify strings supported by + such as through the res_mwi_external module, you must specify strings supported by the external system. For endpoints that cannot SUBSCRIBE for MWI, you can set the mailboxes option in your -- 2.47.2