aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-02-06Adds immediate yes/no option to iax.confdvossel1-3/+11
2009-02-06Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an...file1-1/+1
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-06Add a common implementation of a scheduler context with a dedicated thread.russell1-86/+39
2009-02-04Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884dvossel2-197/+141
2009-02-03Broke up the large conditional blocks so it is easy to see if a function is c...rmudgett1-37/+132
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-29channels/chan_dahdi.crmudgett1-57/+440
2009-01-29Revert two lines that was extra, but only on fridays.oej1-2/+0
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej2-3/+17
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-28A further correction: cast the sizeof to an int.murf1-1/+1
2009-01-28my gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 didn't like the \%ld and issued a warni...murf1-1/+1
2009-01-28Merged revisions 171963 via svnmerge from tilghman1-1/+1
2009-01-27Don't complain about lack of D-channels on PTMP connectionsmattf1-2/+5
2009-01-27Merged revisions 171689 via svnmerge from mmichelson1-64/+0
2009-01-27Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.) dbailey1-9/+3
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-25Merged revisions 171187 via svnmerge from tilghman1-10/+11
2009-01-25dont segfault when a MWI event occurs on a line without a registered devicemvanbaak1-24/+26
2009-01-23Merged revisions 170588 via svnmerge from tilghman1-16/+18
2009-01-23Merged revisions 170504 via svnmerge from file1-1/+1
2009-01-23let's use SENTINEL where neededmvanbaak1-5/+5
2009-01-23We should not do restart messages if we're in PTMP modemattf1-1/+1
2009-01-23Dont clear the display of skinny phones when not needed.mvanbaak1-12/+4
2009-01-23MWI messages included in CID spill was not being properly handled and prevent...dbailey1-2/+2
2009-01-22Make sure we don't set the channel to be inalarm for a D-channel drop on PTMP...mattf1-1/+5
2009-01-22change VMWI to use new DAHDI_VMWI ioctl call. dbailey1-29/+35
2009-01-22* Adjust some conditionals to balance curly braces.rmudgett1-13/+18
2009-01-22Whitespace changes onlyrmudgett1-753/+750
2009-01-21Test commit for test issue #14303mmichelson1-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-19Redo the event-based MWI in chan_skinny.mvanbaak1-53/+37
2009-01-19Get rid of magic number and replace with DAHDI_VMWI_NUMBER_MASK when dbailey1-3/+3
2009-01-19Add enhanced MWI generation to take advantage of new dahdi line reversal MWI ...dbailey1-51/+131
2009-01-19Merged revisions 169210 via svnmerge from mmichelson1-4/+4
2009-01-17Add discriminator for when ring pulse alert signal is used to preface MWI spillsdbailey1-10/+24
2009-01-17Fix port :0 added to SIP INVITE URI when outboundproxy usedtwilson1-6/+5