aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-21On update, test against the existence of sipregs.tilghman1-3/+3
2009-02-21make chan_sip.c compile on OpenBSD again.mvanbaak1-3/+3
2009-02-20Set sip_request ast_str data to NULL so ast_str_copy allocates space properlyjpeeler1-0/+1
2009-02-18Fix ordering of output for a ChannelUpdate manager event.file1-1/+1
2009-02-18T38 faxdetect should jump to the 'fax' extension for incoming calls onlydhubbard1-2/+2
2009-02-17create a UDPTL structure in create_addr_from_peer() if it does not already ex...dhubbard1-0/+4
2009-02-17In this version, we can combine the queries, because we support droppingtilghman1-5/+2
2009-02-17Merged revisions 176426 via svnmerge from tilghman1-6/+29
2009-02-16Merged revisions 176029 via svnmerge from file1-5/+5
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-2/+2
2009-02-15Fix a number of problems with ast_sched_report().russell1-3/+7
2009-02-15Merged revisions 175777 via svnmerge from oej1-1/+1
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming1-58/+108
2009-02-12Remove useless string copy, and make sscanf safe againrussell1-2/+1
2009-02-12Avoid using ast_strdupa() in a loop.russell1-1/+2
2009-02-10Only decrease inringing count if above zero.file1-1/+3
2009-02-10Set the type for the peer structure to be a peer as the default.file1-0/+1
2009-02-10Make the logic for inuse and inringing manipluation match that of 1.4. The ol...file1-6/+10
2009-02-09Fix something I messed up in the merge I just didmmichelson1-1/+1
2009-02-09Merged revisions 174282 via svnmerge from mmichelson1-4/+7
2009-02-06Merged revisions 174082 via svnmerge from dhubbard1-7/+32
2009-02-06Merged revisions 173967-173968 via svnmerge from file1-42/+39
2009-02-06Merged revisions 173917 via svnmerge from mnicholson1-1/+62
2009-02-02Fix a spelling mistake.russell1-1/+1
2009-02-02Add a todo. I do need to really check what's going on with this kill-the-user...oej1-1/+3
2009-02-02Small formatting changeoej1-5/+4
2009-02-02Add some well-needed improvements to the wishlist in the code, so that we can...oej1-0/+7
2009-02-02The CID lookup feature wasn't actually working properly with dialog-info+xmlseanbright1-2/+5
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej1-1/+4
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...oej1-19/+27
2009-01-29Make sure register= line supports both port and expiry at the same time.oej1-20/+10
2009-01-29Merged revisions 172169 via svnmerge from oej1-6/+11
2009-01-27Solving the same issue, but a bit different in trunk...oej1-1/+2
2009-01-26Moving generic setting to friendsoej1-2/+1
2009-01-26Continue to move variables into the sip_cfg structure to make them easier to ...oej1-77/+77
2009-01-26Just moving around variable declarations so that we have all globals in the s...oej1-2/+2
2009-01-26Merged revisions 171264 via svnmerge from oej1-5/+5
2009-01-23Merged revisions 170504 via svnmerge from file1-1/+1
2009-01-21Further fix some oddities in sip show users and sip show peers logicmmichelson1-4/+18
2009-01-20Convert the character pointers in a sip_request to be pointer offsetsmmichelson1-73/+86
2009-01-17Fix port :0 added to SIP INVITE URI when outboundproxy usedtwilson1-6/+5
2009-01-16Merged revisions 168975 via svnmerge from mmichelson1-1/+5
2009-01-15Add missing bracemmichelson1-0/+1
2009-01-15Fix the compactheaders option in sip.confmmichelson1-2/+3
2009-01-15Remove an unneeded condition for line addition to a SIP request/responsemmichelson1-4/+0
2009-01-15Make sure that we have the same terminology in sip.conf.sample and the source...oej1-1/+1
2009-01-15Add capability to remove added SIP headers *before* INVITE is generated.oej1-0/+61
2009-01-14Restore the "sip show users" and "sip show user" CLI commandsmmichelson1-0/+190
2009-01-13Merged revisions 168551 via svnmerge from twilson1-1/+3
2009-01-13Allow specifying a port number in the user portion of a register => line in s...mmichelson1-11/+34