]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Steve Murphy [Tue, 19 Jun 2007 21:16:21 +0000 (21:16 +0000)]
Some UPGRADE.txt comments to cover some enhancements added today.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70140
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Tue, 19 Jun 2007 20:38:21 +0000 (20:38 +0000)]
This enhancement provided via bug 9993, a patch to upgrade cdr_manager to have cdr_custom capabilities. Many thanks to eserra for this contribution
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70122
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 19 Jun 2007 19:15:03 +0000 (19:15 +0000)]
Merged revisions 70084 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r70084 | russell | 2007-06-19 14:13:45 -0500 (Tue, 19 Jun 2007) | 3 lines
Only attempt to queue a hangup on the owner channel if it actually exists.
(issue #9795, patch from zandbelt)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70088
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Tue, 19 Jun 2007 18:31:29 +0000 (18:31 +0000)]
Merged revisions 70062 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r70062 | murf | 2007-06-19 12:23:23 -0600 (Tue, 19 Jun 2007) | 9 lines
Merged revisions 70053 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r70053 | murf | 2007-06-19 12:07:59 -0600 (Tue, 19 Jun 2007) | 1 line
This fixes 9246, where channel variables are not available in the 'h' exten, on a 'ZOMBIE' channel. The fix is to consolidate the channel variables during a masquerade, and then copy the merged variables back onto the clone, so the zombie has the same vars that the 'original' has.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70063
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 19 Jun 2007 17:09:20 +0000 (17:09 +0000)]
Merged revisions 70003 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r70003 | file | 2007-06-19 13:07:40 -0400 (Tue, 19 Jun 2007) | 10 lines
Merged revisions 69992 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69992 | file | 2007-06-19 13:00:58 -0400 (Tue, 19 Jun 2007) | 2 lines
Handle the CC field in the RTP header. (issue #9384 reported by DoodleHu)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70006
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Steve Murphy [Tue, 19 Jun 2007 17:07:28 +0000 (17:07 +0000)]
These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70001
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 19 Jun 2007 16:25:57 +0000 (16:25 +0000)]
Merged revisions 69987 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69987 | file | 2007-06-19 12:24:31 -0400 (Tue, 19 Jun 2007) | 10 lines
Merged revisions 69986 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69986 | file | 2007-06-19 12:21:29 -0400 (Tue, 19 Jun 2007) | 2 lines
Update BRIDGEPEER variable if set to the new channel name when a masquerade happens. (issue #9699 reported by dimas)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69988
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 19 Jun 2007 15:27:16 +0000 (15:27 +0000)]
Merged revisions 69944 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69944 | russell | 2007-06-19 10:22:36 -0500 (Tue, 19 Jun 2007) | 10 lines
Fix a crash that could occur when handing device state changes.
When the state of a device changes, the device state thread tells the extension
state handling code that it changed. Then, the extension state code calls the
callback in chan_sip so that it can update subscriptions to that extension.
A pointer to a sip_pvt structure is passed to this function as the call which
needs a NOTIFY sent. However, there was no locking done to ensure that the pvt
struct didn't disappear during this process.
(issue #9946, reported by tdonahue, patch by me, patch updated to trunk to use
the sip_pvt lock wrappers by eliel)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69945
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Tue, 19 Jun 2007 15:14:23 +0000 (15:14 +0000)]
Add support for setting nature of address, presentation, and other related SS7 number options (#10000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69943
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 19 Jun 2007 13:56:37 +0000 (13:56 +0000)]
Merged revisions 69895 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69895 | file | 2007-06-19 09:55:25 -0400 (Tue, 19 Jun 2007) | 10 lines
Merged revisions 69894 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69894 | file | 2007-06-19 09:54:03 -0400 (Tue, 19 Jun 2007) | 2 lines
Perform an extra hangup check just in case. (issue #9589 reported by bcnit)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69896
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 19 Jun 2007 13:04:24 +0000 (13:04 +0000)]
Merged revisions 69847 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69847 | file | 2007-06-19 09:00:57 -0400 (Tue, 19 Jun 2007) | 10 lines
Merged revisions 69846 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69846 | file | 2007-06-19 08:57:55 -0400 (Tue, 19 Jun 2007) | 2 lines
Add parked call extension AFTER the parking slot has been announced, otherwise two threads will try to handle the same channel and it will go kaboom. (issue #9191 reported by japple)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69850
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 18 Jun 2007 23:28:10 +0000 (23:28 +0000)]
Undoing my last commit. I misread the code before.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69809
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 18 Jun 2007 23:26:08 +0000 (23:26 +0000)]
Cleaned up a section where there were two consecutive identical if statements.
Combined the bodies of the two into one if. I blame svn merging for this.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69808
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Brett Bryant [Mon, 18 Jun 2007 22:23:51 +0000 (22:23 +0000)]
Fixed issue where 'stop gracfeully' was hanging ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69807
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 21:58:37 +0000 (21:58 +0000)]
Merged revisions 69805 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69805 | file | 2007-06-18 17:57:10 -0400 (Mon, 18 Jun 2007) | 2 lines
Fix for building on PowerPC under Linux.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69806
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 18 Jun 2007 19:52:56 +0000 (19:52 +0000)]
Merged revisions 69796 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69796 | tilghman | 2007-06-18 14:48:17 -0500 (Mon, 18 Jun 2007) | 2 lines
Issue 10005 - Segfault with missing arguments, plus fix a missing define for SIP INFO channels
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69797
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 19:02:45 +0000 (19:02 +0000)]
Merged revisions 69794 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69794 | file | 2007-06-18 15:00:50 -0400 (Mon, 18 Jun 2007) | 2 lines
Don't count RTP timeout when involved in a T38 fax session. (issue #9222 reported by ivoc)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69795
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 18:19:54 +0000 (18:19 +0000)]
Merged revisions 69775 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69775 | file | 2007-06-18 14:18:12 -0400 (Mon, 18 Jun 2007) | 10 lines
Merged revisions 69765 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69765 | file | 2007-06-18 14:13:03 -0400 (Mon, 18 Jun 2007) | 2 lines
Set the peer name on the dialog to the one configured in sip.conf and NOT the username to be used for authentication attempts. (issue #9967 reported by achauvin)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69779
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 18 Jun 2007 17:50:01 +0000 (17:50 +0000)]
Merged revisions 69744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69744 | tilghman | 2007-06-18 12:46:40 -0500 (Mon, 18 Jun 2007) | 10 lines
Merged revisions 69743 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69743 | tilghman | 2007-06-18 12:45:15 -0500 (Mon, 18 Jun 2007) | 2 lines
Issue 9998 - Remove SIG prefix, since it's not supported by ksh
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69746
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 18 Jun 2007 17:48:56 +0000 (17:48 +0000)]
Janitor for ast_localtime
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69745
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 16:56:06 +0000 (16:56 +0000)]
Merged revisions 69708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69708 | file | 2007-06-18 12:51:36 -0400 (Mon, 18 Jun 2007) | 2 lines
Remember the DNS lookup done when dnsmgr is called for the first time so that it does not needlessly spit out changed messages when the host really didn't change.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69709
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 16:37:14 +0000 (16:37 +0000)]
Few more rwlist conversions... why not.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69705
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 18 Jun 2007 16:35:51 +0000 (16:35 +0000)]
Merged revisions 69702 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69702 | russell | 2007-06-18 11:35:02 -0500 (Mon, 18 Jun 2007) | 6 lines
To prevent
92138749238754 more reports of "I have unixodbc installed, but
still can't build *_odbc.so!", check for ltdl directly, instead of just listing
it as another library to include in the unixodbc check in the configure script.
This also makes ltdl show up as a dependency in menuselect so people know what
to go install. (related to issue #9989, patch by me)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69703
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 18 Jun 2007 16:15:44 +0000 (16:15 +0000)]
Merged revisions 69689 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69689 | russell | 2007-06-18 11:15:12 -0500 (Mon, 18 Jun 2007) | 5 lines
Change the use of "echo -e" to "printf". On systems where /bin/sh is not bash,
most of the lines in menuselect-tree were getting a "-e" at the beginning of
every line. I'm surprised nobody noticed this, but I think the XML parser was
being very nice and ignoring them.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69691
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 16:06:17 +0000 (16:06 +0000)]
Merged revisions 69668 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69668 | file | 2007-06-18 12:04:55 -0400 (Mon, 18 Jun 2007) | 2 lines
Don't defer the BYE till later on a transfer when the transfer itself goes kaboom and has no hope of working.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69672
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 15:48:05 +0000 (15:48 +0000)]
Merged revisions 69661 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69661 | file | 2007-06-18 11:46:32 -0400 (Mon, 18 Jun 2007) | 2 lines
Few minor transfer tweaks. We can't unlock something we never locked, and better handle a specific scenario with doing an attended transfer between two non-bridged calls.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69663
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 18 Jun 2007 15:46:49 +0000 (15:46 +0000)]
Merged revisions 69660 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69660 | russell | 2007-06-18 10:46:14 -0500 (Mon, 18 Jun 2007) | 2 lines
Tweak paths for BSD systems (issue #10001, stuarth)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69662
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 18 Jun 2007 13:57:33 +0000 (13:57 +0000)]
Merged revisions 69625 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69625 | file | 2007-06-18 09:55:00 -0400 (Mon, 18 Jun 2007) | 2 lines
Fix issue where it would be possible for the negotiated codecs to get set back to nothing. (issue #9992 reported by yehavi)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69626
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 15 Jun 2007 20:21:41 +0000 (20:21 +0000)]
This was only an issue in 1.4. This issue was fixed in trunk as a part of
bbryant's patch to support named dynamic feature groups.
Merged revisions 69579 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69579 | russell | 2007-06-15 15:18:58 -0500 (Fri, 15 Jun 2007) | 5 lines
Fix a silly deadlock in res_features that I found while debugging on one of
blitzrage's test machines. It was one of the situations where he was seeing
hung channels, and may be the cause of some of the reports from other people.
(related to issue #9235)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69583
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Fri, 15 Jun 2007 19:25:11 +0000 (19:25 +0000)]
Merged revisions 69558 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69558 | file | 2007-06-15 15:23:45 -0400 (Fri, 15 Jun 2007) | 2 lines
Add support for setting the maximum length of acceptable DTMF in SpeechBackground.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69559
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 15 Jun 2007 15:36:45 +0000 (15:36 +0000)]
Merged revisions 69518 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69518 | russell | 2007-06-15 10:27:34 -0500 (Fri, 15 Jun 2007) | 5 lines
The SLATRUNK_STATUS variable indicated "SUCCESS" for both an answer of the
incoming call on the trunk, or if the trunk reached its ring timeout.
This patch changes the variable to say "RINGTIMEOUT" in that case.
(issue #9973, reported by n00dle, patch by me)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69519
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 14 Jun 2007 23:23:35 +0000 (23:23 +0000)]
Merged revisions 69470 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69470 | qwell | 2007-06-14 18:22:51 -0500 (Thu, 14 Jun 2007) | 12 lines
Merged revisions 69469 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69469 | qwell | 2007-06-14 18:21:45 -0500 (Thu, 14 Jun 2007) | 4 lines
Fix an issue where the line number in an unterminated comment block error message would show the wrong line number.
"Reported" to me on #asterisk (somebody posted an error message, and I happened to catch it)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69471
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 14 Jun 2007 23:01:01 +0000 (23:01 +0000)]
Convert uses of strdup() to ast_strdup()
(issue #9983, eliel)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69436
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 14 Jun 2007 22:56:40 +0000 (22:56 +0000)]
Merged revisions 69434 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69434 | qwell | 2007-06-14 17:56:09 -0500 (Thu, 14 Jun 2007) | 1 line
Update to latest versions of sound files.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69435
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 14 Jun 2007 22:09:20 +0000 (22:09 +0000)]
Merged revisions 69392 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69392 | kpfleming | 2007-06-14 16:50:40 -0500 (Thu, 14 Jun 2007) | 2 lines
use ast_localtime() in every place localtime_r() was being used
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69405
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 14 Jun 2007 21:58:12 +0000 (21:58 +0000)]
oops... somebody patched this module without compile-testing it... bad :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69394
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 14 Jun 2007 21:09:22 +0000 (21:09 +0000)]
Merged revisions 69358 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69358 | russell | 2007-06-14 16:08:23 -0500 (Thu, 14 Jun 2007) | 3 lines
Fix some problems with saying dates and times for the "tw" langauge
(issue #9964, ljmid)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69360
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 14 Jun 2007 21:03:01 +0000 (21:03 +0000)]
update CHANGES for tw support in voicemail
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69350
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 14 Jun 2007 21:02:19 +0000 (21:02 +0000)]
Add support for the tw language in voicemail
(issue #9964, ljmid)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69348
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 14 Jun 2007 19:39:12 +0000 (19:39 +0000)]
Add a massive set of changes for converting to use the ast_debug() macro.
(issue #9957, patches from mvanbaak, caio1982, critch, and dimas)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69327
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Thu, 14 Jun 2007 16:41:57 +0000 (16:41 +0000)]
Clean up debug messages a little bit for ss7 linkset debugging
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69308
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Brett Bryant [Thu, 14 Jun 2007 15:43:50 +0000 (15:43 +0000)]
Couple of manager ssl options weren't loading because of a typo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69261
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 14 Jun 2007 15:25:32 +0000 (15:25 +0000)]
Merged revisions 69259 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69259 | qwell | 2007-06-14 10:21:29 -0500 (Thu, 14 Jun 2007) | 12 lines
Merged revisions 69258 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69258 | qwell | 2007-06-14 10:15:53 -0500 (Thu, 14 Jun 2007) | 4 lines
Change a quite broken while loop to a for loop, so "continue;" works as expected instead of eating 99% CPU...
Issue 9966, patch by me.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69260
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 13 Jun 2007 21:20:32 +0000 (21:20 +0000)]
Merged revisions 69221 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69221 | file | 2007-06-13 17:17:28 -0400 (Wed, 13 Jun 2007) | 2 lines
Let's make chan_iax2 media only native transfers actually work. (issue #9376 reported by simone cittadini)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69223
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 13 Jun 2007 20:03:03 +0000 (20:03 +0000)]
Merged revisions 69183 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69183 | russell | 2007-06-13 14:57:38 -0500 (Wed, 13 Jun 2007) | 9 lines
Move the logic for destroying a call when no response is received to a BYE
outside of the block that checks for FLAG_FATAL to be set. This flag is only
set when the packet is transmitted with the reliability set to XMIT_CRITICAL
when the original packet is transmitted. A BYE is always sent with it set
to XMIT_RELIABLE, meaning this code could never be encountered. This resulted
in seeing some SIP channels that would never go away with the last packet
sent being a BYE.
(part of issue #9235, patch from jcmoore)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69187
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 13 Jun 2007 20:00:56 +0000 (20:00 +0000)]
Merged revisions 69184 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69184 | file | 2007-06-13 15:58:59 -0400 (Wed, 13 Jun 2007) | 2 lines
Add TXMEDIA to list so that it is properly displayed during iax2 packet output.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69185
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 13 Jun 2007 19:47:29 +0000 (19:47 +0000)]
Merged revisions 69181 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69181 | mmichelson | 2007-06-13 14:41:13 -0500 (Wed, 13 Jun 2007) | 5 lines
Contains a patch for fixing an encoding problem when using Outlook to view voicemail emails and attachments.
This fix has also been tested on Thunderbird, Evolution, Pine, and Mutt.
(Issue 9336, reported by marwick, patched by mutterc)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69182
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 13 Jun 2007 19:10:16 +0000 (19:10 +0000)]
Merged revisions 69144 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69144 | file | 2007-06-13 15:08:24 -0400 (Wed, 13 Jun 2007) | 2 lines
Really ignore NULL frames and check whether the channel hungup or not. (issue #9912 reported by junky)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69147
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Wed, 13 Jun 2007 19:05:25 +0000 (19:05 +0000)]
Completely remove callback mode and all references to it from chan_agent.
Issue 9969, patch by eliel.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69137
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 13 Jun 2007 18:23:12 +0000 (18:23 +0000)]
Use read/write lock based lists for group counting.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69130
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 13 Jun 2007 18:18:51 +0000 (18:18 +0000)]
Merged revisions 69128 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r69128 | file | 2007-06-13 14:16:00 -0400 (Wed, 13 Jun 2007) | 10 lines
Merged revisions 69127 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r69127 | file | 2007-06-13 14:12:48 -0400 (Wed, 13 Jun 2007) | 2 lines
Return group counting to previous behavior where you could only have one group per category. (issue #9711 reported by irroot)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69129
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Wed, 13 Jun 2007 17:37:06 +0000 (17:37 +0000)]
Continuation of issue 9968 (revision 69081). This should be the last one.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69108
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Wed, 13 Jun 2007 17:06:53 +0000 (17:06 +0000)]
Fixes for ast_strlen_zero() janitor project.
Issue 9968, patch by eliel.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69081
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 13 Jun 2007 16:59:42 +0000 (16:59 +0000)]
Merged revisions 69071 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69071 | russell | 2007-06-13 11:56:16 -0500 (Wed, 13 Jun 2007) | 3 lines
Clarify a bit of logic. This doesn't change behavior in any way, but it is
helpful when following the logic to debug problems like 9235.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69072
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 13 Jun 2007 16:29:45 +0000 (16:29 +0000)]
Merged revisions 69069 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69069 | russell | 2007-06-13 11:29:12 -0500 (Wed, 13 Jun 2007) | 3 lines
Fix a place where a chan_iax2 pvt struct was accessed without the lock held.
This issue was reported to me via email by Dmitry Mishchenko. Thanks!
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69070
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 13 Jun 2007 16:19:37 +0000 (16:19 +0000)]
Simplify some logic and convert spaces to tabs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69068
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 13 Jun 2007 16:05:22 +0000 (16:05 +0000)]
The variable used for the return value must be declared as static. I broke
this when applying the patch, sorry!
(issue #9637, jeffg)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69067
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 20:00:39 +0000 (20:00 +0000)]
Put parenthesis around the level argument to ast_debug()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69018
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 19:40:41 +0000 (19:40 +0000)]
Merged revisions 69016 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69016 | russell | 2007-06-12 14:40:17 -0500 (Tue, 12 Jun 2007) | 4 lines
Fix a memory leak pointed out by prashant_jois in #asterisk-bugs. PQclear() was
not called on the result structure after doing a PQexec(). Also, fix up some
formatting in passing.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69017
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 19:38:17 +0000 (19:38 +0000)]
Merged revisions 69014 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69014 | file | 2007-06-12 15:36:29 -0400 (Tue, 12 Jun 2007) | 2 lines
Change the full frame dropping log message to debug to avoid future bug reports.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69015
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 19:29:12 +0000 (19:29 +0000)]
Merged revisions 69012 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69012 | file | 2007-06-12 15:26:38 -0400 (Tue, 12 Jun 2007) | 2 lines
Schedule the sending of a PING packet a second later than previously so that it does not collide with the LAGRQ.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69013
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 19:19:09 +0000 (19:19 +0000)]
Merged revisions 69010 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r69010 | russell | 2007-06-12 14:13:41 -0500 (Tue, 12 Jun 2007) | 12 lines
In ast_channel_make_compatible(), just return if the channels' read and write
formats already match up. There are code paths that call this function on a
pair of channels multiple times. This made calls fail that were using g729
in some cases. The reason is that codec_g729a will unregister itself from the
list of available translators will all licenses are in use. So, the first
time the function got called, the right translation path was allocated.
However, the second time it got called, the code would not find a translation
path to/from g729 and make the call fail, even if the channel actually already
had a g729 translation path allocated.
(SPD-32)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69011
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 16:13:45 +0000 (16:13 +0000)]
Convert pbx.c to use ast_debug() for debug logging.
(issue #9925, dimas)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68991
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 16:11:40 +0000 (16:11 +0000)]
Add a new macro, ast_debug(), which combines the check of the value of
option_debug and the actual call to ast_log().
(issue #9925, dimas)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68987
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 16:03:42 +0000 (16:03 +0000)]
update the dump of application docs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68973
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 12 Jun 2007 15:58:28 +0000 (15:58 +0000)]
Completely remove all of the code related to jumping to priority n + 101. yay!
(issue #9926, caio1982)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68970
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 14:26:12 +0000 (14:26 +0000)]
Merged revisions 68922 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68922 | file | 2007-06-12 10:23:11 -0400 (Tue, 12 Jun 2007) | 10 lines
Merged revisions 68921 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68921 | file | 2007-06-12 10:18:57 -0400 (Tue, 12 Jun 2007) | 2 lines
Bring RTP back to Asterisk at the end of a native bridge no matter what.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68923
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 14:16:37 +0000 (14:16 +0000)]
Even more minor code cleanup!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68920
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 13:58:13 +0000 (13:58 +0000)]
Minor code cleanup.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68901
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 12 Jun 2007 13:34:57 +0000 (13:34 +0000)]
Remove old stuff from the AgentCallbackLogin days and only autocomplete agents in the agent logoff CLI command that are logged in. (issue #9952 reported by eliel)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68900
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Mon, 11 Jun 2007 22:31:51 +0000 (22:31 +0000)]
corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68855
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 11 Jun 2007 22:21:28 +0000 (22:21 +0000)]
Issue 8971 - Allow DISA input to be ended with a '#'.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68854
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Mon, 11 Jun 2007 22:07:50 +0000 (22:07 +0000)]
Change displayconnects option in manager.conf to be per-user.
Issue 9932, patch by eliel
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68831
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Mon, 11 Jun 2007 21:20:59 +0000 (21:20 +0000)]
Merged revisions 68814 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68814 | qwell | 2007-06-11 16:20:15 -0500 (Mon, 11 Jun 2007) | 2 lines
Solaris 10 sometimes (?) needs this include in order to have NULL defined.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68816
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 11 Jun 2007 20:51:43 +0000 (20:51 +0000)]
Merged revisions 68781 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68781 | tilghman | 2007-06-11 15:45:53 -0500 (Mon, 11 Jun 2007) | 2 lines
Issue 9947 - fn2 was unused / incorrectly used
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68782
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Mon, 11 Jun 2007 17:05:48 +0000 (17:05 +0000)]
Merged revisions 68733 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68733 | crichter | 2007-06-11 18:57:59 +0200 (Mo, 11 Jun 2007) | 9 lines
Merged revisions 68732 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68732 | crichter | 2007-06-11 18:49:00 +0200 (Mo, 11 Jun 2007) | 1 line
added check for NULL Pointer when calling misdn_new. Asterisk does not allow us to create channels anymore when stop gracefully is used :). also modified the restart_indicator to 0
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68740
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 11 Jun 2007 14:41:39 +0000 (14:41 +0000)]
Change channel list to read/write list... I'm crazy.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68685
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 11 Jun 2007 14:35:02 +0000 (14:35 +0000)]
Merged revisions 68683 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68683 | file | 2007-06-11 10:33:12 -0400 (Mon, 11 Jun 2007) | 10 lines
Merged revisions 68682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68682 | file | 2007-06-11 10:29:58 -0400 (Mon, 11 Jun 2007) | 2 lines
Improve deadlock handling of the channel list. (issue #8376 reported by one47)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68684
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 11 Jun 2007 11:59:53 +0000 (11:59 +0000)]
Add username completion for manager show user CLI command. (issue #9929 reported by eliel)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68663
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 11 Jun 2007 11:49:48 +0000 (11:49 +0000)]
Update documentation for proper CLI commands. (issue #9936 reported by eserra)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68662
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Mon, 11 Jun 2007 11:40:21 +0000 (11:40 +0000)]
Merged revisions 68644 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68644 | crichter | 2007-06-11 12:29:18 +0200 (Mo, 11 Jun 2007) | 9 lines
Merged revisions 68631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68631 | crichter | 2007-06-11 11:18:01 +0200 (Mo, 11 Jun 2007) | 1 line
fixed problem that the dummybc chanels had no lock, checking for the lock now. Also fixed the channel restart stuff, we can now specify and restart particular channels too.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68661
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 11 Jun 2007 04:28:08 +0000 (04:28 +0000)]
Merged revisions 68595 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68595 | tilghman | 2007-06-10 23:21:30 -0500 (Sun, 10 Jun 2007) | 2 lines
"dialplan save" produced garbage in the config file
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68596
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Sat, 9 Jun 2007 01:06:40 +0000 (01:06 +0000)]
Fix compile errors in chan_misdn.c
Reported by d1mas in #asterisk-bugs on IRC.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68575
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 8 Jun 2007 22:23:49 +0000 (22:23 +0000)]
Merged revisions 68527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68527 | russell | 2007-06-08 17:23:22 -0500 (Fri, 08 Jun 2007) | 12 lines
Merged revisions 68526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68526 | russell | 2007-06-08 17:22:36 -0500 (Fri, 08 Jun 2007) | 4 lines
Don't automatically hang up after running Dictate so that callers can exit
cleanly using '#'
(closes issue #9577, patch from Thomas Andrews)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68528
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 8 Jun 2007 21:31:33 +0000 (21:31 +0000)]
Add support for retrieving the number of channels that are currently bridged
via SNMP.
(closes issue #9637, initial patch from jeffg, modified by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68507
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 8 Jun 2007 21:02:46 +0000 (21:02 +0000)]
Add an option for ControlPlayback to be able to start at an offset from
the beginning of the file. Also, add a channel variable that indicates
the location in the file where the Playback was stopped.
(closes issue #7655, patch from sharkey)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68502
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 8 Jun 2007 16:14:06 +0000 (16:14 +0000)]
Add channel variable manager event
(issue #7291, patch from tonyh and jontow)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68473
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 8 Jun 2007 16:03:01 +0000 (16:03 +0000)]
Merged revisions 68450 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68450 | kpfleming | 2007-06-08 10:52:47 -0500 (Fri, 08 Jun 2007) | 2 lines
actually remember the type/subclass of full frames that are in process
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68453
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Fri, 8 Jun 2007 15:51:53 +0000 (15:51 +0000)]
Fix incorrect logic for param count.
Issue 9918.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68449
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 8 Jun 2007 15:32:46 +0000 (15:32 +0000)]
Minor formatting change to test changes to mantis auto-closing issues
(closes issue #6000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68448
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Fri, 8 Jun 2007 00:18:58 +0000 (00:18 +0000)]
Merged revisions 68401 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68401 | file | 2007-06-07 20:17:04 -0400 (Thu, 07 Jun 2007) | 10 lines
Merged revisions 68397 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68397 | file | 2007-06-07 20:15:33 -0400 (Thu, 07 Jun 2007) | 2 lines
Don't call ast_waitstream_full when the control file descriptor and audio file descriptor are not set, simply call ast_waitstream! (issue #8530 reported by rickead2000)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68405
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Fri, 8 Jun 2007 00:03:49 +0000 (00:03 +0000)]
Merged revisions 68370 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68370 | file | 2007-06-07 20:02:34 -0400 (Thu, 07 Jun 2007) | 10 lines
Merged revisions 68368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68368 | file | 2007-06-07 19:59:04 -0400 (Thu, 07 Jun 2007) | 2 lines
Do a DNS lookup immediately upon calling the dnsmgr function, don't wait until a refresh happens. (issue #9097 reported by plack)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68374
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 7 Jun 2007 23:17:01 +0000 (23:17 +0000)]
Merged revisions 68354 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r68354 | russell | 2007-06-07 18:14:45 -0500 (Thu, 07 Jun 2007) | 11 lines
Merged revisions 68351 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68351 | russell | 2007-06-07 18:13:33 -0500 (Thu, 07 Jun 2007) | 3 lines
Fix a problem where saying a character wouldn't properly break out when the caller pressed '#'
(issue #8113, reported by patbaker82, patch from jamesgolovich (hey, long time no see!) and patbaker82)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68359
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 7 Jun 2007 23:07:25 +0000 (23:07 +0000)]
Fix a bunch of doxygen errors and document more things
(issue #9842, snuffy)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68339
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 7 Jun 2007 23:00:44 +0000 (23:00 +0000)]
Merged revisions 68326 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68326 | qwell | 2007-06-07 18:00:01 -0500 (Thu, 07 Jun 2007) | 5 lines
Fix incorrect French syntax of "old messages".
Request for feedback was sent to asterisk-dev mailing list, with little response.
Issue 9118, patch by junky.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68327
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 7 Jun 2007 22:38:59 +0000 (22:38 +0000)]
Fix a couple of places that got missed in the conversion to using the new API
call for creating detached threads.
(issue #9915, reported by elguro, fixed by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68325
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 7 Jun 2007 22:18:38 +0000 (22:18 +0000)]
Merged revisions 68313 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68313 | kpfleming | 2007-06-07 17:14:35 -0500 (Thu, 07 Jun 2007) | 6 lines
some improvements to the IAX2 full frame dropping logic recently added:
- use inaddrcmp(), since we have it
- output the type of frame and subclass being dropped, and the type/subclass that is already being processed (which caused the drop)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68321
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 7 Jun 2007 21:22:25 +0000 (21:22 +0000)]
Doxygenify a lot of the functions in res_jabber
(issue #9886, snuffy)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68289
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 7 Jun 2007 21:17:52 +0000 (21:17 +0000)]
Merged revisions 68280 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68280 | russell | 2007-06-07 16:16:07 -0500 (Thu, 07 Jun 2007) | 4 lines
Fix loading persistent queue members when using realtime configuration for queues.
Also, remove an unneeded leading slash for the astdb family.
(issue #9911, patch by atis)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68284
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Thu, 7 Jun 2007 20:25:56 +0000 (20:25 +0000)]
Merged revisions 68249 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r68249 | qwell | 2007-06-07 15:25:18 -0500 (Thu, 07 Jun 2007) | 4 lines
Fix an issue with newer phones which require packets be padded out to the correct length.
Issue 9887, patch by DEA.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68251
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3