summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...Jeff Peeler
2008-04-01Merged revisions 112204 via svnmerge from Joshua Colp
2008-04-01Demote a log message down to a warning.Joshua Colp
2008-03-31This fixes a high fence violation that MALLOC_DEBUG reported to me.Russell Bryant
2008-03-28This time the fix is proper for issue 12284. I have tested it thoroughly and ...Mark Michelson
2008-03-28Temporary revert of 111662. It's causing lots of trouble and appears to not beMark Michelson
2008-03-28The copy_request function did not take into account the necessary null termin...Mark Michelson
2008-03-26Add expiry value to the sip show subscriptions CLI command.Joshua Colp
2008-03-26Merged revisions 111020 via svnmerge from Joshua Colp
2008-03-25This one line change makes an if inside a for loop (in realtime_peer) check a...Jeff Peeler
2008-03-25Oops here too. I need to stop coding for a while...Mark Michelson
2008-03-25Merged revisions 110635 via svnmerge from Mark Michelson
2008-03-25Add a special dialplan variable to chan_sip which will cause an audio file to...Joshua Colp
2008-03-25Use the "Server" header when responding to SIP requests.Olle Johansson
2008-03-24Remove the "Event: registration" header from Asterisk-generatedMark Michelson
2008-03-24Merged revisions 110618 via svnmerge from Mark Michelson
2008-03-24Only print out the set_address_from_contact host verbose message if debugging...Joshua Colp
2008-03-20Merged revisions 110336 via svnmerge from Russell Bryant
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-19This change adds DNS manager support for registrations not referencing a peer...Jeff Peeler
2008-03-19Set req->data to NULL after free'ing to ensure that it never gets accidentallyRussell Bryant
2008-03-18Since a sip request's data field is now a stringfield, we not only have to checkMark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-18Merged revisions 109386 via svnmerge from Joshua Colp
2008-03-18Do not return with a successful authentication if the From header ends up empty.Jason Parker
2008-03-18Add manager peerstatus events when peer can't authenticate.Olle Johansson
2008-03-17Remove something that is never ever used.Joshua Colp
2008-03-17Merged revisions 109107 via svnmerge from Joshua Colp
2008-03-17Make sure that the temporary sip_request structure is empty so that copy_requ...Joshua Colp
2008-03-14Merged revisions 108737 via svnmerge from Mark Michelson
2008-03-13Merged revisions 108530 via svnmerge from Russell Bryant
2008-03-13Merge changes from team/jamesgolovich/chan_sip-ast_strRussell Bryant
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-12Let's get this to compileMark Michelson
2008-03-12Merged revisions 108288 via svnmerge from Mark Michelson
2008-03-12Merged revisions 108086 via svnmerge from Kevin P. Fleming
2008-03-12Deadlock fixesTilghman Lesher
2008-03-11Merged revisions 107290 via svnmerge from Terry Wilson
2008-03-10If we receive a 488 on a T38 request reinvite back to audio. As well reinvite...Joshua Colp
2008-03-07(closes issue #6002)Steve Murphy
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-05Merged revisions 106015 via svnmerge from Tilghman Lesher
2008-03-04add a destroy API call for a server instanceRussell Bryant
2008-03-04More public API name changes to use an appropriate ast_ prefixRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-03-04Fix some bugs in the SIP tcp helper thread.Russell Bryant
2008-03-04Merged revisions 105674 via svnmerge from Joshua Colp
2008-03-03Merged revisions 105557 via svnmerge from Joshua Colp