aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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...crichter6-2/+34
2007-11-08Properly say the seconds here..qwell1-1/+1
2007-11-08Rework of the commit I made yesterday to use the already built-inmmichelson1-27/+14
2007-11-08Avoid warnings on load when using sample configuration files.qwell1-1/+1
2007-11-08I made this same adjustment in trunk to fix a bug, and it makes sense to do i...mmichelson1-1/+1
2007-11-08fix a glaring bug in the new SRV record handling that would cause incorrect w...kpfleming1-0/+1
2007-11-08Typotilghman1-1/+1
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-07The member refcount must be incremented, to avoid using it after deallocation.tilghman1-0/+6
2007-11-07This patch makes it possible for SIP phones to dial extensions defined with '...mmichelson1-2/+24
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf3-4/+10
2007-11-07Fixing a segfault in the manager "core show channels concise" command.mmichelson1-1/+1
2007-11-07Suppress AEL warnings on load.tilghman1-1/+2
2007-11-06Fix init_classes() so that classes that actually do have files loaded aren'trussell1-1/+1
2007-11-06Correctly set the total number of channels from a zaptel transcoder board.qwell1-2/+1
2007-11-06We went to the trouble of creating a method of tracking failed trylocks, then...tilghman1-1/+1
2007-11-06Bug fixes to tdd support in zaptel. oej1-16/+24
2007-11-06If someone were to delete the files used by an existing MOH class, and thenrussell1-3/+15
2007-11-06closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2...murf1-7/+66
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-06Remove some checks to see if locks are initialized from the non-DEBUG_THREADSrussell1-67/+0
2007-11-06update comment to match the state of the codekpfleming1-4/+3
2007-11-05Reworked deadlock avoidance in __ast_read. Restored audio to mmichelson1-20/+9
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell2-11/+61
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-05Merge changes from asterisk/team/kpfleming/SRV-priority-handlingrussell2-44/+150
2007-11-05Merge the last bit of changes from asterisk/team/russell/readq-1.4russell1-24/+27
2007-11-05If a SIP channel is put on hold multiple times do not keep incrementing the o...file1-1/+1
2007-11-05Fix up datastore handling in ast_do_masquerade(). The code is intended to moverussell1-2/+1
2007-11-05Make sure we destroy the config structure on configuration failure.qwell1-0/+2
2007-11-05Don't check used pooled connections for connection status, as it will cause i...tilghman1-1/+1
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo5-15/+15
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
2007-11-02We need to make sure to specify a language to ast_fileexists, otherwise it ma...qwell1-3/+3
2007-11-02Fix build on Solaristilghman1-29/+29
2007-11-01Add some notes on using valgrindtilghman1-0/+19
2007-11-01Make sure we set the poll fds to NULL after free()ing it.qwell1-1/+3
2007-11-01Fix up commit for my Zap channel with spies in Meetme fix. (thanks Tony Mount...file1-2/+2
2007-11-01If a Zap channel contains a spy or a spy is added take it out of the conferen...file1-3/+3
2007-10-31Make sure we free some allocated memory before returning.qwell1-0/+1
2007-10-31Don't try to allocate memory that we're just going to re-allocate later anyways.qwell1-3/+0
2007-10-31Create samples for ALL of the available options in asterisk.conftilghman1-0/+14
2007-10-31closes issue #11108 -- where the 'dialplan save' cli command saves a file whe...murf1-1/+1