4806 Commits

Author SHA1 Message Date
Travis Cross
f73804ac6a mod_gsmopen: remove binaries from tree 2012-04-23 18:41:26 +00:00
Giovanni Maruzzelli
adae5e5648 gsmopen: closing libctb serial ports when unloading or reloading mod_gsmopen 2012-04-21 16:08:32 +02:00
William King
5780293696 Adding headers for fail2ban to better handle the source and target of the failures. 2012-04-20 15:05:27 -07:00
Anthony Minessale
845639025c FS-4122 2012-04-20 08:04:32 -05:00
Giovanni Maruzzelli
b453c2fdfc gsmopen: reporting git version of files in logging 2012-04-20 10:23:50 +02:00
Giovanni Maruzzelli
470005fcdb gsmopen: config file update 2012-04-20 09:52:06 +02:00
Giovanni Maruzzelli
4ae62cfafb gsmopen: cosmetics 2012-04-20 09:43:25 +02:00
Giovanni Maruzzelli
bbae68a125 gsmopen: compile with gsmlib by default, cosmetics on unicode console tests 2012-04-20 09:32:05 +02:00
Giovanni Maruzzelli
855e16c288 gsmopen: unicode charset test not just for windoz 2012-04-20 09:13:01 +02:00
Giovanni Maruzzelli
ea79dbb239 gsmopen: choose codepage 65001 in windows, let's hope to have unicode in console 2012-04-20 08:59:49 +02:00
Anthony Minessale
a47d924a82 FS-4134 --resolve 2012-04-19 11:49:56 -05:00
Anthony Minessale
6130f617c6 FS-4132 try this 2012-04-19 09:17:57 -05:00
Giovanni Maruzzelli
38874956fa gsmopen: gsmlib compile on windows with gsmlib, new solution for gsmlib, mod_gsmopen compiles again on linux (with gsmlib) 2012-04-19 11:32:29 +02:00
Giovanni Maruzzelli
1f9c34cce4 gsmopen: added lib directory to libctb 2012-04-19 08:35:09 +02:00
Anthony Minessale
677b223579 FS-4122 --resolve this fixes the issue and eliminates the delay unless you configure it to have some 2012-04-18 09:56:06 -05:00
Giovanni Maruzzelli
6ea05d25f7 gsmopen: gsmlib compile on windows, made a solution (vc++ makefile) for it 2012-04-18 17:57:07 +02:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
437e502b59 fix my contact info as i havent had that email address in years 2012-04-18 11:52:02 -05:00
Anthony Minessale
f7579162be fix build 2012-04-18 09:34:02 -05:00
Anthony Minessale
2fc4960f97 fix regression in commit 19f441c6f4516f035828aa112bcf92f47f4e0f28 2012-04-18 08:53:44 -05:00
Giovanni Maruzzelli
675bf4f546 gsmopen: windows config file update 2012-04-18 16:46:59 +02:00
Giovanni Maruzzelli
3156a1ec9a gsmopen: compile on windows, with iconv for windows. Substituted actual file to symlink 2012-04-18 16:33:09 +02:00
Giovanni Maruzzelli
9134968fd6 gsmopen: compile on windows, with iconv for windows 2012-04-18 16:32:22 +02:00
Giovanni Maruzzelli
47ab2eb7b2 gsmopen: compile on windows, with iconv for windows 2012-04-18 16:25:09 +02:00
Giovanni Maruzzelli
7a0b41c42f Merge branch 'gsmopen01' 2012-04-18 15:48:39 +02:00
Giovanni Maruzzelli
98b51e5681 gsmopen: zeroize sms_message store in case we receive an empty message 2012-04-18 15:46:23 +02:00
Giovanni Maruzzelli
b20558818c gsmopen: not compiling with gsmlib by default right now, will be default soon 2012-04-18 15:41:08 +02:00
Giovanni Maruzzelli
e08c027dbe gsmopen: added an excerpt from gsmlib FAQ on how to sending UCS2 when characters cannot be represented in GSM-7 (gsmlib does not support utf to UCS2) 2012-04-18 15:35:53 +02:00
Giovanni Maruzzelli
4ed53eca23 gsmopen: updated gsmopen.h 2012-04-18 15:18:39 +02:00
Giovanni Maruzzelli
a4df4fa1f4 gsmopen: added gsmlib support to outbound smss (eg: PDU mode). Must implement a mechanism to fall back sending in UCS2 when characters cannot be represented in iso-8859-1 (gsmlib does not support utf) 2012-04-18 15:17:31 +02:00
William King
180f535490 Adding a failed registration event and adding an auth result header on the attempt event. 2012-04-17 17:28:47 -07:00
Anthony Minessale
19f441c6f4 move relevant portion of display update code into the core and fix mod_loopback bug involving passing display updates across properly 2012-04-17 16:13:41 -05:00
Giovanni Maruzzelli
a621cdee99 gsmopen: added proof of concet to send pdu messages via gsmlib 2012-04-17 22:54:54 +02:00
Giovanni Maruzzelli
1f664b68f4 gsmopen: added gsmlib support to incoming smss (eg: PDU mode) 2012-04-17 21:17:09 +02:00
Giovanni Maruzzelli
3df7a04df5 gsmopen: added win_iconv 2012-04-17 20:11:44 +02:00
Giovanni Maruzzelli
3747375196 gsmopen: re-added gsmlib 2012-04-17 18:40:32 +02:00
Anthony Minessale
51810b9892 FS-4120 --resolve 2012-04-17 08:31:47 -05:00
Giovanni Maruzzelli
61894c23ae gsmopen: zeroize sms_message store in case we receive an empty message 2012-04-17 11:27:54 +02:00
Anthony Minessale
6e512f1a89 FS-4053 --resolve 2012-04-16 11:57:19 -05:00
Giovanni Maruzzelli
4ff99df417 gsmopen: Makefile.am updated 2012-04-16 16:23:24 +02:00
Giovanni Maruzzelli
e6689bada9 gsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout from serial port 2012-04-16 15:18:08 +02:00
Anthony Minessale
9c288870e2 FS-3994 --resolve regression from FS-3596:b2d2353c 2012-04-13 15:58:49 -05:00
Anthony Minessale
0eb9b0101f FS-4110 --resolve yes this block is wrong we can't guess the right presence id here 2012-04-13 11:37:06 -05:00
Anthony Minessale
1145905513 FS-4106 --resolve 2012-04-13 11:18:16 -05:00
Giovanni Maruzzelli
59af24747e gsmopen: workaround for reading with timeout, need something to simulate the poll. Next week :) 2012-04-13 18:30:48 +02:00
Giovanni Maruzzelli
f74ba1ae61 Merge branch 'master' into gsmopen01 2012-04-13 17:18:03 +02:00
Giovanni Maruzzelli
9fb2c7f25a gsmopen: hardwired SMS unicode test now works 2012-04-13 16:09:54 +02:00
Giovanni Maruzzelli
d3a11b56b3 gsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS will die, let's do the opposite, first csmp then cscs. Two days catching this one. Bah :/ 2012-04-13 15:46:26 +02:00
Anthony Minessale
ccf01a6d30 FS-4066 --resolve pidf and its many varieties FTW 2012-04-12 09:35:09 -05:00
Giovanni Maruzzelli
d31b3e488c gsmopen: signal low alarm is now at < than 11 RSSI 2012-04-12 11:41:31 +02:00