Anthony Minessale
8f9ddb5a89
42
2011-01-05 10:42:44 -06:00
Brian West
3734f4cd44
bump copyright date and fix some email and typos from diego.
2011-01-05 10:09:04 -06:00
Jeff Lenk
1aa6bc6eec
fix assert with standard code analysis macro
2011-01-05 09:59:14 -06:00
Michael Jerris
23d9a237dc
don't seg in edge case error conditions
2011-01-05 10:46:27 -05:00
Moises Silva
35776314d0
freetdm: Use proper screen and presentation definitions in mod_freetdm
2011-01-05 10:39:25 -05:00
Michael Jerris
342678698c
set tracking data before enabling hooks
2011-01-05 10:17:31 -05:00
Michael Jerris
9ee13b723e
don't seg in edge case error conditions
2011-01-05 09:54:27 -05:00
Jeff Lenk
5254df0466
FS-2957 esl lib on windows fails to build
2011-01-04 22:57:49 -06:00
Michal Bielicki
a90b4fea34
m3ua.conf is gone so remove it from spefile
2011-01-04 23:51:47 +01:00
Arnaldo Pereira
7c3fd20104
Merge branch 'master' of git@git.sangoma.com:smg_freeswitch
2011-01-04 20:10:41 -02:00
Arnaldo Pereira
a390e046b7
freetdm: ftmod_r2 - now locking the channel on main loop start and finish
...
replaced calls to ftdm_mutex_lock() with ftdm_channel_lock()
2011-01-04 20:07:22 -02:00
Moises Silva
b9a446c54e
Merge remote branch 'fsorig/master'
2011-01-04 16:17:15 -05:00
Moises Silva
47c1b6d96a
freetdm: add validation to ftdm_span_start and ftdm_span_stop
2011-01-04 14:23:25 -05:00
Moises Silva
1334d02ac0
Merge branch 'moy.nonblocking-api'
...
Conflicts:
libs/freetdm/src/ftmod/ftmod_r2/ftmod_r2.c
2011-01-04 12:32:30 -05:00
Moises Silva
5c02639b5a
freetdm: update ftmod_sangoma_ss7 to use new state advance API
2011-01-04 10:37:20 -05:00
Moises Silva
4a6b4e86f1
freetdm: add non-locking answer function to handle answer indication
...
export ftdm_current_time_in_ms to users
update testr2 to test non-blocking API (no waiting on indications)
2011-01-04 09:30:49 -05:00
Anthony Minessale
e6070feeab
cleanup
2011-01-03 16:48:10 -06:00
Anthony Minessale
fc77d19b7b
presence.... again....
2011-01-03 16:40:49 -06:00
Daniel Swarbrick
8b7fd76d3d
use switch_zmalloc() instead of apr pools for short term storage, rename a couple of funcs to be clearer as to their purpose
2011-01-03 22:09:46 +01:00
Daniel Swarbrick
df090a2a6b
free() -> switch_safe_free()
2011-01-03 21:39:36 +01:00
Daniel Swarbrick
66ce95a930
removing my debug :o
2011-01-03 19:10:15 +01:00
Daniel Swarbrick
a3d66bb4f0
mod_cdr_pg_csv: make disk spool format user-selectable
2011-01-03 18:59:53 +01:00
Brian West
7b28994121
FS-502: gateway not identified when extension-in-contact is set
2011-01-03 10:44:28 -06:00
Daniel Swarbrick
80f3281c09
whitespace fixups
2011-01-03 15:05:24 +01:00
Daniel Swarbrick
aab453f52a
tweak create.sql and config file
2011-01-03 14:01:08 +01:00
Daniel Swarbrick
93bbbe96af
Remove event_handler() altogether, since it was doing nothing anyway
2011-01-03 13:36:20 +01:00
Daniel Swarbrick
935f2c4214
mod_cdr_sqlite has no need for (yet) for SIGHUP
2011-01-03 13:27:08 +01:00
cypromis
8ecf308075
fix basops32.c make the file contain something even if ifdefs fail (which makes suncc fail)
2011-01-03 13:06:25 +01:00
Daniel Swarbrick
2632af929d
FS-2953
2011-01-03 12:52:25 +01:00
Leon de Rooij
09e6fd3f4e
Make dbh:connected accessible from Lua - thanks Grmt
2011-01-03 12:20:06 +01:00
cypromis
45a32dda3d
added -lgpg-error to sun compiler CXXFLAGS for iksemel library and tools to be build corretly in libiksemel configure.ac
2011-01-03 11:58:15 +01:00
cypromis
ced63c3516
added postgresql cdr module to modules.conf.in (commented out )
...
added sqlite cdr module to modules.conf.in (built by default)
2011-01-03 11:40:49 +01:00
Steve Underwood
ec57dc7ab7
Added missing error codes when an ECM FAX is abandoned with the T30_ERR message
2011-01-02 19:30:00 +08:00
Moises Silva
6f5a0e9ff5
freetdm: typo
2010-12-31 15:06:49 -05:00
Daniel Swarbrick
2be3175ae9
mod_cdr_pg_csv now spools the attempted SQL to disk if DB insert fails, instead of writing CSV. This should make it simpler to import any failed inserts.
2010-12-31 20:54:20 +01:00
Daniel Swarbrick
9ab7473cb9
Drop a-table/g-table stuff, use single DB table. Filtering should be done by SQL
2010-12-31 20:13:45 +01:00
Moises Silva
fe0d8d1ec5
freetdm: - updated all signaling modules (except for ftmod_isdn and ftmod_sangoma_ss7) to adapt to new core state processing
...
- fixed bug in configure.ac to detect ftmod_pritap compilation
- ignore FTDM_SIGEVENT_RELEASED and FTDM_SIGEVENT_INDICATION_COMPLETED in mod_freetdm
- Destroy the state completed interrupt on channel destroy
- Fix analog polarity reversal bug when using 3-way calling or call-swap
2010-12-31 13:44:20 -05:00
Anthony Minessale
f79f9766ba
don't let inherit_codec work when we have ep_codec_string set and the B-leg codec is not in that list since it will lead to failure
2010-12-31 11:59:33 -06:00
Anthony Minessale
e897646e15
make exact matches return sooner in dmachine
2010-12-31 10:09:40 -06:00
Michal Bielicki
24febbea8e
added mod_cdr_sqlite to specfile
2010-12-31 16:53:28 +01:00
Moises Silva
39d58e0452
freetdm: - Update ftmod_sangoma_isdn to use core state advance
...
- Added locking documentation (docs/locking.txt)
- Updated core state advance to use state processor in span
rather than pushing the processor in the function arguments
2010-12-31 09:42:15 -05:00
Daniel Swarbrick
0e31a974d4
Code cleanup, saner way of stripping chars from string
2010-12-31 03:10:50 +01:00
Daniel Swarbrick
a0d36d8f9d
add mod_cdr_sqlite to modules.conf.xml, thanks intralanman for reminding me
2010-12-31 01:30:09 +01:00
Daniel Swarbrick
0f95b87035
Drop transaction BEGIN/END around INSERT. We're only executing one command, and autocommit will automatically rollback if the INSERT fails.
...
Sync state_handlers with mod_cdr_csv. Minor libpq fixups.
2010-12-31 00:18:03 +01:00
Daniel Swarbrick
18feeb1067
Coding style, fix some C90 warnings about mixed decls/code
2010-12-31 00:01:53 +01:00
Daniel Swarbrick
5401c60493
fix CR line endings
2010-12-30 23:43:03 +01:00
Daniel Swarbrick
cc198a6e91
Add mising params to config file
2010-12-30 23:24:54 +01:00
Michael S Collins
05a82ca618
Update Changelog through Dec 30
2010-12-30 13:34:44 -08:00
Daniel Swarbrick
25bc8fe3e8
config file for mod_cdr_sqlite
2010-12-30 20:41:52 +01:00
Daniel Swarbrick
f625fe3b01
Add SQLite CDR module
2010-12-30 20:38:49 +01:00