aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-02fixed the hold/retrieve/transfer issues, removed a useless bc field, added se...crichter3-88/+170
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file4-11/+8
2006-09-27fixed a bug which led to chan_list zombies, when the call could not be proper...crichter3-26/+9
2006-09-26Use proper type to represent the group variable (issue #8025 reported by makoto)file1-1/+1
2006-09-24Check to see if the channel that is activating the IAXPEER function is actuallyrussell1-0/+5
2006-09-20make some more functions statickpfleming3-7/+7
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-1/+1
2006-09-18Issue #7682 - don't add contacts to 4xx responses. oej1-1/+1
2006-09-16When a realtime peer expires, reset the ipaddress in the realtime database ba...tilghman1-0/+2
2006-09-14Error message references wrong argument (Issue 7951)tilghman1-1/+1
2006-09-09- Reset proper flagoej1-6/+4
2006-09-08Use ast_best_codec to set the read/write formatfile1-9/+10
2006-09-06 Look ma! No more deadlocks! <sic>bweschke1-2/+15
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-3/+7
2006-09-06Make realtime regseconds work as people expected (0 on registration expiratio...file1-12/+18
2006-09-04Don't kill the pvt before we have sent ACK on CANCEL (needs more testing befo...oej1-9/+28
2006-09-01Only wipe the redirected audio & video IP/port if it's specified, and trigger...file1-4/+8
2006-09-01put in proper fix for issue #7294 instead of the broken partial fix that was ...kpfleming1-4/+8
2006-08-30Issue #7572 - Hangup when receiving a buggy 487 response to an INVITEoej1-0/+3
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell9-33/+18
2006-08-30Issue 7822 - don't use SRV lookups if it's disabled.oej1-2/+2
2006-08-25There, much better.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-20Turn media level c= parsing on by default (issue #7725 reported by psm)file1-22/+18
2006-08-17rename file per crichter's requestkpfleming1-0/+0
2006-08-17This rather small ;-) commit merges the changes from my team branch 0.3.0 into tcrichter14-6256/+5222
2006-08-16don't allow AUEP responses to overflow the stack during a string copy (report...kpfleming1-4/+6
2006-08-08Increase the buffer size for the callid (issue #7675, reported by pssatcs)russell1-2/+2
2006-08-07Fix a crash reported to me by hads on IRC. This crash would occur with the userussell1-10/+10
2006-08-05don't advertise that this function can set a SIP header when it can onlyrussell1-1/+1
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell10-30/+94
2006-08-02fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mecha...kpfleming1-9/+12
2006-07-31don't reissue hangup requests for SIP channels that have expired their RTP ti...kpfleming1-2/+12
2006-07-29How many attempts does it take to make a SIP URI parser that works well? I'm ...file1-22/+23
2006-07-28Make a copy of the request URI in check_user_full instead of modifying the on...file1-12/+15
2006-07-27Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This wasrussell1-1/+10
2006-07-27fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crashrussell1-1/+10
2006-07-26Put default callerid into contact when the one specified is either NULL or ha...file1-1/+1
2006-07-25This resolves a deadlock that a tech support customer was getting frequentlyrussell1-1/+7
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
2006-07-13report address of peer trying to subscribe to unknown hintkpfleming1-1/+3
2006-07-12Add support to have maxauthreq as a global optionfile1-0/+6
2006-07-12remove some more bad examples of using printfkpfleming3-47/+1
2006-07-11Add configuration option for IAX2 users that will limit the amount of outstan...file1-6/+92
2006-07-06 Don't do wierd things on a callback agent that has attempted logoff while st...bweschke1-2/+4
2006-07-06Instead of giving the scheduled item ID on a peer expiration, give the time u...file1-1/+1
2006-07-05Spell extension correctly in documentation for chan_oss dial (issue #7487 rep...file1-1/+1
2006-07-04Tell clients based on old SIP standard that we only support MD5 digest authen...oej1-2/+2
2006-07-03issue #7470 - Need larger buffer for record-route headers...oej1-1/+1
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell11-134/+40