Commit Graph

6905 Commits (efee6cdadfab48ded7ee76d6ebd4d79c4630786d)
 

Author SHA1 Message Date
BJ Weschke efee6cdadf Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
20 years ago
Kevin P. Fleming 3feead3415 remove pointless forcing of the channel into SLINEAR mode; the write format will be set later based on the file that is chosen to be played to the channel
20 years ago
Kevin P. Fleming 84c0989323 handle Zap transfers behind chan_agent properly so the agent doesn't get stuck waiting for the call to hang up
20 years ago
Kevin P. Fleming f963ebd1ab remove a sample entry that never should have been added (code to support it was not merged)
20 years ago
Russell Bryant 71d9095626 if the connection to a FastAGI server fails because of a timeout, log a more
20 years ago
Kevin P. Fleming dbfbe2c679 silence a warning message that is not a warning
20 years ago
Russell Bryant eeb613ea3d fix misplaced manager event (issue #6866, flefoll)
20 years ago
Kevin P. Fleming f43b8a655d check the proper variable...
20 years ago
Kevin P. Fleming c882c82377 another S/390 build fix
20 years ago
BJ Weschke a6a17f1789 Fix infinite loop scenario and add some sanity checking to prevent segfault on a NULL parameter coming in (which probably shouldn't happen, but just to be safe...)
20 years ago
BJ Weschke a94248e7dc A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Backported from /trunk for the "bug fix".
20 years ago
BJ Weschke f1744d3e31 Oops.
20 years ago
Joshua Colp 9ef31203c9 Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)
20 years ago
Russell Bryant 5e266283e9 add a missing endif from the recent Makefile change and use indentation
20 years ago
Kevin P. Fleming ce4e323638 don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list)
20 years ago
Kevin P. Fleming 547a070805 allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)
20 years ago
Joshua Colp b2e084ae6d Get rid of an incorrect SIP dial string in the sample extensions.conf - I even tried variations... no go (issue #7222 reported by arkadia)
20 years ago
Kevin P. Fleming 6b101367b8 oops... make sure to stop processing a request once we have sent an authentication challenge (issue #7220)
20 years ago
Kevin P. Fleming 5ecca96df5 don't send CANCEL on a pending INVITE if we haven't received a provisional response yet... mark it pending until the first response is received (issue #7079)
20 years ago
Matt O'Gorman 3e830d9a85 app_meemte used the ast_max_exten instead of path_max
20 years ago
Joshua Colp 42e50f7eae Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf
20 years ago
Joshua Colp 63ffcdfda2 Fix deadlock caused by a race condition in the logger when reloading (issue #7195 reported and fixed by softins)
20 years ago
Kevin P. Fleming e9d164d468 support video recording via AGI 'RECORD FILE' command (issue #7068)
20 years ago
Kevin P. Fleming f5765a22fc fix various bugs related to exiting from queue via keypress and moh handling (issue #6776, different fix)
20 years ago
Kevin P. Fleming 84790a577b respect 'usecallingpres' in zapata.conf even if CLID has not been set for the channel (issue #7123)
20 years ago
Kevin P. Fleming 76066c2b74 fix for non-OSP builds (issue #7217)
20 years ago
Kevin P. Fleming 9739139287 add an option to allow the admin to 'hide' SIP user/peer names from systems trying to 'fish' names
20 years ago
Russell Bryant 6d3d5e1649 fix the sourceaddress option (issue #7213, alphaque)
20 years ago
Kevin P. Fleming d6873875cc simplify/fix lock retry, and fix comment
20 years ago
BJ Weschke f84891dfbb Sanity check code for an extended failure in trying to obtain a channel lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first.
20 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
20 years ago
BJ Weschke f1c97e7df8 Fix a potential leak and correct (hopefully) a segfault under certain conditions. #6784 (vovan and perry testing)
20 years ago
Joshua Colp 919e8741b4 Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper)
20 years ago
Joshua Colp 7018a80e91 Use the correct language when playing the transfer sound (issue #7109 reported by casper)
20 years ago
Joshua Colp f0e022bbad Preserve presentation bit when going through chan_local (issue #7002 reported by acunningham)
20 years ago
Tilghman Lesher 6691ebf59f Bug 7194 - spelling fix
20 years ago
Tilghman Lesher d5a7d2e170 Bug 7196 - month range did not work
20 years ago
BJ Weschke 1795ff12cd When an application that is executed via applicationmap and exits non-zero, make sure that we pass through the correct return value from the application to make sure a segfault doesn't occur by a bridge trying to continue when it should not. Also, when executing applications via applicationmap, make sure that the application is executed against the channel whose DTMF caused it to be fired off in the first place. (part 1/2 of #7090 - this is the only fix that will be applied to both 1.2 and /trunk) acunningham and blitzrage on testing...
20 years ago
Russell Bryant ee808b6187 fix the possibility of writing one byte past the end of a buffer.
20 years ago
Kevin P. Fleming e0989958cc don't allow queue member devices to ring longer than the total queue timeout (issue #6423, reported and patched by bcnit)
20 years ago
Russell Bryant 9123735599 fix a case where code made assumptions about how memory for variables is
20 years ago
Kevin P. Fleming 4eef3ef785 don't try to predict where the compiler will place things on the stack... put them in the right place explicitly (issues #7029 and #7100, maybe others)
20 years ago
Kevin P. Fleming 0c4cc3b0ce use the specified 'subscribecontext' for a peer rather than the context found via the target domain (domain contexts are for calls, not for subscriptions) (issue #7122, reported by raarts)
20 years ago
Russell Bryant a0c5fed6e8 fix the build of smsq with -Werror. I learned something new about format
20 years ago
Russell Bryant 8506e078c5 This explicit poll is only needed on mac. In fact, it breaks some systems
20 years ago
Joshua Colp dda49ce86b Make the minidle option actually exist as documented (issue #7159 reported by imran)
20 years ago
Joshua Colp 63c91a899e When forwarding messages use the context that the active voicemail user was found in. (issue #7010)
20 years ago
Joshua Colp 892d98aca0 Backport of fix for issue #6654 that was fixed in trunk but not here
20 years ago
Joshua Colp 14285e5b2b Treat paused queue members as unreachable (issue #7127 reported by peterh)
20 years ago
Kevin P. Fleming 89da276678 fix up a few more places to find the SDP properly (fallout from fix for #7124)
20 years ago