aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-11Fix path for .flavor and .version.lmadsen1-3/+3
2009-06-10__WORDSIZE is not available on all platforms, so use sizeof(void *) instead.seanbright1-2/+2
2009-06-08Fix a typo in the stack size calculation just introduced.seanbright1-1/+1
2009-06-08Increase the size of our thread stack on 64 bit processors.seanbright1-3/+3
2009-06-05Fixes issue with hints giving unexpected results.dvossel1-19/+12
2009-06-04Additional updates to AST-2009-001dvossel1-1/+17
2009-06-04Safely handle AMI connections/reload requests that occur during startup.seanbright3-9/+101
2009-06-03Fix a possible crash in pbx_spool.seanbright1-3/+3
2009-06-03Generic call forward api, ast_call_forward()dvossel3-6/+107
2009-06-01If using the old deprecated format, a reload would cause the class to disappear.tilghman1-6/+11
2009-05-30Properly terminate AMI JabberSend response messages.seanbright1-8/+8
2009-05-30Fix a crash that occurred when MWI SMDI messages expired.russell1-0/+2
2009-05-30Treat an empty FORWARD_CONTEXT the same way we treat a missing one.seanbright1-0/+3
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson4-3/+13
2009-05-29Fix 'make config' target for Slackware.seanbright1-1/+1
2009-05-28Update MixMonitor documentation.lmadsen1-0/+4
2009-05-28'iax show peer blah' now outputs whether or not peer 'blah' is in trunk mode ...dvossel1-0/+1
2009-05-28Allow for media to arrive from an alternate source when responding to a reinv...mmichelson3-5/+110
2009-05-28Use the address we already know when reloading a peer with nat=yes.eliel1-2/+5
2009-05-28Add flags to chanspy audiohook so that audio stays in sync.mmichelson3-1/+17
2009-05-28Fix a bug where the flag indicating the presence of rport would get overwritt...file1-1/+7
2009-05-27Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.seanbright1-1/+1
2009-05-27Typo fixoej1-3/+1
2009-05-27Use a different determinator on whether to print the delimiter, since leading...tilghman1-5/+6
2009-05-27Fix broken attended transfersjpeeler2-5/+7
2009-05-27Fix handling of the 'state_interface' option of the 'queue add member' CLIseanbright1-1/+3
2009-05-26Resolve a file handle leak.russell1-0/+4
2009-05-26Remove some bash specific stuff from safe_asterisk.file1-4/+4
2009-05-22Fix a bug where using immediate with mISDN caused a cause code of 16 to get s...file1-2/+3
2009-05-21Sign problem calculating timestamp for iax frame leads to no audio on the rec...dvossel1-0/+3
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson3-6/+52
2009-05-20Fix some code that wrongly assumed a pointer would always be non-NULL when de...file1-5/+11
2009-05-20Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.file1-1/+1
2009-05-19Ensure thread keys are initialized before attempting to access them.tilghman1-0/+3
2009-05-19Fix a bug where direct RTP setup would partially occur even when disabled if ...file1-1/+1
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman2-0/+17
2009-05-18Fix a typo which caused loss of audio when using G729 in some scenarios with ...file1-1/+1
2009-05-18Fix a bug where the codecs of the called party leg were not properly sent bac...file2-5/+3
2009-05-18Don't try to unlock a bogus channel.russell1-0/+1
2009-05-15IAX2 REGAUTH loopdvossel1-22/+37
2009-05-15Fix some spelling fail.russell1-1/+1
2009-05-15Update to previous IAX2 "Ghost" Channels patch.dvossel2-15/+18
2009-05-14IAX2 "Ghost" Channelsdvossel3-21/+110