Commit Graph

22283 Commits (dda40528ed446ee7e42019bd0d257e181960697c)
 

Author SHA1 Message Date
Richard Mudgett dda40528ed Setup DSP when SS7 call is connected or early media is available.
13 years ago
Jonathan Rose 11bbc097b7 Eliminate double close of file descriptor in manager.c
13 years ago
Joshua Colp 2736fe9917 Defer sending the connected line reinvite if a reinvite is already in progress.
13 years ago
Kinsey Moore dec0d4f9e3 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
13 years ago
Sean Bright 1d9203eeef Tab to spaces and text change.
13 years ago
Terry Wilson b71deb0518 Fix unused-but-set-variable warnings
13 years ago
Terry Wilson c2ab09f40a Correct some set-but-unused variable warnings in the mISDN library.
13 years ago
Terry Wilson e8f8d2c81e Make chan_usbradio compile under dev mode
13 years ago
Kinsey Moore 8d1bde49a9 Fix case-sensitivity for device-specific event subscriptions and CCSS
13 years ago
Richard Mudgett 9926662aba Remove ISDN hold restriction for non-bridged calls.
13 years ago
Jonathan Rose d3db6da254 Adds a transfer callee on hangup option (like with Dial option F) to queues.
13 years ago
Richard Mudgett 2ce386d198 Remove bad usage of goto in ChanSpy next_channel().
13 years ago
Sean Bright 2d92c50ce3 Beef up the IAX2 sample configuration a bit and fix some formatting issues.
13 years ago
Richard Mudgett 3af920cf01 Fix channel reference leak in ChanSpy.
13 years ago
Richard Mudgett ced1211fad Fix compile error from latest channel opaquification change.
13 years ago
Sean Bright f6b2f05f8c The default value for mohinterpret is the empty string, so when resetting to
13 years ago
Mark Michelson fc558d28f2 Fix race condition that can cause important control frames (such as a hangup) to be missed.
13 years ago
Mark Michelson 4094a9f57e Fix compilation error due to typo during channel opaquification.
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Kinsey Moore e291318df2 Prevent outbound SIP NOTIFY packets from displaying a port of 0
13 years ago
Walter Doekes 41f5a1ab35 Update stringfield documentation for removed second va_list in favor of va_copy.
13 years ago
Sean Bright 62aae50142 Add IPv6 support to FastAGI.
13 years ago
Walter Doekes 571cef491f Fix copying of CDR(accountcode) to local channels.
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Jonathan Rose 0b988da21c Adding transport=udp to sample sip.conf - Also changes version of Asterisk 1.8 in UPGRADE
13 years ago
Jonathan Rose 876215a688 Add additional character type types to supported data types for cdr_adaptive_odbc
13 years ago
Tilghman Lesher d65de9c5c3 Correctly reset the dialplan priority.
13 years ago
Richard Mudgett 764d2ccae2 Use more reasonable cause code when rejecting incoming call waiting calls.
13 years ago
Jonathan Rose 48b680cceb revision 357386 -- oops, accidentally made it 10.3 to 10.4 instead of 10.2 to 10.3
13 years ago
Richard Mudgett e063fa6b3f Fix REF_DEBUG compile errors.
13 years ago
Jonathan Rose 845296e3fb Moves UPGRADE.txt notes from r357356 to a new section specific to 1.8.12
13 years ago
Jonathan Rose 4af6fc1351 Adds UPGRADE.txt notes to r357266 indicating changes to transport option
13 years ago
Sean Bright 35e2a046fd Documentation update. There is no AST_SOCKADDR_UNSPEC.
13 years ago
Richard Mudgett 39ffc96723 Remove dupliate 'i' option table entry in app_page.c.
13 years ago
Mark Michelson 1bef7695ce Add a security event for the case where fake authentication challenge is sent.
13 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
13 years ago
Jonathan Rose 565f411868 Changes transport option in sip.conf so that using multiple instances doesn't stack.
13 years ago
Richard Mudgett 2e834f7d36 Astobj2 locking enhancement.
13 years ago
Kevin P. Fleming bd7e9dae66 Make COMPILE_DOUBLE magic actually work.
13 years ago
Kevin P. Fleming 5b821af99a Trailing whitespace cleanup.
13 years ago
Richard Mudgett 50c8557f03 Add ability to clone ao2 containers.
13 years ago
Richard Mudgett ae07610d73 Fix ast_channel allocation init setting priority to -1 instead of 1.
13 years ago
Richard Mudgett 890717f305 Fix callerid of Originated calls.
13 years ago
Jonathan Rose e37631d071 Converts locking for odbc containers from ast_mutex_lock to ao2_locks.
13 years ago
Sean Bright c20cfcdcf0 Address comments from Mark Michelson
13 years ago
Kinsey Moore 1fac2fba4b Deprecated macro usage for connected line, redirecting, and CCSS
13 years ago
Sean Bright 3cf09f40f7 Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and update
13 years ago
Jonathan Rose 299dd5d4fc Adds an option to sip.conf that prevents diversion headers from being added.
13 years ago
Sean Bright 9ed6de9fd2 There isn't much point in saving off and restoring a value that we never use again.
13 years ago
Terry Wilson a9f4d13b02 Copy CDR variables when set during a bridge
13 years ago