aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Fix a bug in 1.4 branch with iax2 channels not being removed when a call was ...bbryant1-4/+2
2008-07-19grant a license exception to allow distribution of Asterisk binaries that use...kpfleming1-2/+2
2008-07-18Fix for Taiwanese number syntaxtilghman1-17/+73
2008-07-18Textual clarificationtilghman1-1/+1
2008-07-18Spinlock within the destroy, to allow a scheduled job to continue, if it'stilghman2-2/+18
2008-07-18Oopstilghman1-0/+4
2008-07-18Preserve ABI compatibility with last changetilghman2-0/+8
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman3-5/+6
2008-07-18remove the dlfcn compatibility stuff, because no platforms that Asterisk curr...kpfleming4-1410/+0
2008-07-18Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always se...bbryant1-2/+2
2008-07-17Revert part of issue #5620 (revision 6965) as it appears that it was in error.tilghman1-1/+2
2008-07-16Fix a bug in iax2 registration that allowed peers to register with bbryant1-2/+2
2008-07-16Apparently, in certain cases, a callno is already destroyed when iax2_destroy...tilghman1-1/+1
2008-07-16Always ensure that the channel's tech_pvt reference is NULL after calling therussell1-0/+6
2008-07-16Move the init_queue call back to where it used to be (changedmmichelson1-1/+1
2008-07-16Apparently, "thread safety" is important, whatevermmichelson1-3/+4
2008-07-16Make absolutely certain that the transfer datastoremmichelson1-1/+9
2008-07-16(closes issue #13090)murf1-6/+19
2008-07-15remove 4 lines of redundant code.mvanbaak1-4/+0
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman2-8/+8
2008-07-14Override the callerid in all cases when the callerid is set in the user, nottilghman1-13/+10
2008-07-14Add a check to the CAN_EARLY_BRIDGE macro in app_dial tommichelson1-6/+7
2008-07-14notify the user that dnsmgr refresh wont work when dnsmgr is not enabled.mvanbaak1-2/+6
2008-07-14Bump up the debug level for a message.russell1-2/+2
2008-07-13fix memory leak when originate from manager cannot create a threadmvanbaak1-0/+1
2008-07-13Reverting 2 changesets, as it breaks incoming IAX2 callstilghman1-53/+44
2008-07-12in 1.4 the functions still have | as argument seperator.mvanbaak1-1/+1
2008-07-11forcibly remove the modules that are changing nameskpfleming1-1/+3
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming14-151/+271
2008-07-11Remove redundant logicmmichelson1-2/+2
2008-07-11Fix a typo in audiohook_read_frame_both.mmichelson1-1/+1
2008-07-11Ensure that a destination callno of 0 will not match for frames that do nottilghman1-6/+15
2008-07-11Pass the devicestate from an underlying channel up through the Agent channel.tilghman1-1/+49
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample conf...kpfleming12-39/+44
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming5-1/+290
2008-07-11add a simple ASTOBJ_TRYWRLOCK macro ...russell1-0/+2
2008-07-11simplify calculationkpfleming1-3/+3
2008-07-11fix a flaw found while experimenting with structure alignment and padding; lo...kpfleming1-1/+19
2008-07-11don't attempt to set user/group ownership of extracted sound files (reported ...kpfleming1-7/+7
2008-07-10Correctly deal with duplicate NEW frames (due to retransmission). Also, fixuptilghman1-45/+45
2008-07-10Oopstilghman1-1/+3
2008-07-10Note that pbx_spool.so is the module used for call filesrussell1-1/+2
2008-07-10Update svn:ignoreseanbright0-0/+0
2008-07-09Fix a problem where inbound rfc2833 audio would be sent to the mmichelson1-4/+5
2008-07-09Look for the system installed awk instead of assuming it's at /usr/bin/awk.seanbright4-61/+101
2008-07-08Update documentation to have the correct option namemmichelson1-4/+4
2008-07-08Backport TCP-related timeouts to IMAP voicemail in 1.4mmichelson2-1/+36
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman3-1/+4
2008-07-08Timestamp decoding for video mini-frames is bogus, because the timestamp onlytilghman1-10/+16
2008-07-08Don't hangup the call if we can't resolve the Contact if there's a proxyoej1-9/+5