aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-08-13Merged revisions 79174 via svnmerge from file12-31/+1
2007-08-10Use localized softkey labels.qwell1-18/+152
2007-08-09When looking up a mailbox, use the default context if not specified as someth...russell1-1/+1
2007-08-09Restore the ability to have multiple mailboxes listed for the mailbox optionrussell1-54/+140
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredrussell4-9/+66
2007-08-08Minor fix for building under dev mode when byteswapping macro header files ar...file1-3/+3
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file14-47/+47
2007-08-08HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.file1-2/+2
2007-08-08Correct spelling. s/threaads/threads/file1-1/+1
2007-08-07Merged revisions 78375 via svnmerge from qwell1-2/+8
2007-08-07Merged revisions 78371 via svnmerge from russell1-9/+3
2007-08-07Can't forget outsignaling!file1-1/+1
2007-08-07Just for jsmith... make signaling a valid option that acts like signalling.file1-1/+1
2007-08-06Add a TalkingToChan to the response of the "agents" manager action.qwell1-3/+12
2007-08-06Merged revisions 78242 via svnmerge from russell1-7/+24
2007-08-06Fixing a compiler warning which warns that a variable may be used unitialized...mmichelson1-1/+1
2007-08-06Merged revisions 78103 via svnmerge from mmichelson1-36/+131
2007-08-06Merged revisions 78182 via svnmerge from file1-1/+1
2007-08-06Implement setvar functionality in chan_skinnyqwell1-0/+28
2007-08-05Merged revisions 78139 via svnmerge from tilghman1-3/+5
2007-08-03Merged revisions 78063 via svnmerge from russell1-10/+11
2007-08-03Merged revisions 78028 via svnmerge from russell1-5/+2
2007-08-02Merged revisions 77996 via svnmerge from qwell1-2/+2
2007-08-02Merged revisions 77993 via svnmerge from qwell1-0/+5
2007-08-02Merged revisions 77949 via svnmerge from russell1-1/+10
2007-08-02Merged revisions 77947 via svnmerge from qwell1-42/+45
2007-08-02Merged revisions 77943 via svnmerge from russell1-2/+8
2007-08-02Fix an issue that Simon pointed out to me on IRC. There were cases in therussell1-2/+6
2007-08-02Merged revisions 77939 via svnmerge from russell1-1/+2
2007-08-02Merged revisions 77894 via svnmerge from qwell1-4/+10
2007-08-01Merged revisions 77890 via svnmerge from qwell1-43/+44
2007-08-01Merged revisions 77887 via svnmerge from russell1-7/+19
2007-08-01Merged revisions 77883 via svnmerge from qwell1-59/+70
2007-08-01Merged revisions 77869 via svnmerge from file2-6/+6
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell2-6/+6
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...murf1-0/+7
2007-07-31Merged revisions 77824 via svnmerge from mmichelson1-0/+2
2007-07-31there is no use in having functions that have no code in them, and hide the l...kpfleming1-16/+0
2007-07-31use a different method for overriding the send_digit_begin pointer, as the ol...kpfleming1-2/+2
2007-07-31Discovered in experiments on core files: if you wrap the lock and unlock call...murf1-0/+7
2007-07-30Change another unnecessary use of the increment operator to explicitly set th...russell1-1/+1
2007-07-30Explicitly set a variable to 1 instead of using the increment operator.russell1-3/+3
2007-07-30Merged revisions 77794 via svnmerge from russell1-1/+1
2007-07-30minor code rearrangements:rizzo1-11/+10
2007-07-30rename handle_request() to handle_incoming(), as the formerrizzo1-9/+9
2007-07-29move some dialog-only flags to proper variables, namelyrizzo1-17/+19
2007-07-29use a function, cli_yesno(), to produce the output Yes or No forrizzo1-61/+71
2007-07-29move the two remaining peer flags to proper variables.rizzo1-19/+19
2007-07-29move RT_FROMCONTACT to a proper sip_peer field.rizzo1-5/+5
2007-07-29Move some global 'flags' to individual variables.rizzo1-14/+20