Eliot Gable
3d0c245f80
Revert "Initial draft of message dispatcher system; untested, experimental. Do not enable unless you know what you are doing." Pushing into branch.
...
This reverts commit c6b3a686f6
.
2013-02-18 14:24:10 +00:00
Eliot Gable
c6b3a686f6
Initial draft of message dispatcher system; untested, experimental. Do not enable unless you know what you are doing.
2013-02-17 23:40:10 +00:00
Raymond Chandler
9733740cab
Merge branch 'master' of fs-git:freeswitch
2013-02-15 14:47:56 -05:00
Raymond Chandler
660fd495fc
4714 --resolve add decode
2013-02-15 14:47:49 -05:00
Giovanni Maruzzelli
1a3a11fa1a
FS-5102 mod_skypopen crashes FS when skype is not working or skype user tries to log in without network connection present
2013-02-15 12:16:49 +01:00
Anthony Minessale
b14fd4a5a4
FS-4923 try this
2013-02-14 14:07:25 -06:00
Michael Jerris
d47726659f
add a bit more error checking to module loader
2013-02-14 15:03:33 -05:00
Anthony Minessale
6abdbe5ac4
FS-5044 --resolve proposed solution appears to be the best route
2013-02-14 11:20:11 -06:00
Raymond Chandler
cd7d1efc2a
FS-4714 --resolve patch applied
2013-02-13 15:08:19 -05:00
Brian West
090cdaa9d3
sigh
2013-02-12 17:03:06 -06:00
Anthony Minessale
060acff2dd
FS-5094 --resolve
2013-02-12 09:21:21 -06:00
Ken Rice
8a0c5152d7
FS-4906 --resolve
2013-02-11 20:08:15 -06:00
Anthony Minessale
ab9d77b456
FS-3912 --resolve
2013-02-11 16:32:12 -06:00
Anthony Minessale
f510fa8c3a
FS-5089 --resolve
2013-02-11 14:38:11 -06:00
Eliot Gable
10b8145497
Add cJSON_Duplicate() function from upstream source.
2013-02-11 18:53:37 +00:00
Anthony Minessale
475c235df4
FS-5053
2013-02-10 17:29:16 -06:00
Jeff Lenk
099d7979b3
FS-4830 --resolve mod_json_cdr misses information
2013-02-10 11:53:29 -06:00
Travis Cross
1a08987975
Make custom directory for mod_xml_cdr if missing
...
Previously mod_xml_cdr would only make its directory if log-dir was
not specified. The behavior now matches that of mod_json_cdr.
2013-02-10 04:32:52 +00:00
Anthony Minessale
578f455741
FS-5084 There is only one thing I can see that might be the case, try this patch [bounty payable via paypal@freeswitch.org]
2013-02-08 13:18:13 -06:00
Anthony Minessale
7989798ec4
FS-5082 test this patch
2013-02-07 19:58:04 -06:00
Marc Olivier Chouinard
30faa2dd87
FS-4532 --resolve
2013-02-07 22:01:08 -05:00
Ken Rice
f3550eb410
FS-5075 --resolve
2013-02-07 19:27:36 -06:00
Anthony Minessale
a55a9b3915
FS-5081 --resolve cool, thanks
2013-02-07 07:35:24 -06:00
Michael Jerris
1e6200b597
FS-5074: --resolve support sqlite:// for DSNs
2013-02-05 14:52:55 -06:00
Anthony Minessale
f3206e5ff1
reswig and fix header file
2013-02-04 11:36:56 -06:00
William King
3199f5ce0a
Fixing the only place where parms is used instead of params.
2013-02-04 12:20:25 -06:00
William King
e5bf180938
Adding a radius_auth_result variable to a mod_xml_radius authenticated call for dialplan routing.
2013-02-04 12:10:14 -06:00
William King
fca349941e
Adding ability to require authentication for sip messages on a sofia profile.
2013-02-04 12:00:28 -06:00
Steve Underwood
5144700927
Changed the ..._image_sdp routine to ..._udptl_image_sdp in preparation for
...
adding other kinds of image (specifically RTP and TCP/TPKT).
2013-02-03 16:28:20 +08:00
Raymond Chandler
70f4741b50
fix build
2013-01-31 18:52:11 -05:00
Raymond Chandler
6adfbde861
Merge branch 'master' of fs-git:freeswitch
2013-01-31 18:00:54 -05:00
Raymond Chandler
6e92156fb0
sending spa8000 check-sync seems to work better
2013-01-31 17:58:27 -05:00
Anthony Minessale
65f17f4d3e
add headers
2013-01-31 14:41:12 -06:00
Jeff Lenk
3a30c4df33
FS-4768 MSB_LNK_warnings.diff applied
2013-01-31 15:36:08 -06:00
Raymond Chandler
f8cbbb032c
FS-4351 --resolve patch tested and applied
2013-01-31 14:56:48 -05:00
Travis Cross
388206d784
Whitespace
2013-01-31 19:25:07 +00:00
Travis Cross
69cda3d7cc
Fix handling of the ZRTP cache path and file name
...
libzrtp strings are weird, and we were previously misusing the
function zrtp_zstrcpyc. We can't use ZSTR_GV because it does insane
things and causes an array-bounds warning on gcc 4.7. So we have to
take matters into our own hands and setup the string correctly and
copy data into it.
Because we were doing it wrong, people would get weird pseudo-random
single-character names for the zrtp cache file, and the file would end
up in the wrong place. Now that this is fixed, users will need to
locate and move their zrtp cache file to their db_dir and name it
"zrtp.dat" if they wish to keep their current ZRTP cache.
FS-4344 --resolve
2013-01-31 18:40:24 +00:00
Jeff Lenk
283eb6ee45
vs2010 reswig
2013-01-31 10:45:25 -06:00
Anthony Minessale
5c176e889d
FS-4810 --resolve
2013-01-31 08:59:58 -06:00
Anthony Minessale
203f727e1f
add async select feature to sql queue manager api
2013-01-31 08:59:57 -06:00
Anthony Minessale
3f8b5a9069
FS-5065 please test this version
2013-01-30 14:08:08 -06:00
Marc Olivier Chouinard
b594503c04
mod_voicemail: add extra param inside the MWI event to know if it was fired because of a new message, or other reason
2013-01-30 14:58:35 -05:00
Anthony Minessale
145a85224f
fix sql string leak regressions
2013-01-29 16:33:07 -06:00
Brian West
ccad34f0b5
sigh, wip cisco mwi issue
2013-01-29 14:45:43 -06:00
Anthony Minessale
25a992bc27
reswig
2013-01-29 09:34:27 -06:00
Anthony Minessale
1e22ba2ba5
add cleanup method to event consumer
2013-01-29 09:34:23 -06:00
Anthony Minessale
4319bc8bd9
mutex around one-off sql stmts from sofia
2013-01-28 16:41:29 -06:00
Marc Olivier Chouinard
74401ed00b
FS-3924 --resolve
2013-01-27 15:06:43 -05:00
William King
37d2a34b04
Don't try to get the channel if the session is null.
2013-01-25 11:41:57 -08:00
William King
233ea048c0
Don't segfault if the user provided a channel variable to use that doesn't exist.
2013-01-25 11:41:39 -08:00