summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.Mark Michelson
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cMark Michelson
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFPaul Belanger
2010-05-11Improve logging information for misconfigured contextsPaul Belanger
2010-05-05fixes sip native transferDavid Vossel
2010-05-05Merged revisions 261274 via svnmerge from Paul Belanger
2010-04-28Don't override peer context with domain context.Mark Michelson
2010-04-26Small error in the T.140 RTP port verbose log.Leif Madsen
2010-04-21fixes issue with double "sip:" in header fieldDavid Vossel
2010-04-16Make sure to fail a monitor if we receive a negative response for a CC SUBSCR...Mark Michelson
2010-04-15Merged revisions 257467 via svnmerge from Tilghman Lesher
2010-04-13Also unref the pvt when we delete the provisional keepalive job.Tilghman Lesher
2010-04-12gives channel reference before unlocking it and using setvar helper.David Vossel
2010-04-09Remove status_response callbacks where they are not needed.Mark Michelson
2010-04-09Fix some compiler errors that popped up after the CCSS merge.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-09func_srv and explicit specification of a remote IP for SIP.Mark Michelson
2010-04-06fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan functionDavid Vossel
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-31Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.Mark Michelson
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capableKevin P. Fleming
2010-03-15Tell the RTP engine API about the initial read and write format.Russell Bryant
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.Tilghman Lesher
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-06Fix a crash in SIP blind transfer handling found by an automated external test.Russell Bryant
2010-03-05Fix up some of chan_sip's usage of the RTP engine API.Russell Bryant
2010-03-03fixes signed to unsigned int comparision issue for FaxMaxDatagram value.David Vossel
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-02-26Merged revisions 249100 via svnmerge from Mark Michelson
2010-02-23Merged revisions 248396 via svnmerge from David Vossel
2010-02-22Move the REF_DEBUG comment higher in the include list.Mark Michelson
2010-02-19handle_request_invite revise comment, fix coding guideline issuesDavid Vossel
2010-02-18If the peer record is from realtime, it could be set to 0, due to MySQL not r...Tilghman Lesher
2010-02-17Make all of the various rtpqos parameters in this branch available from the C...Tilghman Lesher
2010-02-16Allow Timer B to be set on the peer, and ensure SIP rules are followed (or wa...Tilghman Lesher
2010-02-15chan_sip parse code refactoring plus two new unit testsDavid Vossel
2010-02-12fixes areas where port should be removed from domain during parsingDavid Vossel
2010-02-09This commit removes an extra newline in T.38 generated SDP packets. This bug ...Matthew Nicholson
2010-02-07Remove parsing of constantssrc from reload_config.Mark Michelson
2010-02-06Remove useless sip options related to hash table size.Mark Michelson
2010-02-05fixes issue with sip registry not having correct default expiryDavid Vossel
2010-02-04parse_moved_contact tries to parse contact_name twiceDavid Vossel
2010-02-03-----Changes -----David Vossel
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...David Vossel
2010-01-28Add a missing line terminator for T.38 SDP.Russell Bryant
2010-01-28Merged revisions 243779 via svnmerge from Russell Bryant
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-22Merged revisions 242226 via svnmerge from Olle Johansson
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright