Commit Graph

13158 Commits

Author SHA1 Message Date
Travis Cross cb58e81c17 add editor variables to mod_sofia.h 2012-05-23 23:44:44 +00:00
Anthony Minessale 6df4d7cdc5 FS-4245 --resolve 2012-05-23 13:13:32 -05:00
Anthony Minessale 0a70ea3e09 scgi updates 2012-05-23 13:12:32 -05:00
Mathieu Rene a5cd951c53 Update the outgoing channel handler so it passes the "var_event" event down towards rtmp_send_incoming_call since variables passed using originate are not yet in the session before the outgoing channel function returns. 2012-05-22 14:00:39 -04:00
Anthony Minessale fb790bc320 block any inbound messages when queue is full; add debounce for mwi and pres on register; fix missing detach attr on new mode to process reg in new thread 2012-05-22 10:27:23 -05:00
Anthony Minessale a672c99a57 FS-4224 --resolve this was a regression from d6374535 to fix FS-3029, when you find a profile you must release it 2012-05-22 07:59:21 -05:00
Anthony Minessale 792b004f36 add mwi-use-reg-callid 2012-05-21 13:55:50 -05:00
Anthony Minessale b3b2c37526 FS-3983 --resolve 2012-05-18 13:41:16 -05:00
Anthony Minessale bcd7a16290 indent 2012-05-18 10:15:08 -05:00
Jeff Lenk e32b90306e build warnings 2012-05-18 11:08:15 -05:00
Anthony Minessale 718a311a41 FS-4224 --resolve add optional wait param to sofia profile stop [sofia profile foo stop wait] 2012-05-18 07:52:58 -05:00
kapil c36b5f0cca fixing megaco conf xml error 2012-05-18 13:46:50 +05:30
Anthony Minessale bbdcd33bde performance tweaks for sip message parsing and event system 2012-05-17 20:10:53 -05:00
Anthony Minessale b117a65c50 put a little contention in the reg in new thread feature to prevent endless pileup 2012-05-17 19:57:02 -05:00
Anthony Minessale ad7149bfa6 allow mod loopback bowout to reach out across stacked loopback bridges and remove all of them 2012-05-17 18:57:22 -05:00
Travis Cross 83e090c30d add some casts to make things work with both gcc and VS
This amends commit 7bd9efc7f5.

Using the more explicit typedef causes gcc to warn about the
incompatible types for the reasons noted in the earlier commit
message.  This is why we just used the unsigned type earlier so we
could avoid all this casting.

The things we do to make Windows happy...
2012-05-17 16:40:30 +00:00
Anthony Minessale 92eb698ddc FS-4231 --resolve declinatio mortuus obfirmo! 2012-05-17 11:27:57 -05:00
Jeff Lenk 021f48d02e FS-4169 --resolve compiler warning for solaris 2012-05-17 10:28:51 -05:00
Jeff Lenk b65c321193 FS-4228 --resolve add zrtp support to windows vs2010 build 2012-05-17 08:38:11 -05:00
kapil df76709e95 Adding code to bring up MEGACO stack 2012-05-17 16:14:05 +05:30
Travis Cross d5484651ce squelch a Windows VS warning about null termination on the ZID
According Jeff Lenk, Windows Visual Studio doesn't understand that
people use the char type for non-null-terminated byte arrays, so it
throws a warning about this that causes the build to fail on Windows.

As the initial value for the ZID doesn't really matter here one iota,
just null-terminate it on Windows.
2012-05-17 06:13:32 +00:00
Travis Cross fdc9e7f8b6 work around libzrtp API mistake for VS
libzrtp's sas_is_verified field is a uint32_t, but zrtp_verified_set
expects a uint8_t.  This is a boolean field, so it doesn't matter one
way or the other.  gcc doesn't care, but Windows Visual Studio
apparently throws a warning about this.
2012-05-17 05:40:57 +00:00
Travis Cross 7bd9efc7f5 use the typedef for an enum rather than unsigned
The callback here receives both zrtp_protocol_event_t and
zrtp_security_event_t events.  The latter is numbered contiguously to
the former.  Still, it's a bit confusing to have to pick one as a
type, but apparently this fixes a warning on Visual Studio on Windows.

