aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Remove parsing of constantssrc from reload_config.mmichelson1-2/+0
2010-02-06Remove useless sip options related to hash table size.mmichelson1-31/+8
2010-02-05fixes issue with sip registry not having correct default expirydvossel1-1/+1
2010-02-04parse_moved_contact tries to parse contact_name twicedvossel1-8/+0
2010-02-03-----Changes -----dvossel1-2075/+333
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...dvossel1-36/+63
2010-01-28Add a missing line terminator for T.38 SDP.russell1-1/+1
2010-01-28Merged revisions 243779 via svnmerge from russell1-4/+5
2010-01-26RFC compliant uri and display-name encode/decodedvossel1-136/+260
2010-01-22Merged revisions 242226 via svnmerge from oej1-1/+1
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-13/+2
2010-01-13SIP Show channelstats fix - use float division to show proper statsoej1-5/+5
2010-01-12fixes text support in sdp answerdvossel1-20/+23
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-4/+4
2010-01-06Whoa, duplicate setting (dead code).tilghman1-5/+0
2010-01-02global_contact_ha was renamed in trunktilghman1-1/+1
2010-01-02Merged revisions 237135 via svnmerge from oej1-0/+1
2009-12-30Fix compiling with LOW_MEMORY.jpeeler1-17/+0
2009-12-29Shut down the SIP session timers more gracefully, in order to prevent a possi...tilghman1-4/+20
2009-12-22Merged revisions 236062 via svnmerge from dvossel1-3/+9
2009-12-17Remove some old code for going to the 'fax' extension when a T.38 switchover ...file1-22/+0
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