summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pocketpj/resource.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-08-13 13:56:24 +0000
committerBenny Prijono <bennylp@teluu.com>2008-08-13 13:56:24 +0000
commit34355a3f57bbc1f421fc200d34fb0e2599621918 (patch)
tree33e31be9c4e31d42aee837dcb3a9cc8e1b3e992b /pjsip-apps/src/pocketpj/resource.h
parent73f0b593fb6854a35c8b0bf8bfe851aeb889da81 (diff)
Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP option, VAD option, option to select codec priority order, and auto-answer option
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2211 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pocketpj/resource.h')
-rw-r--r--pjsip-apps/src/pocketpj/resource.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pjsip-apps/src/pocketpj/resource.h b/pjsip-apps/src/pocketpj/resource.h
index 1ba70d33..85eefa2e 100644
--- a/pjsip-apps/src/pocketpj/resource.h
+++ b/pjsip-apps/src/pocketpj/resource.h
@@ -37,6 +37,10 @@
#define IDC_BUTTON1 1021
#define IDC_EC_TAIL 1021
#define IDC_BUTTON2 1022
+#define IDC_VAD 1022
+#define IDC_TCP 1023
+#define IDC_CODECS 1024
+#define IDC_AA 1025
#define IDS_CAP_ONLINE 32772
#define IDS_CAP_OFFLINE 32774
#define IDS_CAP_INVISIBLE 32776
@@ -61,7 +65,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 145
#define _APS_NEXT_COMMAND_VALUE 32796
-#define _APS_NEXT_CONTROL_VALUE 1023
+#define _APS_NEXT_CONTROL_VALUE 1025
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif