Commit Graph

922 Commits (1c4d34a0f797ee77bfde00e868388f8064a47d85)

Author SHA1 Message Date
Kevin P. Fleming 1a56159a79 instead of comparing the string pointer to 0, let's compare the value that was actually parsed out of the string (found by sparse)
17 years ago
Russell Bryant 17f164852c Move AMI initialization to occur after loading modules. This prevents a
17 years ago
BJ Weschke 656de6f30d As per kpfleming's comments to the prior commit, I'm reverting some of the changes here.
17 years ago
BJ Weschke 77b4928d8d Fix the 1.4 branch compile again broken with r150557 when using with Zaptel and not DAHDI
17 years ago
BJ Weschke 4ac62c324b Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766.
17 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
17 years ago
Mark Michelson 47cf653623 Reverting changes from commits 150298 and 150301 since
17 years ago
Mark Michelson d61eb37af6 And don't forget to return on the error condition
17 years ago
Mark Michelson e9035cc286 Don't try to call a dialplan function's read callback from
17 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
17 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
17 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
17 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
17 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
17 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
17 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
17 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
17 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
17 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
17 years ago
Russell Bryant 4b5b6ffa27 It is a normal situation that a task gets put in the scheduler that should run
17 years ago
Russell Bryant 79d074c9fa When doing an async goto, detect if the channel is already in the middle of a
17 years ago
Steve Murphy 8f720a0bdf A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
17 years ago
Russell Bryant cb07ce5fa0 Don't freak out if the poll emulation receives NULL for the pollfds array
17 years ago
Steve Murphy 32218b2529 I am turning the warnings generated in ast_cdr_free and post_cdr into verbose level 2 messages. Really, they matter little to end users. You either get the CDR's you wanted, or you don't, and it is a bug.
17 years ago
Steve Murphy 84800b8fb0 After reconsidering, with respect to 13409, ast_cdr_detach should be OK, better in fact, than ast_cdr_free, which generates lots of useless warnings that will undoubtably generate complaints.
17 years ago
Steve Murphy f255b55947 (closes issue #13409)
17 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
17 years ago
Jeff Peeler a25c32289b Fix a typo I made. Lesson learned, apply the patch if one exists.
17 years ago
Mark Michelson b7585650d9 Fix the logic in config_text_file_save so that if an
17 years ago
Steve Murphy 271e1a4acf This patch reverts the changes made via 139347, and 139635, as users
17 years ago
Jeff Peeler d2a637a424 (closes issue #13359)
17 years ago
Mark Michelson 74e98c5995 Remove show_frame_stats_deprecated since it is not
17 years ago
Steve Murphy 3bb4f66a30 (closes issue #13251)
17 years ago
Steve Murphy 811faa8612 (closes issue #13263)
17 years ago
Russell Bryant 8a55c5427e Ensure that when a hangup occurs in autoservice, that a hangup frame gets
17 years ago
Mark Michelson b48adf96dc Since adding the AST_CONTROL_SRCUPDATE frame type,
17 years ago
Tilghman Lesher b8550b63bc Fix a longstanding bug in channel walking logic, and fix the explanation to
17 years ago
Tilghman Lesher cd17593356 Since powerof() can return an error condition, it's foolhardy not to detect and
17 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
17 years ago
Steve Murphy ee8adb313e (closes issue #12982)
17 years ago
Sean Bright 0fa63ffb6f Use PATH_MAX for filenames
17 years ago
Kevin P. Fleming 192cadcd9d accomodate users who seem to lack a sense of humor :-)
17 years ago
Tilghman Lesher da57d237e6 Specify codecs in callfiles and manager, to allow video calls to be set up
17 years ago
Tilghman Lesher e5939d2f3e Oops, wrong define
17 years ago
Mark Michelson 0257f5a967 Fix a spot where a function could return without bringing
17 years ago
Russell Bryant 46b65b2cc0 Add the licensing section to the docs in 1.4, as well, so that we can work on
17 years ago
Tilghman Lesher c5b4e1aec8 Fix some errant device states by making the devicestate API more strict in
17 years ago
Kevin P. Fleming 888d269e8f revert an optimization that broke ABI... thanks russell!
17 years ago
Kevin P. Fleming cd12517eeb make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
17 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
17 years ago