summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-08Make transfer not ignore port information with SIP.Jonathan Rose
2012-03-07Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().Richard Mudgett
2012-03-06Fix ring cadance setup for outgoing calls on FXS ports.Richard Mudgett
2012-03-06Add dialtone_detect option for analog incoming calls.Richard Mudgett
2012-03-05Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.Richard Mudgett
2012-03-05Setup DSP when SS7 call is connected or early media is available.Richard Mudgett
2012-03-05Defer sending the connected line reinvite if a reinvite is already in progress.Joshua Colp
2012-03-05Ensure Asterisk acknowledges ACKs to 4xx on Replaces errorsKinsey Moore
2012-03-02Fix unused-but-set-variable warningsTerry Wilson
2012-03-02Make chan_usbradio compile under dev modeTerry Wilson
2012-03-02Remove ISDN hold restriction for non-bridged calls.Richard Mudgett
2012-03-02Fix compile error from latest channel opaquification change.Richard Mudgett
2012-03-02The default value for mohinterpret is the empty string, so when resetting toSean Bright
2012-03-02Fix compilation error due to typo during channel opaquification.Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Use more reasonable cause code when rejecting incoming call waiting calls.Richard Mudgett
2012-02-28Add a security event for the case where fake authentication challenge is sent.Mark Michelson
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-28Changes transport option in sip.conf so that using multiple instances doesn't...Jonathan Rose
2012-02-27Address comments from Mark MichelsonSean Bright
2012-02-27Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and updateSean Bright
2012-02-27Adds an option to sip.conf that prevents diversion headers from being added.Jonathan Rose
2012-02-27There isn't much point in saving off and restoring a value that we never use ...Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-24Fix worker thread resource leak in SIP TCP/TLS.Richard Mudgett
2012-02-24Allow SRTP policies to be reloadedMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Fix blind transfer parking issues if the dialed extension is not recognized a...Richard Mudgett
2012-02-23Fix ACK routing for non-2xx responses.Mark Michelson
2012-02-22Correct some set-but-unused variable warnings in the mISDN library.Kevin P. Fleming
2012-02-22Fix chan_misdn after the lastest opaquification changesTerry Wilson
2012-02-22Merged revisions 356215 via svnmerge from Matthew Jordan
2012-02-21Make 'iax2 show callnumber usage' output make sense when an IP is passed in.Sean Bright
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-20Remove spurious warning when 'qualifyfreqnotok' is set successfully.Sean Bright
2012-02-20This was a LOG_NOTICE, so roll it back.Sean Bright
2012-02-20Change some debug messages from LOG_DEBUG to ast_debug.Sean Bright
2012-02-19Add some boilerplate documentation for IAXVAR and IAXPEER.Sean Bright
2012-02-19Set the length of the ast_sockaddr, so that we can set it's port later.Sean Bright
2012-02-18push 'outgoing' flag from sig_XXX up to chan_dahdiAlec L Davis
2012-02-17Don't allow trunkfreq to be greater than 1000ms.Sean Bright
2012-02-17Pass the correct value to ast_timer_set_rate() for IAX2 trunking.Sean Bright
2012-02-17Fix regressions with regards to route-set creation on early dialogs.Mark Michelson
2012-02-15When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.Sean Bright
2012-02-15Remove IAX_OLD_FIND from chan_iax2.Sean Bright
2012-02-15Use TRUNK_CALL_START as originally intended.Sean Bright
2012-02-14Properly invert the return of a strncmp call.Mark Michelson