Commit Graph

181 Commits (b7ec25ec2e98e5e4bb26edacb855602541e30b7f)

Author SHA1 Message Date
Richard Mudgett 40ce5e0d18 Change ast_hangup() to return void and be NULL safe.
12 years ago
Matthew Jordan 2b992bc74d Make cdr_mysql compile again by not directly setting the run-time CDR object
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Alexandr Anikin 12548000dc Multiple revisions 390228-390229
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
Alexandr Anikin 62e64134fa add ast_publish_channel_state according new event framework
12 years ago
Joshua Colp 02be50b1ac Add support for a realtime sorcery module.
12 years ago
Michael L. Young ba7ee9bfc9 Fix Sorting Order For Parking Lots Stored In Static Realtime
12 years ago
Matthew Jordan 9ad3e219c4 Clean up use of va_end/va_args in res_config_mysql
12 years ago
Matthew Jordan ea78b7cbc8 Fix issue where chan_mobile fails to bind to first available port
12 years ago
Matthew Jordan 02e70d78b6 Fix parsing SMSSRC for SMS messages
12 years ago
Matthew Jordan a4d0878955 Add busy detection to chan_mobile
12 years ago
Matthew Jordan 473ec0b1c3 Clean up app_mysql's application entry points to properly parse arguments
12 years ago
Tilghman Lesher 58b5edbc1e Remove some dead code and additionally handle a case that wasn't handled.
13 years ago
Richard Mudgett ebcc4e3da1 Remove unnecessary channel module references.
13 years ago
Andrew Latham d6dd24d71e Doxygen Updates
13 years ago
Andrew Latham b106b77041 Title update
13 years ago
Andrew Latham 4e228fce03 Doxygen Cleanup
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Alexandr Anikin cb525e5c38 remove ALREADYGONE flag on ooh323 call data by ooh323_indicate
13 years ago
Alexandr Anikin bcc1a0142f Send re-register packets by GRQ (gatekeeper request) interval
13 years ago
Alexandr Anikin c7b2858322 restore calling cb functions by timer expire
13 years ago
Alexandr Anikin 7709885125 Introdue 'ooh323 show gk' cli command that show status of connection
13 years ago
Alexandr Anikin 6153acebe8 Fix to resend GRQ/RRQ if RRJ (registration reject) is received
13 years ago
Alexandr Anikin 0d82844cad change opening h323 logfile with append mode instead of overwrite
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Russell Bryant 9850a075b7 Allow specifying a port number for the MySQL server.
13 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Alexandr Anikin f719be6054 Fix dev mode ooh323 warnings
13 years ago
Alexandr Anikin fa10f3f8a8 Added direct media support to ooh323 channel driver
13 years ago
Alexandr Anikin 50765000e6 fix small mistake in the previous
13 years ago
Alexandr Anikin 324e47342e Fix modern gcc warning
13 years ago
Alexandr Anikin b5e299ca2e fix locking issue on empty callList
13 years ago
Alexandr Anikin 5db7a15a0b use right definition for channel name
13 years ago
Alexandr Anikin 2428e19436 check rtptimeouts in ooh323 channels as per config file
13 years ago
Russell Bryant 4a2678b561 format_mp3: Fix a possible crash in mp3_read().
13 years ago
Alexandr Anikin 0fe5050553 Fix warning of Coverity Static analysis, change H225ProtocolIdentifier
13 years ago
Alexandr Anikin 244922cf2e Fix coverity static analysis warning, allocate full ie structure
13 years ago
Alexandr Anikin 6d87267542 Fix use freed pointer in return value from call thread
13 years ago
Terry Wilson 6d6bacd5cb Convert some strncpys to ast_copy_string
13 years ago
Matthew Jordan f78290068a Fix a variety of potential buffer overflows
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Jonathan Rose 8d3855229a Fix some stuff involving calls to memcpy and memset
13 years ago
Jonathan Rose e96a59acfd Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Terry Wilson dd9405db05 Fix setting CDR variables in the hangup extension
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Alexandr Anikin 62994531e2 Add support change gatekeeper mode or ip per ooh323 reload command
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago