Commit Graph

8662 Commits (b34e3d09ab19fa232ab12f12069efbf4dd6ef7a8)
 

Author SHA1 Message Date
Joshua Colp 35d729fb40 Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)
19 years ago
Kevin P. Fleming df814221c1 Merged revisions 30296 via svnmerge from
19 years ago
Kevin P. Fleming f890cab292 Merged revisions 30293 via svnmerge from
19 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
19 years ago
Joshua Colp e0612c9835 Safely traverse the thread lists and wait until each thread is done before moving on to the next.
19 years ago
Joshua Colp 336fd1a2de Only get the low 16 bits if we actually have a message count
19 years ago
Russell Bryant a96606b329 add DB_DELETE function for the common case of retrieving and deleting a key in
19 years ago
Joshua Colp 18248f092f Merged revisions 30239 via svnmerge from
19 years ago
BJ Weschke 6cfaaf9ac0 Properly initialize destination variables before we send them into pbx_substitute_variables_helper(..). Ya! Testing! Take 2.
19 years ago
BJ Weschke 36cf242f31 Making sure a char ptr is initialized before we strchr on it is a GOOD thing. Ya! Testing!
19 years ago
BJ Weschke 8d890cb626 Doxygen comment for Qwell
19 years ago
BJ Weschke 6848d55d85 Make sure we catch all the instances where a member didn't answer the call sent to them rather than just on a timeout after a dial attempt and some minor code cleanup/reuse.
19 years ago
Christian Richter eefc9193e7 added EVENT_NEW_CHANNEL. We change the channel name now when we got the real channel, also changed name generation to new stringfield api
19 years ago
Joshua Colp f35e669a98 Nothing to see here... move along
19 years ago
Joshua Colp 6f8c704e2b Update some documentation (file internal brain bug #42)
19 years ago
Kevin P. Fleming 7c3dfeecc3 block chan_sip fix that is not broken here :-)
19 years ago
Kevin P. Fleming 57f6093661 don't send CANCEL for an INVITE that we haven't received a provisional response for yet... mark it pending until a response arrives (issue #7079)
19 years ago
Matt O'Gorman 5a005e8ac8 Merged revisions 30037 via svnmerge from
19 years ago
Joshua Colp 91f9966be3 Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf)
19 years ago
Matt O'Gorman 45e83fa7c1 reset timeout on reconnect.
19 years ago
Olle Johansson b8b1fda04c Typo
19 years ago
Joshua Colp d9e60bf15a Blocked revisions 30035 via svnmerge
19 years ago
Joshua Colp 519ee25110 Merged revisions 30033 via svnmerge from
19 years ago
Kevin P. Fleming 0661a76fc7 don't force the compiler name
19 years ago
Olle Johansson 625781948a Typo fix. Thanks Peter!
19 years ago
Kevin P. Fleming dd45d18515 Merged revisions 29973 via svnmerge from
19 years ago
Kevin P. Fleming 6e307c1d81 Merged revisions 29971 via svnmerge from
19 years ago
Kevin P. Fleming 11d13e1d4b Merged revisions 29969 via svnmerge from
19 years ago
Christian Richter 8122c35675 fixed to early connect bug which came in yesterday.., also added the transmit of progress indicators through channel vars
19 years ago
Jim Dixon f2af2718a6 Added incoming audio notch filtering, plus a bunch of command improvements, etc.
19 years ago
Kevin P. Fleming 99bd06029f block SIP obscurity fix from merging... trunk version was different
19 years ago
Kevin P. Fleming 3e99be68d1 add a new option for 'obscuring' SIP user/peer names from fishers
19 years ago
Russell Bryant 74cb39729b further codec module optimization based on codec_alaw changes by rizzo
19 years ago
Russell Bryant 7370cb3221 Merged revisions 29849 via svnmerge from
19 years ago
Matt O'Gorman f297f2ec29 get rid of that transport sillyness
19 years ago
Matt O'Gorman d419d41c2e hmm still need a way to get rid of connections
19 years ago
Matthew Fredrickson 547c6ebd86 Bump up the echo tail length option
19 years ago
Matt O'Gorman 600d37873d fixes bug where server goes away.
19 years ago
Christian Richter 39ac1a5b83 added a l1watcher timeout, therefore removed the old behaviour of guessing the l1state.
19 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
19 years ago
Kevin P. Fleming b31af470e7 Merged revisions 29764 via svnmerge from
19 years ago
BJ Weschke c4227714fd 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.
19 years ago
BJ Weschke ede4906f8d What's good for 1.2 isn't good for /trunk. Fix for /trunk coming next...
19 years ago
Russell Bryant f9e5541689 on a clean, we have to clean out the ael directory too
19 years ago
Kevin P. Fleming 8d74f0ebe6 restore AST_LIST_HEAD_INIT (with no users in the tree right now)
19 years ago
Matt O'Gorman 5d51260c36 finish cleaning up some more stuff before russell
19 years ago
Russell Bryant a20db7dde6 remove another excess "debug" message
19 years ago
BJ Weschke 99fe70da00 Merged revisions 29696 via svnmerge from
19 years ago
BJ Weschke 6535df3680 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor mods to accomodate recent enum work)
19 years ago
Russell Bryant cb25b874cb remove an unnecessary error message that is really an old debug message
19 years ago