http port
"Rene Kluwen" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Please find attached a patch that allows http smsc's receive dlrs/mo's. Without it, no http receive port is opened. I don't know when it changed, because it used to work fine. Votes? == Rene
http_port.patch
(application/octet-stream, 431 B)
Index: gw/smsc/smsc_http.c
===================================================================
--- gw/smsc/smsc_http.c (revision 4903)
+++ gw/smsc/smsc_http.c (working copy)
@@ -2071,6 +2071,7 @@
return -1;
}
conndata = gw_malloc(sizeof(ConnData));
+ conndata->port = portno;
conndata->http_ref = NULL;
conndata->success_regex =
conndata->permfail_regex = conndata->tempfail_regex = NULL;
smime.p7s
(application/x-pkcs7-signature, 6.2 KB) - not displayed