Commit Graph

143 Commits (66cce0927e582b326b080e77d7fc5a679cc8293a)

Author SHA1 Message Date
Richard Mudgett f3d38eb801 ooh323c: Fix gcc 4.6.3 compiler warnings.
12 years ago
Alexandr Anikin a889d8768f reject call attempts when gatekeeper is configured but not registered
13 years ago
Michael L. Young 7d7e11de51 Fix Sorting Order For Parking Lots Stored In Static Realtime
13 years ago
Matthew Jordan b028e09f9e Clean up use of va_end/va_args in res_config_mysql
13 years ago
Matthew Jordan 02c1a29aaf Fix issue where chan_mobile fails to bind to first available port
13 years ago
Matthew Jordan bcc92a8d2d Fix parsing SMSSRC for SMS messages
13 years ago
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
14 years ago
Alexandr Anikin c6d75bc2f5 Send re-register packets by GRQ (gatekeeper request) interval
14 years ago
Alexandr Anikin 74d2044626 Fix to resend GRQ/RRQ if RRJ (registration reject) is received
14 years ago
Alexandr Anikin ec6801aa0d change opening h323 logfile with append mode instead of overwrite
14 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
14 years ago
Kevin P. Fleming ecbaf1ee3f Ensure that all ast_datastore_info structures are 'const'.
14 years ago
Alexandr Anikin c1bafc8f9f fix locking issue on empty callList
14 years ago
Alexandr Anikin 71fbf1a748 fix compile error (1.8 don't have ast_channel_name macro)
14 years ago
Alexandr Anikin 1ab70391f8 check rtptimeouts in ooh323 channels as per config file
14 years ago
Russell Bryant dac30f1523 format_mp3: Fix a possible crash in mp3_read().
14 years ago
Alexandr Anikin 4bddfcf335 Fix warning of Coverity Static analysis, change H225ProtocolIdentifier
14 years ago
Alexandr Anikin 0b9bca22bd Fix coverity static analysis warning, allocate full ie structure
14 years ago
Alexandr Anikin 97787d8c5e Fix use freed pointer in return value from call thread
14 years ago
Matthew Jordan 0e488d7cc4 Fix a variety of potential buffer overflows
14 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
14 years ago
Jonathan Rose 78e9a8e5f0 Fix some stuff involving calls to memcpy and memset
14 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
14 years ago
Terry Wilson d58fe85724 Destroy configs when they are no longer used
14 years ago
Paul Belanger d2cb0914e4 Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
14 years ago
Paul Belanger e31d0dfe40 Revert 355700 and 355701
14 years ago
Paul Belanger 1fd85ee397 Missed a variable
14 years ago
Paul Belanger 0e93bc868e Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
14 years ago
Alexandr Anikin 7d0ee59215 call manager_event only if there is not null channel structure
14 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
15 years ago
Richard Mudgett 97959f3e9a Fix deadlock potential of chan_mobile.c:mbl_ast_hangup().
15 years ago
Alexandr Anikin 8f37bc12c4 move ast_cond_signal for admitted call after all data filled/freed
15 years ago
Alexandr Anikin 65a7f1b205 change gk client behaivour on rrq/grq failures to setup timers
15 years ago
Alexandr Anikin 92ba1aed9f small gk processing fixes:
15 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
15 years ago
Alexandr Anikin c8c5461a76 Fix double alerting, add forced alerting before answer
15 years ago
Terry Wilson 5427820aaf Cast data as char * before using S_OR
15 years ago
Russell Bryant 5caa350fab Fix a crash in the MySQL() application.
15 years ago
Sean Bright ccbc674e56 Don't duplicate our data on the stack and just use the MYSQL_ROW directly.
15 years ago