Commit Graph

3432 Commits (831af9fbc7ff3e22cc4a67f254ec5b44d6239b8a)

Author SHA1 Message Date
Russell Bryant 69f19a5225 udptl: Ensure fec[] in udptl_build_packet() is initialized.
15 years ago
Richard Mudgett 9b31bd3cd8 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
15 years ago
Matthew Jordan 40289b63db Fix incorrect jitter buffer overflow due to missed resynchronizations
15 years ago
Richard Mudgett 2019a7e6b9 Fix Dial m and r options and forked calls generating warnings for voice frames.
15 years ago
Russell Bryant 00b270833f Fix bogus reads/writes of console log levels in asterisk.c
15 years ago
Russell Bryant 6ac425df31 Fix inaccurate sizeof() in sched.c.
15 years ago
Russell Bryant 9410f85699 Fix incorrect sizeof() usage in features.c.
15 years ago
Russell Bryant 1b3cbdacd7 Fix incorrect sizeof() on a pointer in MD5Final().
15 years ago
Russell Bryant 6ec5c103d6 Don't use a buffer after it goes out of scope.
15 years ago
Terry Wilson cb94c35a85 Fix setting CDR variables in the hangup extension
15 years ago
Terry Wilson 699d2bd705 Make hints for invalid SIP devices return Unavail, not idle
15 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
15 years ago
Richard Mudgett 73ec67e008 Fix crash caused by opaquification change -r356042.
15 years ago
Richard Mudgett c7315c4283 Use struct copy instead of memcpy().
15 years ago
Joshua Colp f5fda0eb74 Transition app_page to using app_confbridge internally for the conference bridge portion of paging. This also adds a new 'announcement' option to ConfBridge user profiles.
15 years ago
Jonathan Rose 11bbc097b7 Eliminate double close of file descriptor in manager.c
15 years ago
Kinsey Moore 8d1bde49a9 Fix case-sensitivity for device-specific event subscriptions and CCSS
15 years ago
Richard Mudgett 9926662aba Remove ISDN hold restriction for non-bridged calls.
15 years ago
Mark Michelson fc558d28f2 Fix race condition that can cause important control frames (such as a hangup) to be missed.
15 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
15 years ago
Kinsey Moore e291318df2 Prevent outbound SIP NOTIFY packets from displaying a port of 0
15 years ago
Walter Doekes 41f5a1ab35 Update stringfield documentation for removed second va_list in favor of va_copy.
15 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
15 years ago
Richard Mudgett e063fa6b3f Fix REF_DEBUG compile errors.
15 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
15 years ago
Richard Mudgett 2e834f7d36 Astobj2 locking enhancement.
15 years ago
Kevin P. Fleming 5b821af99a Trailing whitespace cleanup.
15 years ago
Richard Mudgett 50c8557f03 Add ability to clone ao2 containers.
15 years ago
Richard Mudgett ae07610d73 Fix ast_channel allocation init setting priority to -1 instead of 1.
15 years ago
Richard Mudgett 890717f305 Fix callerid of Originated calls.
15 years ago
Sean Bright c20cfcdcf0 Address comments from Mark Michelson
15 years ago
Kinsey Moore 1fac2fba4b Deprecated macro usage for connected line, redirecting, and CCSS
15 years ago
Sean Bright 3cf09f40f7 Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and update
15 years ago
Terry Wilson a9f4d13b02 Copy CDR variables when set during a bridge
15 years ago
Sean Bright 6214285950 Make ast_netsock_set_qos() delegate to ast_set_qos().
15 years ago
Sean Bright 51c24c88a1 Prefer ast_set_qos() over ast_netsock_set_qos()
15 years ago
Sean Bright a2286c0889 Remove trailing whitespace
15 years ago
Richard Mudgett e43d123f11 astobj2.h documentation updates.
15 years ago
Matthew Jordan 670797e5da Allow SRTP policies to be reloaded
15 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
15 years ago
Richard Mudgett 235f88d122 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
15 years ago
Richard Mudgett 5b0f29d710 Revert some apparently accidental spacing changes.
15 years ago
Terry Wilson 0cc38858dd Track module use count for res_calendar
15 years ago
Terry Wilson 3a9ac7c10c Rename ast_channel_emulate_dtmf_digit* funcs
15 years ago
Terry Wilson c25a442dfb Fix some opaquification-related compiler warnings
15 years ago
Kinsey Moore 4585ec1bbf Add missing newline to ccss state change notification
15 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
15 years ago
Tilghman Lesher a93fbe2ad5 Non-verbose output should always go to the remote console, regardless of the previous level.
15 years ago
Sean Bright b80fcd77e5 Revert a change to audio_audiohook_write_list that had no affect.
15 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch.
15 years ago