aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-15reverse minor sip registration regressiondvossel1-41/+58
2009-12-14Merged revisions 234492 via svnmerge from oej1-0/+1
2009-12-10Merged revisions 234095 via svnmerge from tilghman1-6/+10
2009-12-07Merged revisions 233471 via svnmerge from dvossel1-1/+3
2009-12-07Do not reject SDP packets describing only non audio streams.mnicholson1-1/+1
2009-12-02Do not change the exten string field or rebuild the contact headermmichelson1-4/+0
2009-12-02Add support for handling the 415 Unsupported media type response like we do f...file1-0/+3
2009-12-02Fix a bug where a scheduled item ID would get retained on registrations in a ...file1-1/+1
2009-12-01More 32->64 bit codec conversions.tilghman1-4/+5
2009-11-30Another round of UDPTL stack fixes/improvements:kpfleming1-0/+2
2009-11-30When receiving SDP that matches the version of the last one do not treat it a...file1-3/+6
2009-11-30Fix a bug where an immediate masquerade would cause a queued unhold frame to ...file1-0/+2
2009-11-23Change fax detection in chan_sip so it behaves as one would expect.file1-26/+59
2009-11-23Merged revisions 230839 via svnmerge from kpfleming1-10/+15
2009-11-23Merged revisions 230772 via svnmerge from kpfleming1-4/+5
2009-11-13Merged revisions 230144 via svnmerge from file1-2/+18
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-8/+12
2009-11-13Fix T.38 negotiation regression introduced with the SDP parser changes.file1-57/+60
2009-11-10Reverted revision 201717.mnicholson1-14/+1
2009-11-06Merged revisions 228547 via svnmerge from file1-0/+3
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-546/+671
2009-11-04Merged revisions 227700 via svnmerge from file1-7/+2
2009-11-04Two other trunk build fixes (reported by seanbright on #asterisk-dev)tilghman1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-83/+81
2009-11-03Fixed a spelling error in the q850 reason header option in the output of sip ...mnicholson1-1/+1
2009-11-03user.conf entries in SIP were not having their peer type set.dvossel1-0/+2
2009-11-03Merged revisions 227088 via svnmerge from oej1-2/+15
2009-11-02SIP channel name uniquenessdbrooks1-2/+3
2009-11-02This patch adds support for a draft proposal for adding Q.850 reason headers ...mnicholson1-8/+61
2009-10-27Add support for receiving unsolicited MWI NOTIFY messages.file1-9/+22
2009-10-26Fix building in REF_DEBUG mode.kpfleming1-2/+2
2009-10-26ACL check not present for verifying SIP INVITEs jpeeler1-1/+5
2009-10-24Improve performance of pedantic mode dialog searching in chan_sip.kpfleming1-68/+37
2009-10-23Fixes an iterator memory leak and uninitialized memorydvossel1-1/+2
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-141/+422
2009-10-21Add 'mohsuggest' configuration option to 'sip show peer' CLI command andkpfleming1-0/+2
2009-10-21Add support for specifying the IP address to use for media streams in sip.conffile1-15/+26
2009-10-21Revert media_address commit, I'm going to roll a fix to the SDP generation in...file1-7/+2
2009-10-21Merged revisions 225032 via svnmerge from dvossel1-4/+14
2009-10-21Add support for specifying the IP address to use for media streams in sip.conffile1-2/+7
2009-10-14Allow for adding message body to the SIP NOTIFY messagejpeeler1-60/+65
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.kpfleming1-2/+1
2009-10-11Check the proper page for the SENDRPID flag.mmichelson1-1/+1
2009-10-09Merged revisions 223205 via svnmerge from dvossel1-3/+11
2009-10-09'auth=' did not parse md5 secret correctlydvossel1-12/+10
2009-10-09p->peerauth is always empty in transmit_register()dvossel1-4/+4
2009-10-08fixed comment line for do_magic_pickupdvossel1-1/+1
2009-10-08Deadlock between ast_cel_report_event and ast_do_masqueradedvossel1-3/+9
2009-10-08makes externtcpport and externtlsport static variablesdvossel1-2/+2
2009-10-07Deadlock in channel masquerade handlingdvossel1-57/+65