summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2012-06-04Remove some extra debugging I forgot to remove in the merge of Digium phone s...Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-04Fix potential deadlock between masquerade and chan_local.Richard Mudgett
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-21Made ast_queue_hangup() and ast_queue_hangup_with_cause() lock instead of try...Richard Mudgett
2012-05-17Make the new SIP_CAUSE backend behave more like the original SIP_CAUSEKinsey Moore
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10* Made ast_change_name() hold the channels container lock while changing the ...Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-25Make it possible to change the minimum DTMF duration in asterisk.confOlle Johansson
2012-04-25Formatting fixesOlle Johansson
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-24Make number not available presentation also set screening to network provided.Richard Mudgett
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Fix crash caused by opaquification change -r356042.Richard Mudgett
2012-03-02Remove ISDN hold restriction for non-bridged calls.Richard Mudgett
2012-03-02Fix race condition that can cause important control frames (such as a hangup)...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-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Fix ast_channel allocation init setting priority to -1 instead of 1.Richard Mudgett
2012-02-27Fix callerid of Originated calls.Richard Mudgett
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Rename ast_channel_emulate_dtmf_digit* funcsTerry Wilson
2012-02-21Fix some opaquification-related compiler warningsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Remove some unnecessary locking from ast_hangup().Russell Bryant
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-02-01Fix ExtenSpy and simplify the channel search functions.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-11Always treat arguments to get_by_name_cb as stringsTerry Wilson
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
2011-12-16Clean-up on isle five for __ast_request_and_dial() and ast_call_forward().Richard Mudgett
2011-12-16Fix cut and past error in ast_call_forward().Richard Mudgett
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-11-14Don't read past end of input when calling write()Terry Wilson
2011-10-14Avoid unnecessary WARNING messageTerry Wilson
2011-10-11Update SHA1 code to RFC 6234Tzafrir Cohen
2011-09-22Merged revisions 337431 via svnmerge from Gregory Nietsky
2011-09-16Merged revisions 336307 via svnmerge from Jonathan Rose