Commit Graph

4594 Commits (3f64ca0c04f3b0482125d99c6b9566a406af48ed)

Author SHA1 Message Date
Kinsey Moore cd6c774456 TEST_FRAMEWORK: Fix threewaytransfer reporting
11 years ago
Matthew Jordan fee789dddb codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM"
11 years ago
Matthew Jordan 96cbaa187a manager: Return ActionID on nominal responses to PresenceState action
11 years ago
Kinsey Moore ca587079c0 TEST_FRAMEWORK: Fix ref leak in feature activation
11 years ago
Sean Bright a1eec851c6 Update Asterisk copyright year in main/asterisk.c
11 years ago
Corey Farrell fcdc4ad0bf astobj2: work around REF_DEBUG race which causes out of order log entries
11 years ago
Corey Farrell f4a30ad32e Fix minor reference leaks in app_skel and TEST_FRAMEWORK
11 years ago
Matthew Jordan 0d1288e2d2 astobj2: Add tag variants for ao2_bump, ao2_cleanup, and ao2_replace
11 years ago
Scott Griepentrog 6e5d843a56 config: inform config hook of change when writing file
11 years ago
Richard Mudgett f962448eee ARI: Make mixing bridges propagate linkedids and accountcodes.
11 years ago
Kinsey Moore edcaa54019 CEL: Fix incorrect/missing extra field information
11 years ago
Kinsey Moore 9c589571b7 HTTP: Fix build for gcc 4.10
11 years ago
Matthew Jordan 9711bb7b54 main/Makefile: fix compilation error of buildinfo occurring on 'make install'
11 years ago
Matthew Jordan 0e844b7598 configure: Remove last vestiges of h323; DO create menuselect-deps
11 years ago
Matthew Jordan 97834718c2 Remove many deprecated modules
11 years ago
Richard Mudgett 9b10813a2b res_ari: Fix some off-nominal paths just dropping the HTTP connection.
11 years ago
Jonathan Rose 04a9123309 pbx_config: Add manager actions to add/remove extensions
11 years ago
Richard Mudgett dbec5e0d8d HTTP: Add persistent connection support.
11 years ago
Matthew Jordan 758b13858b main/tcptls: Add checks for OpenSSL Elliptic Curve support
11 years ago
Matthew Jordan eaee92198d main/tcptls: Add support for Perfect Forward Secrecy
11 years ago
Matthew Jordan d1c6a9e69e main/untils: Prevent potential infinite loop in ast_careful_fwrite
11 years ago
Joshua Colp 6e60f5d317 Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/branches/11
11 years ago
Matthew Jordan af90afd90c app_voicemail, say: Add support for Japanese Language
11 years ago
Richard Mudgett 3148dfbd11 event.c: Fix type mismatch errors in ie_maps[].
12 years ago
Corey Farrell 024316fa3a Ensure REF_DEBUG records entrys for attempts to ao2_ref an invalid object
12 years ago
Kinsey Moore 6145a57c83 CEL: Add bridge tech to relevant CEL records
12 years ago
Kinsey Moore e977b7936b Bridging: Allow channels to define bridging hooks
12 years ago
Matthew Jordan f27074eeb7 udptl: Correct FEC to not consider negative sequence numbers as missing
12 years ago
Corey Farrell 4a7a36a0a1 ao2_container node object ignores REF_DEBUG in all places except one
12 years ago
Corey Farrell db6a8a6347 Move eid functions to utils.c, mark netsock.h deprecated
12 years ago
Richard Mudgett eb2aded25c core_unreal: Fix off by one buffer overwrite error.
12 years ago
Jonathan Rose e087ae0c02 Logger: Add manager command 'LoggerRotate' to rotate logger
12 years ago
Richard Mudgett 86e8ab5ed4 voicemail API callbacks: Extract the sayname API call to its own registerd callback.
12 years ago
George Joseph 577632dec9 astobj2: Additional refactoring to push impl specific code down into the impls.
12 years ago
George Joseph d87f8c429e pjsip cli: Change Identify to show CIDR notation instead of netmasks.
12 years ago
Kinsey Moore bd36288efa Fix build warnings with TEST_FRAMEWORK enabled
12 years ago
Matthew Jordan a965613cf7 stasis_channels: Update the stasis cache if manager variables are needed
12 years ago
Igor Goncharovskiy a1e0a5e4b0 We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
12 years ago
Matthew Jordan 072b61bbed channel_internal_api: Publish a snapshot change when linkedids change
12 years ago
Matthew Jordan 9cc1a8e893 stasis: Reduce creation of channel snapshots to improve performance
12 years ago
Kinsey Moore b2012ccb0a CEL: Expose parking retreiver in extra field
12 years ago
Richard Mudgett 13e697f8c0 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
12 years ago
Rusty Newton 9ec5064383 main/pbx - documentation - enhance 'core show hints' and 'core show hint' help text
12 years ago
Richard Mudgett 4ca5745dbe AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
12 years ago
Richard Mudgett 71b3c9a749 format.c: Fix misuse of hash container function.
12 years ago
Scott Griepentrog d5298f2a1b CLI: correct presence information on core show hints
12 years ago
Scott Griepentrog d7ed0a1ece CLI: add presence information to core show hints
12 years ago
Kinsey Moore 2bd6a010a6 Fix build in dev mode due to signed/unsigned mismatch
12 years ago
Jonathan Rose a0adb8a26b PJSIP: PJSIPNotify - Strip content-length headers and add documentation
12 years ago
Corey Farrell 8da7f0248f autoservice: stop thread on graceful shutdown
12 years ago