[Asterisk-code-review] res_pjsip: Include <pjsip_ua.h> instead of internal "pjsua-lib/pjsua.h" (asterisk[16])

George Joseph asteriskteam at digium.com
Wed Jun 17 09:33:37 CDT 2020


George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14556 )

Change subject: res_pjsip: Include <pjsip_ua.h> instead of internal "pjsua-lib/pjsua.h"
......................................................................

res_pjsip: Include <pjsip_ua.h> instead of internal "pjsua-lib/pjsua.h"

Change-Id: I24b5453df412232cf7f9a171ea4a34b35ad3ae78
---
M res/res_pjsip_messaging.c
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/res/res_pjsip_messaging.c b/res/res_pjsip_messaging.c
index 7acde2b..5378b8c 100644
--- a/res/res_pjsip_messaging.c
+++ b/res/res_pjsip_messaging.c
@@ -35,7 +35,8 @@
  ***/
 #include "asterisk.h"
 
-#include "pjsua-lib/pjsua.h"
+#include <pjsip.h>
+#include <pjsip_ua.h>
 
 #include "asterisk/message.h"
 #include "asterisk/module.h"

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14556
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I24b5453df412232cf7f9a171ea4a34b35ad3ae78
Gerrit-Change-Number: 14556
Gerrit-PatchSet: 2
Gerrit-Owner: Walter Doekes <walter+asterisk at wjd.nu>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200617/ae4e49af/attachment-0001.html>


More information about the asterisk-code-review mailing list