98 Commits

Author SHA1 Message Date
Giovanni Maruzzelli
a10f01f10c gsmopen: indented 2012-05-03 14:15:10 +02:00
Giovanni Maruzzelli
e589efb17f gsmopen: fix FS-4149 2012-05-03 14:13:44 +02:00
Giovanni Maruzzelli
2431e0f235 gsmopen: indented 2012-05-03 10:59:14 +02:00
Giovanni Maruzzelli
f28ba547df gsmopen: fix FS-4150 , deleted a spurious new_inbound_channel(), checked all gsmopen->fs->sip machinery, then I got problems with audio(only in gsmopen->fs->sip not the reverse): I was baffled by a snom bug for a week, then I tested with Xlite and worked, so I grow suspicious, I updated snom320 firmware and worked. Hate those things 2012-05-03 10:59:14 +02:00
Ken Rice
7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
Giovanni Maruzzelli
893d7eff9d gsmopen: correct sequence of callflow when got CEND: (nocarrier)->(hangup)->(idle) 2012-04-25 11:22:03 +02:00
Giovanni Maruzzelli
0e4fa9e23b gsmopen: AT+CREG erratic behavior does no more give errors or warnings when badly formatted unsolicited signaling 2012-04-25 09:11:36 +02:00
Giovanni Maruzzelli
2a25c4f2e7 gsmopen: AT commands cosmetics 2012-04-24 16:30:20 +02:00
Giovanni Maruzzelli
fbbbd06e28 gsmopen: send out those pesky DTMFs 2012-04-24 14:31:50 +02:00
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
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
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
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
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
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
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
Giovanni Maruzzelli
61894c23ae gsmopen: zeroize sms_message store in case we receive an empty message 2012-04-17 11:27:54 +02: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
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
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
Giovanni Maruzzelli
d31b3e488c gsmopen: signal low alarm is now at < than 11 RSSI 2012-04-12 11:41:31 +02:00
Giovanni Maruzzelli
d3d83ad87e gsmopen: config file 2012-04-10 15:38:53 +02:00
Giovanni Maruzzelli
bcc25a48dc gsmopen: cosmetic 2012-04-10 14:54:40 +02:00
Giovanni Maruzzelli
06450692da gsmopen: removing whard wired paths 2012-04-10 14:44:02 +02:00
Giovanni Maruzzelli
599f7c3a45 gsmopen: cleaning write-read frame 2012-04-10 13:18:49 +02:00
Giovanni Maruzzelli
15ca630149 gsmopen: getting rid of old stuff 2012-04-06 22:50:12 +02:00
Giovanni Maruzzelli
c2b93b8350 gsmopen: readded mod_gsmopen.cpp, deleted by mistake 2012-04-06 22:40:54 +02:00
Giovanni Maruzzelli
100bccbcf8 gsmopen: reshuffling 2012-04-06 22:33:27 +02:00
Giovanni Maruzzelli
8f25ba224a gsmopen: reshuffling 2012-04-06 22:32:43 +02:00
Giovanni Maruzzelli
e34abad830 gsmopen: removed directory noaudio_nogsmlib_nocplusplus 2012-04-06 22:27:08 +02:00
Giovanni Maruzzelli
eb26a9e126 gsmopen: indent 2012-04-06 22:25:55 +02:00