summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2012-10-01Doxygen CleanupAndrew Latham
2012-09-10Ensure iax2 debug output is displayed when expectedKinsey Moore
2012-08-30AST-2012-013: Resolve ACL rules being ignored during calls by some IAX2 peersMatthew Jordan
2012-08-15Add HANGUPCAUSE information to callee channelsKinsey Moore
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-20chan_iax2: Fix a segfault introduced by call ID loggingJonathan Rose
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-06Remove unnecessary generation of informational cause framesKinsey Moore
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-15Add HANGUPCAUSE hash support to IAX2Kinsey Moore
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-25AST-2012-007: Fix IAX receiving HOLD without suggested MOH class crash.Richard Mudgett
2012-05-21Make chan_iax2 reject cause code indications correctlyKinsey Moore
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-12Make trunkfreq take effect when setKinsey Moore
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-24chan_iax2: Use OBJ_NODATA to be a bit more explicit.Russell Bryant
2012-03-20chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI EventsSean Bright
2012-03-15chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().Russell Bryant
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-02The default value for mohinterpret is the empty string, so when resetting toSean Bright
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
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-27There isn't much point in saving off and restoring a value that we never use ...Sean Bright
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
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-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-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-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-14Clear the high order bit from the destination call number before sending.Sean Bright
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett