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

Friendly Automation asteriskteam at digium.com
Wed Jun 17 08:29:33 CDT 2020


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14563 )

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:
  Kevin Harwell: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/res/res_pjsip_messaging.c b/res/res_pjsip_messaging.c
index ae28881..666d5f6 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/+/14563
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I24b5453df412232cf7f9a171ea4a34b35ad3ae78
Gerrit-Change-Number: 14563
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-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200617/a78b12df/attachment.html>


More information about the asterisk-code-review mailing list