aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-9/+9
2010-07-14handle special case were "200 Ok" to pending INVITE never receives ACKdvossel1-1/+19
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-1/+4
2010-07-14collapse debug code in retrans_pkt into separate linesdvossel1-3/+14
2010-07-14Do not skip sending MWI for a peer if an address is defined. Really just a me...jpeeler1-1/+1
2010-07-14ast_callerid restructuringrmudgett1-101/+199
2010-07-13chan_sip: RFC compliant retransmission timeoutdvossel1-11/+37
2010-07-13Revert early destruction of RTP sessionstwilson1-22/+9
2010-07-13Destroy RTP fds when we schedule final dialog destructiontwilson1-9/+22
2010-07-12Don't try to ref authpeer when it isn't settwilson1-1/+3
2010-07-09Fix error in parsing SIP registry strings from ASTdb.mmichelson1-18/+22
2010-07-09Fix port parsing in check_via.mmichelson1-5/+7
2010-07-09Fix an issue where the port for p->ourip was being set to 0.mmichelson1-0/+3
2010-07-09Merged revisions 275241 via svnmerge from pabelanger1-1/+1
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-1/+1
2010-07-09Return logic of sip_debug_test_addr() to its original functionality.mmichelson1-1/+18
2010-07-09Copy the address into the peer structure after we set the default portsimon.perreault1-1/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-846/+1012
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-0/+242
2010-07-07Fixes some ref count issues introduced by r274539dvossel1-2/+8
2010-07-07Use the relatedpeer field of a sip_pvt during INVITE processing.mmichelson1-49/+35
2010-07-06Merged revisions 274280 via svnmerge from twilson1-10/+1
2010-07-02Fix various typos reported by Lintiantzafrir1-6/+6
2010-07-01correct handling of get_destination return valuesdvossel1-29/+46
2010-06-29Merged revisions 273060 via svnmerge from tilghman1-0/+2
2010-06-29send a 400 Bad Request on malformed sip requestdvossel1-1/+7
2010-06-28rfc compliant sip option parsing + new unit testdvossel1-113/+11
2010-06-28Merged revisions 272804 via svnmerge from mmichelson1-0/+1
2010-06-28code guidelines cleanup for retrans_pkt() functiondvossel1-33/+42
2010-06-25chan_sip: more accurate retransmissionsdvossel1-0/+5
2010-06-23Add extra protection for reinvite glare scenario.mmichelson1-1/+1
2010-06-22ignore CANCEL request after having already received final response to INVITEdvossel1-1/+8
2010-06-22Merged revisions 271902 via svnmerge from mnicholson1-0/+1
2010-06-22Merged revisions 271689 via svnmerge from mnicholson1-145/+128
2010-06-21fixes crash when From header URI is missing "sip:"dvossel1-2/+2
2010-06-17retransmit response to BYE requests until timer J expiresdvossel1-5/+29
2010-06-16addition of G.719 pass-through supportdvossel1-0/+13
2010-06-15Make contactdeny apply to src ip when nat=yestwilson1-21/+22
2010-06-08Fix some doxygen warnings.lmadsen1-8/+9
2010-06-08Add SRTP support for Asterisktwilson1-15/+232
2010-06-07Use the mailbox destructor function, instead.tilghman1-1/+1
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.tilghman1-10/+42
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman1-1/+1
2010-06-04fixes compile error from uninitialized variabledvossel1-1/+1
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...dvossel1-6/+9
2010-06-04Send an ACK for every final response received for an INVITEtwilson1-0/+5
2010-06-02Prevent use of uninitialized values.mmichelson1-1/+1
2010-06-02Generic Advice of Charge.rmudgett1-3/+98
2010-05-28fixes crash when creation of UDPTL failsdvossel1-12/+27
2010-05-26do all sip registry parsing before transmit_registerdvossel1-72/+86