aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman5-14/+14
2010-07-09Return logic of sip_debug_test_addr() to its original functionality.mmichelson1-1/+18
2010-07-09Fix sip_uri_parse test comparison.mmichelson1-2/+2
2010-07-09Copy the address into the peer structure after we set the default portsimon.perreault1-1/+2
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.rmudgett3-9/+9
2010-07-08Add IPv6 to Asterisk.mmichelson15-1081/+1372
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel4-2/+890
2010-07-07Fixes some ref count issues introduced by r274539dvossel1-2/+8
2010-07-07Add missing conditional around chan_dahdi mfcr2_skip_category config parameter.rmudgett1-0/+2
2010-07-07Merged revisions 274579 via svnmerge from rmudgett1-0/+1
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-06Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the ...tilghman1-1/+2
2010-07-03Merged revisions 273793 via svnmerge from tilghman3-3/+12
2010-07-02Fix various typos reported by Lintiantzafrir6-24/+24
2010-07-01correct handling of get_destination return valuesdvossel2-29/+55
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 testdvossel4-113/+308
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-24Merged revisions 272446 via svnmerge from rmudgett1-0/+2
2010-06-23Resolve some errors produced during module unload of chan_iax2.russell1-41/+62
2010-06-23Add new AMI command LocalOptimizeAway.tringenbach1-0/+73
2010-06-23D'oh! Defaultenabled FTL.tilghman1-2/+0
2010-06-23Load all lines from realtime, not just the first one.tilghman1-26/+35
2010-06-23Add extra protection for reinvite glare scenario.mmichelson1-1/+1
2010-06-22Don't try to lock/unlock an uninitialized lock on a dahdi_pri.russell1-0/+3
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 mnicholson2-145/+129
2010-06-21fixes crash when From header URI is missing "sip:"dvossel2-2/+24
2010-06-17fixes some coding guideline issuedvossel1-6/+6
2010-06-17retransmit response to BYE requests until timer J expiresdvossel3-7/+34
2010-06-17Change expected operation from error to debug messagejpeeler1-1/+1
2010-06-16addition of more parse_uri test casesdvossel1-0/+54
2010-06-16Fix the actual place that was pointed out, for previous commit.qwell1-0/+2
2010-06-16Merged revisions 270980 via svnmerge from qwell1-0/+2
2010-06-16addition of G.719 pass-through supportdvossel2-0/+14
2010-06-16Merged revisions 270866 via svnmerge from dvossel1-6/+4
2010-06-16Fix no call waiting caller IDjpeeler1-1/+0
2010-06-15Don't blow up if an ast_channel doesn't get allocated.russell1-1/+3
2010-06-15Make contactdeny apply to src ip when nat=yestwilson1-21/+22
2010-06-14Extract sig_ss7_init_linkset() to sig_ss7.rmudgett3-16/+28
2010-06-14Add option to get untruncated channel name from AGENT function.qwell1-0/+7
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett3-1/+77
2010-06-10Attempt to fix a FreeBSD build error by including sys/stat.h.russell1-0/+1
2010-06-09Merged revisions 269495 via svnmerge from russell1-1/+1
2010-06-09Add missing API function to sig_ss7: sig_ss7_fixup().rmudgett3-7/+32