aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Make the 1.4 builders happy, ensure var is NULL.file1-1/+1
2007-12-19Avoid segfault in chan_iax when peer isn't definedtilghman1-1/+1
2007-12-18FreeBSD also does not have byte swap functions.qwell1-1/+1
2007-12-18Merged revisions 93667 via svnmerge from tilghman2-9/+93
2007-12-17If a call is received with a called number IE containing nothing go to the 's...file1-1/+6
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej4-0/+9
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-14Up the length of the format on the SIP channel since it can now be rather long.file1-2/+2
2007-12-14fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread s...crichter1-1/+1
2007-12-13Properly initialize polarity statuses, so that they are detected properly.tilghman1-8/+20
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell3-103/+115
2007-12-10It is possible for nativeformats to contain more then one codec, so print out...file1-2/+3
2007-12-10Avoid reinvite race situations with two Asterisks tryingoej1-5/+36
2007-12-06Add support for accepting and sending T.38 in the initial INVITE.file1-0/+18
2007-12-03A big one...mmichelson1-0/+1
2007-12-03Changing some bad logic when calculating the interdigit timeout.mmichelson1-1/+1
2007-12-03Only log debug messages if debug is enabled.qwell1-33/+54
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-6/+6
2007-11-30Fix locking issues under one legged replaces scenarios.file1-3/+6
2007-11-30Clear the DTMF buffer if the call times out.mmichelson1-0/+1
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-8/+29
2007-11-20added RR patch from iroot #10908, thanks.crichter1-5/+7
2007-11-15Fix an uninitialized memory read found by valgrindtilghman1-1/+1
2007-11-15Yet another memory corruption issue.tilghman1-0/+12
2007-11-15Don't send re-invites during pending INVITE transactions.oej1-6/+19
2007-11-15Improve support for multipart messages. Code by gasparz, changesoej1-18/+25
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell2-2/+2
2007-11-13If we set a value for qualify, we should actually pay attention to it, instea...tilghman1-2/+2
2007-11-12Fix two cases of memory corruption caused by background threads.tilghman1-0/+8
2007-11-12if we're NT and no number was dialed and overlapdial is set, we wait for the ...crichter1-0/+11
2007-11-12added restart all interfaces Restart_Indicator, to automatically send a RESTA...crichter4-29/+41
2007-11-12fixed a state/event issue with overlapdial=yes when no extension matched. rem...crichter2-32/+44
2007-11-12fixed the support for CW and therefore for the reject_cause option.crichter1-0/+5
2007-11-12aded ntkeepcalls option, to avoid droƃpping calls when the L2 goes down on a...crichter5-2/+28
2007-11-08Rework of the commit I made yesterday to use the already built-inmmichelson1-27/+14
2007-11-08Do not add a sip: to the beginning of the To URI unless needed.file1-1/+1
2007-11-08Improve the devicestate logic for multiple devices. If any are available then...file1-6/+15
2007-11-08Add support for allowing one outgoing transaction. This means if a response c...file1-2/+5
2007-11-07If callerid is configured in sip.conf use that for checking the presence of a...file1-2/+2
2007-11-07This patch makes it possible for SIP phones to dial extensions defined with '...mmichelson1-2/+24
2007-11-06Make it so that if a peer is determined to be unreachable using qualify their...file1-1/+1
2007-11-06Fix improbable but possible memory leaks in chan_zap.file1-2/+10
2007-11-05When traversing the list of channel variables here in transmit_invite(), the russell1-2/+8
2007-11-05Fix up some indentation.russell1-26/+26
2007-11-05If a SIP channel is put on hold multiple times do not keep incrementing the o...file1-1/+1
2007-11-05Make sure we destroy the config structure on configuration failure.qwell1-0/+2
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo2-8/+8
2007-11-02Make subscribecontext behave as advertised. It will now look for the presence...file1-18/+18
2007-11-02If an INFO request within a dialog is received with a content length of 0 sim...file1-0/+5