Thanks to Jeff Lenk.
2012-05-16 21:26:50 +00:00
Travis Cross 31e0e17d6b make some ZRTP-related integer casts explicit
...to satisfy Windows Visual Studio.  Thanks to Jeff Lenk.
2012-05-16 21:05:41 +00:00
Mahdi Moradi 4e4b4444d2 Microsoft visual studio project files. 2012-05-16 20:35:15 +04:30
Mahdi Moradi 18ee7ce3d0 First upload. 2012-05-16 20:10:13 +04:30
kapil 32c5100e62 Adding megaco stack configuration code and "megaco.conf.xml" 2012-05-16 18:36:26 +05:30
Travis Cross 0709cc6f1b make log message relevant even if FS doesn't have ZRTP 2012-05-16 02:50:13 +00:00
Travis Cross 7e193ed382 Revert "disable these options if zrtp isn't enabled"
Brian and I talked about this and concurred on the reversion here.
Part of the point of the ZRTP pass-through mode code is that it allows
two legs to have a ZRTP-enabled call even if FS doesn't have ZRTP.

This reverts commit f0aa4ab390.
2012-05-16 02:41:24 +00:00
Brian West f0aa4ab390 disable these options if zrtp isn't enabled. 2012-05-15 21:05:04 -05:00
Mathieu Rene f3fe2232f3 Remove stuff that should've been gitignored 2012-05-15 19:52:57 -04:00
Mathieu Rene bb875ce6ff mod_megaco: add sample config file and refuse to start a profile without a configuration 2012-05-15 19:45:36 -04:00
Mathieu Rene 6a32e98c49 Add mod_megaco skeleton with basic profile support and a lot of todos for Kapil 2012-05-15 19:37:41 -04:00
Anthony Minessale da9aacc62e FS-4217 --resolve 2012-05-15 08:48:08 -05:00
Anthony Minessale 5c75d4cf5b FS-4220 --resolve i refactored this into a general cross platform function and use it everywhere else we try to set affinity 2012-05-15 08:31:42 -05:00
Anthony Minessale 0a5a057c46 add inbound-reg-in-new-thread sofia param to launch a new thread to process each new inbound register when using heavier backends 2012-05-14 17:51:15 -05:00
Anthony Minessale 1eae27942e addition to 5b3b77071b 2012-05-14 13:07:40 -05:00
Anthony Minessale 4670a770cf fix sofia interaction with presence api command 2012-05-14 11:06:36 -05:00
Anthony Minessale 5b3b77071b make sure bargers use the same codec as bargee to avoid transcoding delay 2012-05-14 10:03:35 -05:00
Anthony Minessale e7b4821844 clean up forking code in example 2012-05-14 07:13:26 -05:00
Anthony Minessale 172e4a3041 FS-4183 here is a start, it still needs some work but here are the basic components, initially I am using the algorithim we use to generate artifical silence (static) and using one of those values to sleep a certian number of microseconds plus the cumulative bytes of events but i bet there is still some predictability in there so it needs some more 2012-05-14 06:58:41 -05:00
Giovanni Maruzzelli 44fd0de8ff gsmopen: indented 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli 8a1508d669 gsmopen: correctly receives SMSs in GSM7 and UCS2 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli eb93a14eb3 gsmopen: correctly sends SMSs in GSM7 or UCS2. Let's check SMS receiving 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli 4101e6b2b7 gsmopen: mod_sms tweak 2012-05-14 02:04:36 +02:00
Anthony Minessale 0b43b32b42 Wrong week to quit sniffing glue 2012-05-11 13:34:42 -05:00
Anthony Minessale dd1ae3307c another tweak 2012-05-11 13:12:44 -05:00
Anthony Minessale bbd9aa237e another tweak 2012-05-11 13:06:35 -05:00
Anthony Minessale afdfb9a6e1 fix missed error condition 2012-05-11 12:46:32 -05:00
Anthony Minessale f3b1809a63 tweak to standby mode 2012-05-11 10:20:45 -05:00
Giovanni Maruzzelli 03bfc941a1 gsmopen: not check for CKPD when receiving SMS 2012-05-11 08:08:22 +02:00
Anthony Minessale f9653fbd38 FS-4204 --resolve 2012-05-10 22:34:37 -05:00
Giovanni Maruzzelli aba8e073a4 skypopen: don't whine in debug when skypeout to pstn 2012-05-10 23:05:08 +02:00
Giovanni Maruzzelli dbafc38b3e skypopen: sk balances gives you how many credits you have, no more errors 2012-05-10 23:05:08 +02:00
Anthony Minessale 7044273376 not worth it.... 2012-05-10 12:23:00 -05:00
Anthony Minessale e54ab070f4 put presence-data in events 2012-05-10 12:15:30 -05:00
Anthony Minessale 787d81db32 fix bsd build issue 2012-05-10 10:57:29 -05:00
Anthony Minessale 68021e862f send silence on smaller sleeps 2012-05-10 09:51:07 -05:00
Anthony Minessale e0db68d20b add string to url 2012-05-10 09:51:07 -05:00
Anthony Minessale 576fbb97ad tweak 2012-05-10 07:10:19 -05:00
Daniel Swarbrick 951f159901 update mongo-c-driver to 0.5.2 2012-05-10 11:03:04 +02:00
Daniel Swarbrick 3ba5c72977 release mutex after iterating over channel vars 2012-05-10 10:19:45 +02:00
Michael S Collins fbee3b5aae Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-05-09 15:21:21 -07:00
Michael S Collins 7b54701d7c mod_voicemail: Improved feedback to user when chaning vm passwords. 2012-05-09 15:20:40 -07:00
Brian West 6c0e1f90f9 tweak 2012-05-09 17:11:03 -05:00
Anthony Minessale d7cf0bbed0 add mod_xml_scgi (like xml_curl minus the web server direct to an application backend that supports the SCGI protocol) 2012-05-09 14:06:00 -05:00
Anthony Minessale 5a059ef630 add autocomplete for uuid_video_refresh 2012-05-09 12:11:21 -05:00
Anthony Minessale 99bac0d05b add video_refresh dp and uuid_video_refresh fsapi 2012-05-09 09:06:21 -05:00
Anthony Minessale 2a4eb84e4d confirm_transfer tweak 2012-05-09 08:49:52 -05:00
Anthony Minessale 225eebc20d take out 101 dialing 2012-05-08 19:44:39 -05:00
Anthony Minessale f106c18f51 tweak to confirm blind transfer patch 2012-05-08 19:33:53 -05:00
Anthony Minessale d82a38dfd6 fix missing close brace 2012-05-08 19:25:14 -05:00
Travis Cross c985853cbf mod_posix_timer: we'll find a better way to comply with gcc -pedantic on lucid
We shouldn't be logging in a signal handler.

