Commit Graph

15671 Commits (9d403c379fcac970210c6d42dbfe4e98b175bccc)
 

Author SHA1 Message Date
Russell Bryant 96638d7bb5 re-add a fix that got lost with a recent change
18 years ago
Russell Bryant 749efb7cfc Blocked revisions 114545 via svnmerge
18 years ago
Russell Bryant 456a5d08c9 Blocked revisions 114542 via svnmerge
18 years ago
Jason Parker 6f549bc324 Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()
18 years ago
Russell Bryant 580cb27eec Merged revisions 114537 via svnmerge from
18 years ago
Russell Bryant 01f3a08f8a Add a c() option for the Jack() application and JACK_HOOK() funciton for supplying
18 years ago
Joshua Colp 1e066813ac Add support for authenticating on a NOTIFY request. This is useful for phones that require it when sending them a special packet to get them to do something (such as reload their configuration).
18 years ago
Russell Bryant a3f3613d66 Correct action_ping() and action_events() with regards to Manager 1.1
18 years ago
Russell Bryant f5a5845a29 Blocked revisions 114522 via svnmerge
18 years ago
Steve Murphy 161b4abd79 Hopefully, this will resolve the issues that russellb had with this log_show_lock().
18 years ago
Jeff Peeler 41fd7a6a21 (closes issue #6113)
18 years ago
Doug Bailey f773e294f1 Change the time zone offset from a hard code to use res_phoneprov variables
18 years ago
Steve Murphy c0b8f57b9d (closes issue #12467)
18 years ago
Matthew Fredrickson b43364eac8 Add support for generic name transmission (#12484) on SS7 in chan_zap
18 years ago
Jeff Peeler b7a25e15d1 This removes an invalid warning message for an incorrectly entered pin, but more importantly removes an inapplicable check. If the first argument passed to app_authenticate does not contain a '/', the argument should be treated as the sole fixed "password" to match against and that is all. (Previous behavior was attempting to open a file based on the pin.)
18 years ago
Russell Bryant e29b987b30 Add a simple janitor project
18 years ago
Joshua Colp a79214b5b1 Merged revisions 114322 via svnmerge from
18 years ago
Joshua Colp 6d5290a85b Only print out the error message if ldap_modify_ext_s actually returns an error, and not success.
18 years ago
Sean Bright 87973ccea2 Minor logging cleanups
18 years ago
Matthew Fredrickson 264cc6ff5a SS7:Added - Generic Name / Access Transport / Redirecting Number handling. #12425
18 years ago
Tilghman Lesher 6652a46f21 Blocked revisions 114299 via svnmerge
18 years ago
Tilghman Lesher 8248b37609 Blocked revisions 114297 via svnmerge
18 years ago
Sean Bright c6ed3f56d0 Ignore refcounter
18 years ago
Russell Bryant 0bb3c15606 Merged revisions 114284 via svnmerge from
18 years ago
Russell Bryant d02badd561 Merged revisions 114278 via svnmerge from
18 years ago
Russell Bryant 03f05c1300 Merged revisions 114275 via svnmerge from
18 years ago
Joshua Colp b05e17fdd7 Make sure ADSI is marked as unavailable on Unistim channels so voicemail does not try to do some ADSI jazz.
18 years ago
Joshua Colp e52ae01831 Add MEETME_INFO dialplan function that allows querying various properties of a Meetme conference.
18 years ago
Mark Michelson 0e821d7201 Merged revisions 114257 via svnmerge from
18 years ago
Joshua Colp 116859bd19 If the parsing of the config file fails make sure we unlock ldap_lock.
18 years ago
Doug Bailey 30aa3d7059 Add g__object_unref to clean up gmime message object
18 years ago
Russell Bryant 21ff8b6a8c Blocked revisions 114248 via svnmerge
18 years ago
Sean Bright e4dce85331 Merged revisions 114245 via svnmerge from
18 years ago
Tilghman Lesher 2f33780bfa Merged revisions 114242 via svnmerge from
18 years ago
Russell Bryant 19f7e8cc93 Merged revisions 114230 via svnmerge from
18 years ago
Russell Bryant 0270b3d6c9 Make this file compile. The variable str is never set anywhere. Furthermore,
18 years ago
Jeff Peeler 4d3e086a3e added info describing DNS manager
18 years ago
Mark Michelson 9facdcb64f Merged revisions 114226 via svnmerge from
18 years ago
Mark Michelson 67e0ee39ae Blocked revisions 114211 via svnmerge
18 years ago
Mark Michelson ae52cd4a76 Merged revisions 114207 via svnmerge from
18 years ago
Russell Bryant 83c674bf96 Merged revisions 114204 via svnmerge from
18 years ago
Tilghman Lesher 631d8e5fbe fileio.h does not exist; io.h does, though.
18 years ago
Steve Murphy 5203c664de Thanks to snuff for finding these omissions
18 years ago
Philippe Sultan 60a9d14d56 Merged revisions 114198 via svnmerge from
18 years ago
Tilghman Lesher 9809a31bb5 Merged revisions 114195 via svnmerge from
18 years ago
Sean Bright 3b775e41ae Update the CHANGES file with yesterday's ChanSpy change. Sorry Kevin, just saw your e-mail.
18 years ago
Sean Bright 45ebcb77a2 Merged revisions 114191 via svnmerge from
18 years ago
Steve Murphy 5fb4b1bbe5 This is the scariest commit I've done in a long time. This is the astobj2-ification of chan_sip. I've tested a number of scenarios like crazy. It used to have 4x the call setup/teardown performance of trunk, but now it's roughly at parity. I will attempt to find the bottlenecks and get it back to the 4x mark. The changes made were somewhat invasive, but the value to the community of these upgrades outweighs waiting further for more testing. Every change being made to chan_sip was lousing this code up when we tried to merge. Peers, Users, Dialogs, are all now astobj2 objects, indexed via hashtables. Refcounting is used to track objects and free them at the bitter end of their lives. Please file issues on bugs.digium.com, and PLEASE, please, please be patient. One natural advantage to all the hash-table work is that loading large sip.conf files full of thousands of peers now goes much faster. One more please: PLEASE help thrash this code and test it.
18 years ago
Tilghman Lesher 123ac5fd64 Standardized routines for forking processes (keeps all the specialized code in one place).
18 years ago
Steve Murphy 752f6681b1 A small enhancement-- I added the routine log_show_lock to utils.c, which if the mentioned lock has been acquired, this routine will log to the console the normal info about that lock you'd see from the CLI when you do a 'core show locks'. It's solely for debug-- if the lock is NOT acquired, there is no output. I use it to show 'unexpected' locks, to see where/why a lock is pre-locked. This command is to be called from points of interest, like just before a trylock, and helps to spot fleeting, highly temporal locks that normally are not locked...
18 years ago