[packages] add opensips (openser fork)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17842 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
21
net/opensips/patches/001-no_rej.patch
Normal file
21
net/opensips/patches/001-no_rej.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- a/pvar.c.rej
|
||||
+++ /dev/null
|
||||
@@ -1,18 +0,0 @@
|
||||
-***************
|
||||
-*** 2409,2415 ****
|
||||
- LM_ERR("invalid socket specification\n");
|
||||
- return -1;
|
||||
- }
|
||||
-- si = grep_sock_info(&host, (unsigned short)port,
|
||||
- (unsigned short)proto);
|
||||
- if (si==NULL)
|
||||
- return -1;
|
||||
---- 2409,2416 ----
|
||||
- LM_ERR("invalid socket specification\n");
|
||||
- return -1;
|
||||
- }
|
||||
-+ set_sip_defaults( port, proto);
|
||||
-+ si = grep_sock_info(&host, (unsigned short)port,
|
||||
- (unsigned short)proto);
|
||||
- if (si==NULL)
|
||||
- return -1;
|
Reference in New Issue
Block a user