Commit Graph

17825 Commits

Author SHA1 Message Date
Brian West 32b8f1008e more fixes from diego 2011-01-05 14:09:16 -06:00
Moises Silva becf16c58c freetdm: fix warning 2011-01-05 13:38:25 -05:00
Moises Silva ac736e4e45 Merge branch 'master' into netborder 2011-01-05 13:34:28 -05:00
Moises Silva ca6327fa45 freetdm: update nbe branch FreeSWITCH .sln 2011-01-05 13:27:42 -05:00
Moises Silva eb84fc772f Merge branch 'master' into netborder
Conflicts:
	libs/freetdm/src/ftdm_io.c
	libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c
	libs/freetdm/src/include/freetdm.h
2011-01-05 13:11:37 -05:00
Brian West d79cf48475 FS-2962 2011-01-05 11:45:48 -06:00
Michael Jerris 5bb525e1ea set maximum query run time to 30 seconds at least on drivers that support SQL_ATTR_QUERY_TIMEOUT 2011-01-05 12:33:50 -05:00
Brian West 2c595a6ce0 FS-2961 2011-01-05 11:32:10 -06:00
Arnaldo Pereira 2f7caaf2cb Merge branch 'master' of git@git.sangoma.com:smg_freeswitch 2011-01-05 15:27:52 -02:00
Arnaldo Pereira 4b04032bd8 freetdm: ftmod_r2 - set the FTDM_CHANNEL_USER_HANGUP flag right before changing chan state to FTDM_CHANNEL_STATE_HANGUP 2011-01-05 15:27:20 -02:00
Moises Silva f574db0958 freetdm: clear blocking flag when failing to wait for state change 2011-01-05 12:23:09 -05:00
David Yat Sin 98fa4a914c freetdm - ISDN:Fix for bearer Cap 2011-01-05 12:02:24 -05:00
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