Commit Graph

2244 Commits (aabe0abaee332190231fae8484d7f0bf9093d8b5)

Author SHA1 Message Date
Tilghman Lesher d9bd122fce Convert stack apps to use ast_storage channel structure
19 years ago
Tilghman Lesher 7839f111a0 Merged revisions 57649 via svnmerge from
19 years ago
Russell Bryant 40e95cd19d Add the channel's Language to the "show channel" CLI command and the DumpChan
19 years ago
Russell Bryant 3d6e6e07ef Merged revisions 57364 via svnmerge from
19 years ago
Russell Bryant 9c58ead89b Merged revisions 57203 via svnmerge from
19 years ago
Joshua Colp e7b03a991e Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them.
19 years ago
Russell Bryant 00ab6324e8 Merged revisions 57146 via svnmerge from
19 years ago
Russell Bryant 69b0eb24ed Merged revisions 57144 via svnmerge from
19 years ago
Russell Bryant 4fd59356ef Merged revisions 57089 via svnmerge from
19 years ago
Joshua Colp 902319882c Merged revisions 57053 via svnmerge from
19 years ago
Joshua Colp 726928cb60 Properly hangup the original dialed channel, not the new channel that appeared from the forwarding. (issue #9161 reported by PhilSmith)
19 years ago
Joshua Colp 750635b501 Merged revisions 56839 via svnmerge from
19 years ago
Russell Bryant 12432b9b9e Merged revisions 56740 via svnmerge from
19 years ago
Olle Johansson 75d387acbc Doxygen additions, corrections
19 years ago
Olle Johansson bc01e39174 Creating new doxygen macro "\extref" to create page that lists
19 years ago
Joshua Colp e6bd19bfa5 Make Meetme build again under dev mode.
19 years ago
Russell Bryant d94c511bb3 Merged revisions 56341 via svnmerge from
19 years ago
Russell Bryant 9138e53bc9 Merged revisions 56277 via svnmerge from
19 years ago
Russell Bryant 05a4b32f2a Fix some compilation problems in app_voicemail. There was a parenthesis missing
19 years ago
Joshua Colp 80bab41671 Make filename on email follow subject message number, purely for cosmetic purposes for individuals like *cough* jsmith *cough*. (issue #9111 reported by sshah)
19 years ago
Joshua Colp 7e06a97fdd Merged revisions 55957 via svnmerge from
19 years ago
Russell Bryant f5bd40d925 Merged revisions 55951 via svnmerge from
19 years ago
Joshua Colp 80e8ca4f9b Merged revisions 55949 via svnmerge from
19 years ago
Joshua Colp 5030e05632 Merged revisions 55947 via svnmerge from
19 years ago
Russell Bryant e57e5aca4a Merged revisions 55758 via svnmerge from
19 years ago
Joshua Colp ee980f4350 Merged revisions 55741 via svnmerge from
19 years ago
Tilghman Lesher fb626350c6 Merged revisions 55435 via svnmerge from
19 years ago
Joshua Colp 6ad66e51ae Allow both an external application and SMDI to do voicemail notification at the same time. (issue #8625 reported by lters)
19 years ago
Olle Johansson ec4eb25d8a Formatting changes.
19 years ago
Kevin P. Fleming 74f31a51bc add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught
19 years ago
Olle Johansson ab7f71fd96 Merged revisions 55278 via svnmerge from
19 years ago
Joshua Colp f95a15ed58 Merged revisions 55219 via svnmerge from
19 years ago
Joshua Colp 177953c8f1 We want to skip the queue if the name doesn't match the specified one, not if they *do*.
19 years ago
Joshua Colp d4c75e57c0 Increase "queue show" buffer size from 80 to 240. This should be more then enough for most cases. (issue #9089 reported by mvanbaak)
19 years ago
Joshua Colp fb9e48ca9e Merged revisions 55154 via svnmerge from
19 years ago
Joshua Colp 213983dee2 Merged revisions 55129 via svnmerge from
19 years ago
Russell Bryant f11d0b3d54 Merged revisions 55006 via svnmerge from
19 years ago
Russell Bryant 12dadb330e Print the raw read/write formats in the DumpChan application.
19 years ago
Russell Bryant 566c71d0f7 Merged revisions 54969 via svnmerge from
19 years ago
Joshua Colp 8e92c73a1d Merged revisions 54924 via svnmerge from
19 years ago
Joshua Colp 821c941976 Merged revisions 54884 via svnmerge from
19 years ago
Olle Johansson 401133e544 More cleanups of app_voicemail
19 years ago
Joshua Colp 8fdd98b568 Add 'o' option to Chanspy which causes it to only listen to audio coming from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson)
19 years ago
Joshua Colp 56095555da Merged revisions 54714 via svnmerge from
19 years ago
Olle Johansson 0f51f6577d - add some notes, asking for help
19 years ago
Joshua Colp a11b56a8e5 Merged revisions 54623 via svnmerge from
19 years ago
Joshua Colp db868d0807 Few more code clean ups.
19 years ago
Joshua Colp fd3630715b Clean up app_milliwatt code.
19 years ago
Joshua Colp 68a66656e6 Merged revisions 54481 via svnmerge from
19 years ago
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
19 years ago