summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-18Include iLBC source code for distribution with AsteriskMatthew Jordan
2012-01-18The get_pai function in chan_sip.c didn't recognized a proper callerid name andStefan Schmidt
2012-01-17Fix support for parallel building with make (-j).Walter Doekes
2012-01-17Eliminate odd initialization of probation variable.Mark Michelson
2012-01-17Adds pjmedia probation concepts to res_rtp_asterisk's learning mode.Jonathan Rose
2012-01-17Use built-in parsing functions for Contact and Record-Route headers.Mark Michelson
2012-01-17Fix udptl issue with initial INVITE introduced by r351027Matthew Jordan
2012-01-17Merged revisions 351183 via svnmerge from Russell Bryant
2012-01-16Ensure ACK retransmit & hangup on non-200 response to INVITETerry Wilson
2012-01-16Don't prematurely stop SIP session timerTerry Wilson
2012-01-16Add ABS() absolute value function to the expression parser.Tilghman Lesher
2012-01-16Create and initialize udptl only when dialog negotiates for image mediaMatthew Jordan
2012-01-16Sort the output of 'database showkey' as well.Sean Bright
2012-01-16Add missing code to set direct RTP setup information during dialing.Joshua Colp
2012-01-16Sort the output of 'database show' by key.Sean Bright
2012-01-15Allow only one thread at a time to do asterisk cleanup/shutdown.Walter Doekes
2012-01-15Fix -Werror=unused-but-set-variable compile error in utils/extconf.c.Walter Doekes
2012-01-14Ensure that all AC_LANG_PROGRAM calls in the configure script are properly qu...Kevin P. Fleming
2012-01-14Multiple revisions 350788-350789Kevin P. Fleming
2012-01-13Run bootstrap.sh for the for the ASTERISK-18929 fixKinsey Moore
2012-01-13Correct eventtype names in cel_odbc and cel_pgsql sample filesRichard Mudgett
2012-01-13Make sure asterisk builds on OpenBSDKinsey Moore
2012-01-13Set port to a default sane value if a bogus one is provided when parsing host...Mark Michelson
2012-01-13Remove some dead code in ast_bridge_call().Richard Mudgett
2012-01-13Add missing CEL logging fields to various CEL backends.Richard Mudgett
2012-01-13Realtime queues failed to load queue information without queue member tableMatthew Jordan
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-12Adds peer to CEL report on CEL_BRIDGE_START and CEL_BRIDGE_ENDJonathan Rose
2012-01-11Remove extraneous BRIDGEPEER AMI VarSet event on a CEL dummy channel.Richard Mudgett
2012-01-11Make FollowMe optionally update connected line information when the accepting...Richard Mudgett
2012-01-11Always treat arguments to get_by_name_cb as stringsTerry Wilson
2012-01-10Fix absolute/relative time mismatch in LOCK function.Richard Mudgett
2012-01-09Fix compiler warnings reported by gcc v4.2.4.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-09Fix joinable thread terminating without joiner memory leak in chan_iax.c.Richard Mudgett
2012-01-09Fix shutdown handling of sqlite3 astdb.Walter Doekes
2012-01-09Multiple revisions 350127-350128Richard Mudgett
2012-01-09Make Asterisk -x command line parameter imply -r parameter presence.Richard Mudgett
2012-01-09Prevent SLA settings from getting wiped out on reloadKinsey Moore
2012-01-06Don't leak CID in From header when presentation=unavailableTerry Wilson
2012-01-06Fix lua goto detection to prevent unexpected behavior with confbridgeKinsey Moore
2012-01-06Fix memory leaks in app_followme find_realtime().Richard Mudgett
2012-01-05Fix premature free'ing of the frame committed in r349608Matthew Jordan
2012-01-05Make not assume that the cel_sqlite3_custom SQL table primary key is AcctId.Richard Mudgett
2012-01-05Make pbx_config.c use Gosub instead of Macro call for stdexten.Richard Mudgett
2012-01-05Allow playback of formats that don't support seekingKinsey Moore
2012-01-05Fix an issue where dsp.c would interpret multiple dtmf events from a single k...Jonathan Rose
2012-01-05Ensures Asterisk closes when receiving terminal signals in 'no fork' mode.Jonathan Rose
2012-01-04Fix for ConfBridge config parser unlocking channel mutex too many timesMatthew Jordan
2012-01-04Free successfully translated frame in fax_gateway_framehookMatthew Jordan