Commit Graph

137 Commits (9fc52cdaa3e2ba3386f6734b96fe9eeaaa12debb)

Author SHA1 Message Date
Tilghman Lesher 6769e186b9 Remove some dead code and additionally handle a case that wasn't handled.
13 years ago
Richard Mudgett 1e8a45c170 Remove unnecessary channel module references.
13 years ago
Alexandr Anikin eefc33dd34 remove ALREADYGONE flag on ooh323 call data by ooh323_indicate
13 years ago
Alexandr Anikin c6d75bc2f5 Send re-register packets by GRQ (gatekeeper request) interval
13 years ago
Alexandr Anikin 74d2044626 Fix to resend GRQ/RRQ if RRJ (registration reject) is received
13 years ago
Alexandr Anikin ec6801aa0d change opening h323 logfile with append mode instead of overwrite
13 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming ecbaf1ee3f Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Alexandr Anikin c1bafc8f9f fix locking issue on empty callList
13 years ago
Alexandr Anikin 71fbf1a748 fix compile error (1.8 don't have ast_channel_name macro)
13 years ago
Alexandr Anikin 1ab70391f8 check rtptimeouts in ooh323 channels as per config file
13 years ago
Russell Bryant dac30f1523 format_mp3: Fix a possible crash in mp3_read().
13 years ago
Alexandr Anikin 4bddfcf335 Fix warning of Coverity Static analysis, change H225ProtocolIdentifier
13 years ago
Alexandr Anikin 0b9bca22bd Fix coverity static analysis warning, allocate full ie structure
13 years ago
Alexandr Anikin 97787d8c5e Fix use freed pointer in return value from call thread
13 years ago
Matthew Jordan 0e488d7cc4 Fix a variety of potential buffer overflows
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Jonathan Rose 78e9a8e5f0 Fix some stuff involving calls to memcpy and memset
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Terry Wilson d58fe85724 Destroy configs when they are no longer used
13 years ago
Paul Belanger d2cb0914e4 Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
13 years ago
Paul Belanger e31d0dfe40 Revert 355700 and 355701
13 years ago
Paul Belanger 1fd85ee397 Missed a variable
13 years ago
Paul Belanger 0e93bc868e Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
13 years ago
Alexandr Anikin 7d0ee59215 call manager_event only if there is not null channel structure
13 years ago
Alexandr Anikin 197662dd4d Fix outbound DTMF for inband mode (tell asterisk core to generate DTMF
14 years ago
Kevin P. Fleming 3bfed7039f Correct some 'set-but-not-used' variable warnings.
14 years ago
Alexandr Anikin 7e7e263652 process null frame pointer returned by ast_rtp_instance_read correctly
14 years ago
Alexandr Anikin 1aa6f26827 (closes issue ASTERISK-18748)
14 years ago
Alexandr Anikin fc52d0af86 Final fix memleaks in GkClient codes, same for Timer codes.
14 years ago
Alexandr Anikin 0c360ed6be fix issue on channel numbering (calls could have same channel number
14 years ago
Alexandr Anikin 37c390ac02 fix forget declaration in previous change
14 years ago
Alexandr Anikin 3795f80d2c destroy memheap mutex properly before memheap deleted
14 years ago
Matthew Jordan 7dc49195d8 Updated SIP 484 handling; added Incomplete control frame
14 years ago
Alexandr Anikin 1ae6d66b92 cleanups in ACF/ARJ GK replies processing
14 years ago
Richard Mudgett 97959f3e9a Fix deadlock potential of chan_mobile.c:mbl_ast_hangup().
14 years ago
Alexandr Anikin 8f37bc12c4 move ast_cond_signal for admitted call after all data filled/freed
14 years ago
Alexandr Anikin 65a7f1b205 change gk client behaivour on rrq/grq failures to setup timers
14 years ago
Alexandr Anikin 92ba1aed9f small gk processing fixes:
14 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
14 years ago
Alexandr Anikin c8c5461a76 Fix double alerting, add forced alerting before answer
14 years ago
Terry Wilson 5427820aaf Cast data as char * before using S_OR
14 years ago
Russell Bryant 5caa350fab Fix a crash in the MySQL() application.
14 years ago
Sean Bright ccbc674e56 Don't duplicate our data on the stack and just use the MYSQL_ROW directly.
14 years ago
Alexandr Anikin e5e49b9c52 Fix trivial bug in ooSocket.c codes
14 years ago
Tilghman Lesher 8856bbde1b Escape column names in case they contain illegal characters ('-') or reserved words.
14 years ago
Alexandr Anikin ce3d97c483 fix trivial bug in ooh323_indicate on AST_CONTROL_SRC...
14 years ago
Tilghman Lesher 479b3fed00 Reload must react correctly against a possibly changed table, so dropping the conditional reload flag.
14 years ago
Alexandr Anikin 9b64fbc06c correct return values in ooh323_indicate for AST_CONTROL_T38_PARAMETERS
14 years ago
Tilghman Lesher feb0df1202 Fix branch compile.
14 years ago