This reverts commit c728efdbb9.
2012-05-08 20:45:05 +00:00
Anthony Minessale 76c0201e89 dtmf tweak 2012-05-08 12:52:52 -05:00
Anthony Minessale 9a802cd4d3 FS-4160 2012-05-08 11:51:52 -05:00
Travis Cross c728efdbb9 mod_posix_timer: comply with gcc -pedantic
Thanks to Thierry Panthier for pointing this out.
2012-05-08 18:13:07 +00:00
Anthony Minessale 07204a1fb5 add param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfers keep the transferrer on the line until its confirmed that the call was completed or brings it back to the bridge. blind_transfer_ack app can be executed in the dp by the transferee to indicate sucess or fail or a sucessful bridge will automatically trigger a success 2012-05-08 08:50:41 -05:00
Anthony Minessale 1fc57f9828 FS-4198 --resolve 2012-05-08 07:43:01 -05:00
Anthony Minessale 024e5fdefd FS-4196 --resolve 2012-05-08 07:41:10 -05:00
Jeff Lenk a9b997468d fix compiler warning 2012-05-07 17:26:09 -05:00
Anthony Minessale a511ff3026 re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
Anthony Minessale 092a0f8b5f FS-4194 --resolve 2012-05-07 13:09:51 -05:00
Jeff Lenk fd62240199 changes for mod_gsmopen for vs2010 2012-05-07 14:05:21 -05:00
Anthony Minessale ce186707ff FS-3577 --resolve 2012-05-07 11:44:19 -05:00
Anthony Minessale ca7a1acb1d FS-3809 --resolve 2012-05-07 11:43:39 -05:00
Anthony Minessale bafba4a991 FS-4142 --resolve 2012-05-07 11:42:58 -05:00
Anthony Minessale 09e6152382 FS-3995 --resolve 2012-05-07 11:41:54 -05:00
Jeff Lenk bbe3249de8 some windows changes for gsmopen for vs2008 - 2010 changes next 2012-05-07 13:44:07 -05:00
Giovanni Maruzzelli 00a6f61a67 skypopen: indented 2012-05-07 19:02:16 +02:00
Giovanni Maruzzelli 56f415a164 skypopen: mark chatmessages SEEN 2012-05-07 19:02:16 +02:00
Anthony Minessale f7476320db FS-4177 play-file-done was not previously possible it was part of supressing play-file, try this patch 2012-05-07 10:24:08 -05:00
Anthony Minessale b43fa94551 FS-4192 --resolve found the problem, this might also fix your intercept bug 2012-05-07 10:05:56 -05:00
Travis Cross dc59561324 mod_pocketsphinx: install default.dic with correct mode 2012-05-07 16:36:18 +00:00
Giovanni Maruzzelli 8597842a56 skypopen: hook up to mod_sms, spawning a thread for servicing chatmessage 2012-05-07 17:31:32 +02:00
Anthony Minessale c2ac863492 FS-4176 send vid refresh when switching to mirror 2012-05-07 08:48:22 -05:00
Anthony Minessale 090345de4c add outcall_flags 2012-05-07 08:46:04 -05:00
Anthony Minessale 7f76b67f5d FS-4191 --resolve 2012-05-07 08:17:41 -05:00
Di-Shi Sun ffc4c83bfa Added mod_osp module documentation. 2012-05-07 15:52:11 +08:00
Travis Cross d95ac52a15 correct some module .gitignore entries 2012-05-05 23:29:18 +00:00
Anthony Minessale 073e405642 do same as last patch with sched_hangup app 2012-05-04 19:48:31 -05:00
Anthony Minessale 1374f98645 make sched_hangup +0 the same as uuid_kill 2012-05-04 19:44:29 -05:00
Anthony Minessale 64d4d9ea57 add pickup endpoint and app to dptools add pickup/keyname to forked dial, then route a call to call app pickup(keyname) to have your channel return from originate. sub to pickup+keyname or presence map the pickup proto to use on blf 2012-05-04 18:59:34 -05:00
Anthony Minessale 5c66ab4793 fix xml object leak in conference cdrs 2012-05-04 18:59:34 -05:00
Travis Cross e278c0facd mod_mongo: pass CXXFLAGS to mongo build 2012-05-04 22:15:47 +00:00
Travis Cross 56e4a5fc5d mod_mongo: let mongo build with ccache 2012-05-04 21:04:42 +00:00
William King 6ac20ed54d If the notify event contains call-info headers, then process the call-info linked list into comma separated values and add them to a header on the event. 2012-05-04 10:07:08 -07:00
Anthony Minessale ca39f15aa9 let the var take precedence over the profile setting 2012-05-04 11:41:54 -05:00
Anthony Minessale e8098c060d FS-4184 --resolve 2012-05-04 08:47:27 -05:00
Giovanni Maruzzelli 67240d2905 skypopen: DISABLED (for the time being) mod_sms hookup needs to CHAT CREATE, then read back the DIALOG. It will have to be spun as a separate thread, but is here as a proof of concept. I disable it right now 2012-05-04 16:39:50 +02:00
Giovanni Maruzzelli c64813f4fd skypopen: mod_sms hookup, is flawed, because it needs to CHAT CREATE, then read back the DIALOG. It will have to be spun as a separate thread, but is here as a proof of concept. I disable it right now 2012-05-04 16:39:50 +02:00
Anthony Minessale 29f23c1c67 FS-4185 --resolve 2012-05-04 08:32:32 -05:00
Anthony Minessale 5190bd0849 FS-4186 --resolve 2012-05-04 08:25:48 -05:00
Anthony Minessale fd9486f0ed remove 2012-05-04 07:42:49 -05:00
Giovanni Maruzzelli 1ad0d0af36 gsmopen: FS-4155, mod_sms hookup 2012-05-04 14:46:30 +02:00
Jeff Lenk 1b399d3cf2 FS-4184 --resolve 2012-05-04 08:44:38 -05:00
Travis Cross 6a9572fca9 fix mod_pocketsphinx build under make -j 2012-05-04 02:36:29 +00:00
Travis Cross f3f954bdb4 whitespace 2012-05-04 02:30:58 +00:00
Anthony Minessale 8664dc6d5a some perfomance tweaks 2012-05-03 16:31:21 -05:00
Anthony Minessale 2368f556ac FS-4180 --resolve 2012-05-03 14:23:09 -05:00
Anthony Minessale 086cbf1bfc FS-4176 --resolve 2012-05-03 13:17:05 -05:00
Giovanni Maruzzelli de019abd21 gsmopen: indented 2012-05-03 15:23:57 +02:00
Giovanni Maruzzelli 1666292025 gsmopen: fix FS-4181 , catch gsmlib exceptions 2012-05-03 15:22:15 +02:00
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
William King 40fff624df Some sip notify events don't have a content type, such as notifies that only update the caller id info of a call. 2012-05-02 12:55:34 -07:00
Anthony Minessale 3cdb00a525 reduce events on many to many sla 2012-05-02 00:04:23 -05:00
Anthony Minessale 1c6d7ce68f FS-4166 2012-04-30 19:37:59 -05:00
Anthony Minessale df8696293d FS-4166 2012-04-30 18:25:59 -05:00
Anthony Minessale e71b238e9e FS-4166 2012-04-30 18:13:32 -05:00
Anthony Minessale b571952909 FS-4166 2012-04-30 18:06:20 -05:00
Anthony Minessale 940636588c FS-4166 2012-04-30 17:51:31 -05:00
David Yat Sin d56aebcc13 Changed error message from CRIT to ERROR, because message is not CRITICAL 2012-04-30 14:22:42 -04:00
Christopher Rienzo acd3689666 FS-4064 mod_posix_timer workaround of CentOS 5 glibc problem 2012-04-30 17:39:53 +00:00
Anthony Minessale 2a0ca295cc FS-4144 --resolve 2012-04-27 15:28:17 -05:00
Anthony Minessale 481df053ac require timer by default unless its t.38 re-invite 2012-04-27 14:41:32 -05:00
Anthony Minessale 4630e3b927 FS-4160 try this 2012-04-27 11:37:21 -05:00
Anthony Minessale f1b504402b add core-db-inner-pre-trans-execute and core-db-inner-post-trans-execute to switch.conf.xml to wrap sql stmts inside the meat of the core transactions 2012-04-26 11:28:47 -05:00
Anthony Minessale 21b1ffbf25 add core-db-pre-trans-execute and core-db-post-trans-execute to switch.conf.xml to wrap sql stmts around the core transactions 2012-04-26 11:12:16 -05:00
Anthony Minessale b553d62fbd add sip_require_timer=true variable to enable require timer on session refresh that breaks finicky endpoints 2012-04-26 10:35:02 -05:00
William King b123214eff typo fixed 2012-04-26 10:13:07 -07:00
William King 37e726b7e7 Confirm we can open the file successfully before trying to add it to a libvlc media player 2012-04-26 09:06:09 -07:00
Anthony Minessale 8203475563 FS-4148 --resolve note: see switch_core_session_get_partner 2012-04-26 08:52:29 -05:00
Anthony Minessale 5e99d34fd8 FS-4146 --resolve 2012-04-26 08:10:30 -05: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
Christopher Rienzo 65c4f76f40 allow space after filename in play_and_detect_speech 2012-04-25 17:58:41 +00: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
Christopher Rienzo 4178393a73 fix bug with max-age 2012-04-25 01:30:47 +00:00
Christopher Rienzo d79982e72c added SSL support to mod_http_cache 2012-04-25 00:18:56 +00:00
Giovanni Maruzzelli 2a25c4f2e7 gsmopen: AT commands cosmetics 2012-04-24 16:30:20 +02:00
Anthony Minessale 273aa89423 set uniq header flag 2012-04-24 07:47:36 -05:00
Giovanni Maruzzelli fbbbd06e28 gsmopen: send out those pesky DTMFs 2012-04-24 14:31:50 +02:00
Anthony Minessale d5766ceaa0 FS-4115 --resolve this should fix it in all circumstances 2012-04-23 13:25:21 -05:00
Anthony Minessale d642c2c1a6 add loopback_initial_codec variable to specifiy the codec of a one legeded loopback channel 2012-04-23 12:16:53 -05:00
Travis Cross f73804ac6a mod_gsmopen: remove binaries from tree 2012-04-23 18:41:26 +00:00
Anthony Minessale 5e5a2ff84b FS-4141 --resolve 2012-04-23 07:50:57 -05: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 4991751970 sometimes compiler warnings are annoying 2012-04-20 09:53:51 -05:00
Anthony Minessale 7cbafee809 FS-4128 2012-04-20 09:47:09 -05:00
Anthony Minessale c6aaa281f1 FS-4135 --resolve 2012-04-20 08:56:14 -05: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 5f76f3b912 FS-4135 --resolve hint, add a leading '=' to disable passing a-leg codecs <param name="outbound-codec-prefs" value="=6839{outbound_codec_prefs}"/> 2012-04-19 19:36:48 -05:00
Anthony Minessale a47d924a82 FS-4134 --resolve 2012-04-19 11:49:56 -05:00
Anthony Minessale 773a4c1f84 FS-4128 2012-04-19 09:52:57 -05:00
Anthony Minessale 7427fb9686 FS-4131 2012-04-19 09:25:50 -05:00
Anthony Minessale 6130f617c6 FS-4132 try this 2012-04-19 09:17:57 -05:00
Anthony Minessale 474f89e040 FS-4128 2012-04-19 09:01:58 -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 54af0dcfe2 regression from 385a92cec7 2012-04-18 19:02:06 -05:00
Anthony Minessale 1c70afabdd regression from 385a92cec7 2012-04-18 19:00:37 -05:00
Anthony Minessale 8691b484c2 FS-4128 --resolve regression from commit 73279f01bf FS-3166 2012-04-18 14:55:59 -05:00
Anthony Minessale ae23edad9c FS-4111 --resolve 2012-04-18 14:49:00 -05:00
Anthony Minessale 9752b272dc FS-4070 --resolve I added something to check for the bridge flag too and i guess its only when you are getting cng frames 2012-04-18 13:12:07 -05: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 1fbde2b403 FS-3902 --resolve 2012-04-18 08:53:44 -05:00
Anthony Minessale 2fc4960f97 fix regression in commit 19f441c6f4 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
Anthony Minessale f2a77da45e FS-4126 --resolve 2012-04-18 08:08:45 -05: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
Ken Rice 113c00aa5b FS-4117 --resolve 2012-04-18 09:33:10 -05:00
Jeff Lenk e6963e34bb FS-4127 --resolve 2012-04-18 09:17:52 -05: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 395965891e FS-4119 --resolve 2012-04-17 16:53:25 -05:00
Anthony Minessale 456b07eb8b FS-4125 --resolve you should really switch to {} when you know you have one dial string but i'll add this as a convienence 2012-04-17 16:51:40 -05: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
Anthony Minessale e27a9c78c3 put caller back into the fifo if the agent hangs up before they are bridged 2012-04-17 16:12:14 -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 02e5eaefec FS-4118 --resolve 2012-04-16 16:14:20 -05:00
Anthony Minessale 6e512f1a89 FS-4053 --resolve 2012-04-16 11:57:19 -05:00
Anthony Minessale e1db065195 FS-4115 possible workaround for sipura bug + recording 2012-04-16 11:14:22 -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
Brian West 1454cdf15a send the name and number in the right order 2012-04-13 15:33:42 -05:00
Anthony Minessale ab0736127a FS-4043 --resolve 2012-04-13 12:47:30 -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 f6c9e19639 FS-3750 2012-04-13 11:19:08 -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
Anthony Minessale a76a252514 FS-4109 --resolve 2012-04-13 08:57:34 -05: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 6a3478f2f1 FS-3750 --resolve 2012-04-13 08:43:46 -05:00
Anthony Minessale 44e5691223 FS-4107 --resolve 2012-04-13 07:33:00 -05:00
Anthony Minessale a00e9afe92 swig 2012-04-12 16:28:50 -05:00
Anthony Minessale f9aec85b76 FS-4105 --resolve 2012-04-12 10:00:37 -05:00
Anthony Minessale ca27465020 FS-4104 --resolve 2012-04-12 09:53:53 -05:00
Anthony Minessale 76fcaf4c35 doh 2012-04-12 09:36:23 -05:00
Anthony Minessale ccf01a6d30 FS-4066 --resolve pidf and its many varieties FTW 2012-04-12 09:35:09 -05:00
Jeff Lenk 7e69fd8fd7 vs2010 reswig 2012-04-12 10:35:26 -05:00
Anthony Minessale f9b3266720 endless recursion loop protection to go with new recursive variable expansion feature 2012-04-12 07:23:08 -05:00
Giovanni Maruzzelli d31b3e488c gsmopen: signal low alarm is now at < than 11 RSSI 2012-04-12 11:41:31 +02:00
Anthony Minessale 9ced4a353b FS-4037 --resolve 2012-04-11 15:31:56 -05:00
Anthony Minessale 385a92cec7 add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000] will end up as w00t 2012-04-11 15:30:37 -05:00
Anthony Minessale febb9cc07e FS-4037 revert 4817768299 causing audio issues with speex 2012-04-11 09:59:55 -05:00
Anthony Minessale a4de359df4 FS-4077 --resolve this is unrelated, we had to move the network list loader before the modules load because some people using static configs would have mod_sofia load before the acl were in place and it would prevent mod_sofia from doing proper nat detection. This commit should fix it by loading acl both before and after module load 2012-04-11 09:53:35 -05:00
Anthony Minessale 2f998764c8 FS-4101 --resolve 2012-04-11 08:39:01 -05:00
Anthony Minessale 8954b44e9e FS-4088 2012-04-11 08:16:15 -05:00
Ken Rice 4307bee1e5 FS-4100 --resolve 2012-04-11 09:10:56 -05:00
Jeff Lenk 40c255b4d2 FS-4077 add missing 2012-04-11 08:17:39 -05:00
Anthony Minessale 995ae2621c FS-3769 --resolve 2012-04-10 16:17:16 -05:00
Anthony Minessale 6072da1b1f FS-3993 --resolve 2012-04-10 15:46:27 -05:00