Commit Graph

185 Commits (060ced4b54367f9822daaffe456da4460c04947c)

Author SHA1 Message Date
Matthew Jordan 80439dac04 addons/chan_mobile: Increase buffer size of UCS2 encoded SMS messages
11 years ago
Alexandr Anikin d076a8bd81 chan_ooh323: fix rtptimeout general value checking
11 years ago
Jason Parker 9219a97997 Don't cause Asterisk to exit if ooh323.conf not found.
11 years ago
Kinsey Moore 22b9d0ddff Fix more dev-mode build issues
11 years ago
Alexandr Anikin 73945f9a97 chan_ooh323: fix loading module failure if there no accessible h323_log or ooh323 config file
11 years ago
Alexandr Anikin f704632ffa chan_ooh323: fix h323_log full path name
11 years ago
Alexandr Anikin d2fcf48476 process stack command even if gatekeeper client isn't register
11 years ago
Alexandr Anikin 70184544f9 ignore AST_CONTROL_PVT_CAUSE_CODE without any messages
11 years ago
Alexandr Anikin d336863c9c Fix type of roundTripDelay variables
11 years ago
Alexandr Anikin fe57f9d643 process receiveAndTransmit user input remote caps instead of receive only
11 years ago
Alexandr Anikin 3276383e22 Allow different socket and signalling ip on h.323 connection if gk mode is active
11 years ago
Alexandr Anikin c9b2d2ee68 Handle temporary failures on gk registration
12 years ago
Richard Mudgett 2b39b36de8 ooh323c: Fix gcc 4.6.3 compiler warnings.
12 years ago
Alexandr Anikin 6861233e52 Check and reject non-digits e164 values on peers and general sections in ooh323.conf
12 years ago
Alexandr Anikin bff9593cae Fix remote tcs sequence handling on empty tcs received
12 years ago
Alexandr Anikin 55b2eebe39 remove unnecessary declarations
12 years ago
Alexandr Anikin 5a9206c43b reject call attempts when gatekeeper is configured but not registered
12 years ago
Michael L. Young d4e02135a3 Fix Sorting Order For Parking Lots Stored In Static Realtime
12 years ago
Matthew Jordan 586efe0d7f Clean up use of va_end/va_args in res_config_mysql
12 years ago
Matthew Jordan b80431fe60 Fix issue where chan_mobile fails to bind to first available port
13 years ago
Matthew Jordan f551978e9e Fix parsing SMSSRC for SMS messages
13 years ago
Tilghman Lesher 780ad107f6 Remove some dead code and additionally handle a case that wasn't handled.
13 years ago
Richard Mudgett 37b50fe4e5 Remove unnecessary channel module references.
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