aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.26-rc5@212958 f38db49...v1.4.26-rc5kpfleming8-20/+19
2009-07-02Use autotagged externalslmadsen0-0/+0
2009-07-02Importing files for 1.4.26-rc5 release.lmadsen3-0/+25088
2009-07-02Creating tag for the release of asterisk-1.4.26-rc5lmadsen3-25068/+0
2009-07-02Use autotagged externalslmadsen0-0/+0
2009-07-02Importing files for 1.4.26-rc5 release.lmadsen3-0/+25068
2009-07-02Creating tag for the release of asterisk-1.4.26-rc5lmadsen0-0/+0
2009-07-02Improved mapping of extension states from combined device states.dvossel4-92/+232
2009-06-30More incorrect language codes, plus ensuring that regionalizations use the sp...tilghman2-189/+191
2009-06-30Fix ast_say_counted_noun to correctly handle Polish. Fix a comment typo in p...qwell1-2/+2
2009-06-30"tw" is the language specification for Twi (from Ghana) not Taiwanese.tilghman2-37/+42
2009-06-29Add error message so that it is clear why a SIP peer was not processed whenmmichelson1-0/+1
2009-06-29Fix build oops.mmichelson1-1/+1
2009-06-29Fix a problem where chan_sip would ignore "old" but valid responses.mmichelson1-44/+44
2009-06-29Revision 189537 was supposed to make 1.4 more correct. Instead, it broke fun...tilghman2-35/+2
2009-06-29segfault after SPINLOCK schedule deletedvossel1-4/+14
2009-06-29Place unlock of mutex in an else block so that it does not get unlocked twice.mmichelson1-1/+2
2009-06-27The ISDN CPE side should not exclusively pick B channels normally.rmudgett1-8/+5
2009-06-26Make sure to recreate the dahdi pseudo channel after dahdi restartjpeeler1-1/+1
2009-06-26Don't fast forward past the end of a message.russell1-0/+7
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-1/+1
2009-06-25I didn't see that Mark already fixed the underlying issue!twilson1-3/+2
2009-06-25Fix a case where CDR answer time could be before the start time involving par...russell1-1/+10
2009-06-25Don't try to free NULLtwilson1-1/+3
2009-06-25Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled.mmichelson1-1/+7
2009-06-25Resolve a crash related to a T.38 reinvite race condition.russell1-16/+20
2009-06-24Improved chan_dahdi.conf pritimer error checking.rmudgett1-15/+26
2009-06-24Use the handy UNLINK macro instead of hand-coding the same thing in-line.mmichelson1-5/+1
2009-06-23MWI NOTIFY contains a wrong URI if Asterisk listens to non-standard port and ...dvossel1-1/+9
2009-06-23Fix more memory leaks that may result if rtp is not successfully allocated.mmichelson1-0/+4
2009-06-23Fix potential memory leak in chan_sip when video rtp is not allocated properly.mmichelson1-0/+4
2009-06-22Report CallerID change during a masquerade.russell1-15/+25
2009-06-22Make Polycom subscription type override check more explicit.russell1-5/+9
2009-06-22Remove an extra debug line left from previous commit.mmichelson1-1/+0
2009-06-22Fix a situation in which Asterisk would not stop retransmitting 487s.mmichelson1-2/+34
2009-06-22Fix a possible infinite loop in SDP parsing during glare situation.mmichelson1-1/+1
2009-06-20Since we don't have sip_pvt_lock() in 1.4, we need to use ast_mutex_* directly.seanbright1-2/+2
2009-06-19Added deadlock protection to try_suggested_sip_codec in chan_sip.c.mnicholson1-2/+14
2009-06-19timestamp was being converted to host order as a short rather than a longdvossel1-1/+1
2009-06-19If the "h" extension fails, give it another chance in main/pbx.c.tilghman1-3/+5
2009-06-18Fix memory corruption and leakage related reloads of non files mode MoH classes.russell1-1/+2
2009-06-17Change the datastore traversal in ast_do_masquerade to use a safe list traver...mmichelson1-1/+5
2009-06-17StopMixMonitor race condition (not giving up file immediately)dvossel1-26/+64
2009-06-17Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()dbrooks1-0/+4
2009-06-17Correct AST_LIST_APPEND_LIST behavior when list to be appended is empty.kpfleming1-5/+8
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming12-194/+334
2009-06-16Show the interface name on error, if it is not found.eliel1-1/+1
2009-06-15Add INFO to our allowed methods so that endpoints know they may send it to us.mmichelson1-1/+1
2009-06-12Suppress a warning message and give a better return code when generatingmmichelson1-0/+10
2009-06-11Backport fix for parallel build warnings from trunk r199781.seanbright1-5/+5