aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-23/+59
2006-10-17Fix an integer signedness problem.qwell1-0/+4
2006-10-17After some research, we realized that the default behaviour since a longoej1-10/+1
2006-10-16Use responses rather then replies even though they mean the same thing.file1-8/+8
2006-10-16Add 'ignoreoodreplies' option which will not create a pvt structure on a SIP ...file1-0/+14
2006-10-13avoiding warning, fixing potential bug (backported from 1.2)crichter1-0/+2
2006-10-13when sending a call to a peer, use the proper socket if we have multiple bind...kpfleming1-0/+3
2006-10-13fixed some echocandisable issues when bridged. this caused a kernel panic som...crichter2-5/+7
2006-10-13fixed issue, that the hangupcause got a wrong isdn cause at RELEASE_COMPLETEcrichter1-5/+12
2006-10-12ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linu...kpfleming1-0/+3
2006-10-10(re)added support of dynamical enabling hdlc on bchannelscrichter2-1/+5
2006-10-09Issue #8101 - wrong parameter for screening in remote-party-idoej1-19/+21
2006-10-05fixed segfault which happens during hold/transfer actioncrichter1-1/+1
2006-10-05fix Polycom presence notification againkpfleming1-3/+5
2006-10-04remove workaround for old Polycom firmware SUBSCRIBE requestskpfleming1-3/+4
2006-10-04if INFORMATION Message come with keypad instead of called party number, we ju...crichter1-0/+6
2006-10-04added the option 'reject_cause' to make it possible to set the RELEASE_COMPLE...crichter5-26/+84
2006-10-02Change the fd on the I/O context in case it changed during the reload, which ...file1-1/+6
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