-
Notifications
You must be signed in to change notification settings - Fork 2
/
siptapi.rc
189 lines (161 loc) · 6.06 KB
/
siptapi.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// English (U.K.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DIALOG1 DIALOGEX 0, 0, 307, 350
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "SIPTAPI Configuration"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_UCHAN,120,20,170,13,ES_AUTOHSCROLL
EDITTEXT IDC_HOST,120,40,170,13,ES_AUTOHSCROLL
EDITTEXT IDC_USER,120,209,170,13,ES_AUTOHSCROLL
EDITTEXT IDC_PASS,120,229,170,13,ES_PASSWORD | ES_AUTOHSCROLL
EDITTEXT IDC_USER_EXTEN,120,269,170,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,15,305,50,14
PUSHBUTTON "Apply",IDC_APPLY,120,305,50,14
PUSHBUTTON "Cancel",IDCANCEL,240,305,50,14
LTEXT "SIP Outbound Proxy",IDC_STATIC,15,43,71,10
LTEXT "User",IDC_STATIC,15,214,52,8
LTEXT "Password",IDC_STATIC,15,232,52,10
GROUPBOX "User Information",IDC_STATIC,7,190,293,101
LTEXT "SIPTAPI: A TAPI Service Provider based on SIP",IDC_STATIC,15,323,201,8
LTEXT "SIP Domain",IDC_STATIC,15,23,45,10
GROUPBOX "SIP Configuration",IDC_STATIC,7,3,293,177
LTEXT "For help and information got to www.ipcom.at",IDC_STATIC,15,331,161,8
GROUPBOX "",IDC_STATIC,7,297,293,46
LTEXT "v0.2.17",IDC_STATIC,264,329,26,8
LTEXT "User's extension (optional)",IDC_STATIC,15,273,105,9
CONTROL "Reverse Mode (Call target first and transfer to local phone on answer)",IDC_CHECK_REVERSEMODE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,129,241,10
EDITTEXT IDC_AUTHUSER,120,249,170,13,ES_AUTOHSCROLL
LTEXT "Authentication-User (optional)",IDC_STATIC,15,253,100,9
CONTROL "Auto Answer: Polycom, SNOM-old",IDC_AUTOANSWER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,76,124,10
CONTROL "Auto Answer: Siemens, SNOM-new",IDC_AUTOANSWER2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,90,128,10
LTEXT "Auto Answer (adds a SIP Header to indicate auto answer to phone, choose only one)",IDC_STATIC,15,62,274,8
CONTROL "Don't send BYE (Always wait for the peer to send the BYE, except user hangs up)",IDC_CHECK_DONTSENDBYE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,160,277,10
LTEXT "Advanced Options (do not activate unless you really know what you are doing!)",IDC_STATIC,15,114,256,8
CONTROL "Immediate BYE after REFER (Do not wait for NOTIFY with sipfrag 200 OK)",IDC_CHECK_IMMEDIATESENDBYE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,144,251,10
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_DIALOG1, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 300
VERTGUIDE, 15
VERTGUIDE, 120
VERTGUIDE, 290
TOPMARGIN, 7
BOTTOMMARGIN, 343
HORZGUIDE, 33
HORZGUIDE, 53
HORZGUIDE, 97
HORZGUIDE, 120
HORZGUIDE, 140
HORZGUIDE, 160
HORZGUIDE, 180
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,17,0
PRODUCTVERSION 0,2,17,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904b0"
BEGIN
VALUE "Comments", "SIPTAPI - a TAPI service provider for the SIP"
VALUE "CompanyName", "www.ipcom.at"
VALUE "FileDescription", "SIPTAPI Service Provider 0.2.17"
VALUE "FileVersion", "0, 2, 17, 0"
VALUE "InternalName", "siptapi"
VALUE "LegalCopyright", "Copyright (C) 2004-2014"
VALUE "LegalTrademarks", "Please see the copyright notice for further information"
VALUE "OriginalFilename", "siptapi.tsp"
VALUE "ProductName", "siptapi"
VALUE "ProductVersion", "0, 2, 17, 0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1200
END
END
#endif // English (U.K.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED