1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,45 +0,0 @@ |
1 |
-/* $Id$ |
|
2 |
- * |
|
3 |
- * Copyright (C) 2006-2007 VozTelecom Sistemas S.L |
|
4 |
- * |
|
5 |
- * This file is part of Kamailio, a free SIP server. |
|
6 |
- * |
|
7 |
- * Kamailio is free software; you can redistribute it and/or modify |
|
8 |
- * it under the terms of the GNU General Public License as published by |
|
9 |
- * the Free Software Foundation; either version 2 of the License, or |
|
10 |
- * (at your option) any later version |
|
11 |
- * |
|
12 |
- * Kamailio is distributed in the hope that it will be useful, |
|
13 |
- * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
14 |
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
15 |
- * GNU General Public License for more details. |
|
16 |
- * |
|
17 |
- * You should have received a copy of the GNU General Public License |
|
18 |
- * along with this program; if not, write to the Free Software |
|
19 |
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
- */ |
|
21 |
- |
|
22 |
-#include "../../str.h" |
|
23 |
-#include "../../parser/msg_parser.h" |
|
24 |
- |
|
25 |
-#define SIP_OR_TEL_F 0x01 |
|
26 |
-#define SECURE_F 0x02 |
|
27 |
-#define USER_F 0x04 |
|
28 |
-#define PASSWORD_F 0x08 |
|
29 |
-#define HOST_F 0x10 |
|
30 |
-#define PORT_F 0x20 |
|
31 |
-#define PARAMETERS_F 0x40 |
|
32 |
-#define HEADERS_F 0x80 |
|
33 |
- |
|
34 |
-#define TRANSPORT_F 0x01 |
|
35 |
-#define TTL_F 0x02 |
|
36 |
-#define USER_F 0x04 |
|
37 |
-#define METHOD_F 0x08 |
|
38 |
-#define MADDR_F 0x10 |
|
39 |
-#define LR_F 0x20 |
|
40 |
- |
|
41 |
-#define MAX_XURI_LEN 23 |
|
42 |
- |
|
43 |
-int encode_uri2(char *hdr,int hdrlen,str uri_str, struct sip_uri *uri_parsed,unsigned char *where); |
|
44 |
-int print_encoded_uri(FILE* fd,unsigned char *payload,int paylen,char *hdr,int hdrlen,char *prefix); |
|
45 |
-int print_uri_junit_tests(char *hdrstart,int hdrlen,unsigned char *payload,int paylen,FILE* fd,char also_hdr,char *prefix); |
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5192 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -41,5 +41,5 @@ |
41 | 41 |
#define MAX_XURI_LEN 23 |
42 | 42 |
|
43 | 43 |
int encode_uri2(char *hdr,int hdrlen,str uri_str, struct sip_uri *uri_parsed,unsigned char *where); |
44 |
-int print_encoded_uri(int fd,unsigned char *payload,int paylen,char *hdr,int hdrlen,char *prefix); |
|
45 |
-int print_uri_junit_tests(char *hdrstart,int hdrlen,unsigned char *payload,int paylen,int fd,char also_hdr,char *prefix); |
|
44 |
+int print_encoded_uri(FILE* fd,unsigned char *payload,int paylen,char *hdr,int hdrlen,char *prefix); |
|
45 |
+int print_uri_junit_tests(char *hdrstart,int hdrlen,unsigned char *payload,int paylen,FILE* fd,char also_hdr,char *prefix); |
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4518 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -2,14 +2,14 @@ |
2 | 2 |
* |
3 | 3 |
* Copyright (C) 2006-2007 VozTelecom Sistemas S.L |
4 | 4 |
* |
5 |
- * This file is part of openser, a free SIP server. |
|
5 |
+ * This file is part of Kamailio, a free SIP server. |
|
6 | 6 |
* |
7 |
- * openser is free software; you can redistribute it and/or modify |
|
7 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
8 | 8 |
* it under the terms of the GNU General Public License as published by |
9 | 9 |
* the Free Software Foundation; either version 2 of the License, or |
10 | 10 |
* (at your option) any later version |
11 | 11 |
* |
12 |
- * openser is distributed in the hope that it will be useful, |
|
12 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
13 | 13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | 14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | 15 |
* GNU General Public License for more details. |
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@1819 689a6050-402a-0410-94f2-e92a70836424
... | ... |
@@ -1,4 +1,24 @@ |
1 |
-/* $Id$ */ |
|
1 |
+/* $Id$ |
|
2 |
+ * |
|
3 |
+ * Copyright (C) 2006-2007 VozTelecom Sistemas S.L |
|
4 |
+ * |
|
5 |
+ * This file is part of openser, a free SIP server. |
|
6 |
+ * |
|
7 |
+ * openser is free software; you can redistribute it and/or modify |
|
8 |
+ * it under the terms of the GNU General Public License as published by |
|
9 |
+ * the Free Software Foundation; either version 2 of the License, or |
|
10 |
+ * (at your option) any later version |
|
11 |
+ * |
|
12 |
+ * openser is distributed in the hope that it will be useful, |
|
13 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
14 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
15 |
+ * GNU General Public License for more details. |
|
16 |
+ * |
|
17 |
+ * You should have received a copy of the GNU General Public License |
|
18 |
+ * along with this program; if not, write to the Free Software |
|
19 |
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
+ */ |
|
21 |
+ |
|
2 | 22 |
#include "../../str.h" |
3 | 23 |
#include "../../parser/msg_parser.h" |
4 | 24 |
|
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@1448 689a6050-402a-0410-94f2-e92a70836424
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+/* $Id$ */ |
|
2 |
+#include "../../str.h" |
|
3 |
+#include "../../parser/msg_parser.h" |
|
4 |
+ |
|
5 |
+#define SIP_OR_TEL_F 0x01 |
|
6 |
+#define SECURE_F 0x02 |
|
7 |
+#define USER_F 0x04 |
|
8 |
+#define PASSWORD_F 0x08 |
|
9 |
+#define HOST_F 0x10 |
|
10 |
+#define PORT_F 0x20 |
|
11 |
+#define PARAMETERS_F 0x40 |
|
12 |
+#define HEADERS_F 0x80 |
|
13 |
+ |
|
14 |
+#define TRANSPORT_F 0x01 |
|
15 |
+#define TTL_F 0x02 |
|
16 |
+#define USER_F 0x04 |
|
17 |
+#define METHOD_F 0x08 |
|
18 |
+#define MADDR_F 0x10 |
|
19 |
+#define LR_F 0x20 |
|
20 |
+ |
|
21 |
+#define MAX_XURI_LEN 23 |
|
22 |
+ |
|
23 |
+int encode_uri2(char *hdr,int hdrlen,str uri_str, struct sip_uri *uri_parsed,unsigned char *where); |
|
24 |
+int print_encoded_uri(int fd,unsigned char *payload,int paylen,char *hdr,int hdrlen,char *prefix); |
|
25 |
+int print_uri_junit_tests(char *hdrstart,int hdrlen,unsigned char *payload,int paylen,int fd,char also_hdr,char *prefix); |