asterisk/asterisk.git
15 years agoMerged revisions 103823 via svnmerge from
Joshua Colp [Tue, 19 Feb 2008 20:31:15 +0000 (20:31 +0000)]
Merged revisions 103823 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103823 | file | 2008-02-19 16:28:08 -0400 (Tue, 19 Feb 2008) | 6 lines

Send CallerID Name in setup message.
(closes issue #11241)
Reported by: tusar
Patches:
      h323id_as_callerid_name.patch uploaded by tusar (license 344)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103824 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103821 via svnmerge from
Russell Bryant [Tue, 19 Feb 2008 20:06:23 +0000 (20:06 +0000)]
Merged revisions 103821 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103821 | russell | 2008-02-19 14:02:49 -0600 (Tue, 19 Feb 2008) | 8 lines

Account for the fact that the "other" channel can disappear while the local pvt
is not locked.

(fixes a problem introduced in rev 100581)
(closes issue #12012)
Reported by: stevedavies
Patch by me

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103822 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agolen already contains the position we want to examine, if we move one left again we...
Joshua Colp [Tue, 19 Feb 2008 19:27:50 +0000 (19:27 +0000)]
len already contains the position we want to examine, if we move one left again we'll actually probably be looking at a digit.
(issue #12030)
Reported by: alligosh

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103820 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application. This...
Joshua Colp [Tue, 19 Feb 2008 18:40:22 +0000 (18:40 +0000)]
Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application. This will either be set to NOCHANNEL if the given channel was not found or SUCCESS if it worked.
(closes issue #11553)
Reported by: johan
Patches:
      UPGRADE.txt.channelredirect.patch uploaded by johan (license 334)
      CHANGES.channelredirect.patch uploaded by johan (license 334)
      app_channelredirect-20080219.patch uploaded by johan (license 334)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103819 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years ago(closes issue #11864)
Jeff Peeler [Tue, 19 Feb 2008 18:14:56 +0000 (18:14 +0000)]
(closes issue #11864)
Reported by: julianjm
Patches:
      chan_zap.c-1.4-devicestate-v1.diff uploaded by julianjm (license 99)
Patch fixes problem of device state incorrectly reporting idle before PBX answers incoming call on FXO channel. Device status is updated now during new channel creation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103818 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103812 via svnmerge from
Joshua Colp [Tue, 19 Feb 2008 17:33:55 +0000 (17:33 +0000)]
Merged revisions 103812 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103812 | file | 2008-02-19 13:31:32 -0400 (Tue, 19 Feb 2008) | 4 lines

Don't look for launchd when cross compiling.
(closes issue #12029)
Reported by: ovi

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103813 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103807 via svnmerge
Joshua Colp [Tue, 19 Feb 2008 15:03:39 +0000 (15:03 +0000)]
Blocked revisions 103807 via svnmerge

........
r103807 | file | 2008-02-19 11:01:42 -0400 (Tue, 19 Feb 2008) | 2 lines

Fix building of chan_sip.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103808 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoChange verbosity into debug for Hebrew (and various whitespace fixes)
Tilghman Lesher [Tue, 19 Feb 2008 00:59:40 +0000 (00:59 +0000)]
Change verbosity into debug for Hebrew (and various whitespace fixes)
(Closes issue #12011)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103805 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103801 via svnmerge from
Joshua Colp [Mon, 18 Feb 2008 23:58:38 +0000 (23:58 +0000)]
Merged revisions 103801 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103801 | file | 2008-02-18 19:56:48 -0400 (Mon, 18 Feb 2008) | 10 lines

Ensure that emulated DTMFs do not get interrupted by another begin frame.
(closes issue #11740)
Reported by: gserra
Patches:
      v1-11740.patch uploaded by dimas (license 88)
(closes issue #11955)
Reported by: tsearle
(closes issue #10530)
Reported by: xmarksthespot

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103802 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd a non-invasive API for application level manipulation of T38 on a channel. This...
Joshua Colp [Mon, 18 Feb 2008 23:47:01 +0000 (23:47 +0000)]
Add a non-invasive API for application level manipulation of T38 on a channel. This uses control frames (so they can even pass across IAX2) to negotiate T38 and provided a way of getting the current status of T38 using queryoption. This should by no means cause any issues and if it does I will take responsibility for it.
(closes issue #11873)
Reported by: dimas
Patches:
      v4-t38-api.patch uploaded by dimas (license 88)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103799 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd some missing control frames.
Joshua Colp [Mon, 18 Feb 2008 22:54:25 +0000 (22:54 +0000)]
Add some missing control frames.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103798 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103795 via svnmerge from
Jason Parker [Mon, 18 Feb 2008 22:33:27 +0000 (22:33 +0000)]
Merged revisions 103795 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103795 | qwell | 2008-02-18 16:28:56 -0600 (Mon, 18 Feb 2008) | 1 line

Fix previous commit so that we actually disable echocanbridged if echocancel is off.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103796 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoCommit chan_zap portion of #11964: add the ability to get ORIG_CALLED_NUM
Matthew Fredrickson [Mon, 18 Feb 2008 21:57:50 +0000 (21:57 +0000)]
Commit chan_zap portion of #11964: add the ability to get ORIG_CALLED_NUM

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103794 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103790 via svnmerge from
Jason Parker [Mon, 18 Feb 2008 21:30:22 +0000 (21:30 +0000)]
Merged revisions 103790 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103790 | qwell | 2008-02-18 15:23:32 -0600 (Mon, 18 Feb 2008) | 4 lines

Correct a message when echocancelwhenbridged is on, but echocancel is not.

Closes issue #12019

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103791 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMake sure EC is enabled when SS7 call comes in. Also add support for multiple DPCs...
Matthew Fredrickson [Mon, 18 Feb 2008 20:58:23 +0000 (20:58 +0000)]
Make sure EC is enabled when SS7 call comes in.  Also add support for multiple DPCs per linkset. #11779

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103788 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103786 via svnmerge from
Mark Michelson [Mon, 18 Feb 2008 20:53:25 +0000 (20:53 +0000)]
Merged revisions 103786 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103786 | mmichelson | 2008-02-18 14:52:09 -0600 (Mon, 18 Feb 2008) | 10 lines

There was an invalid assumption when calculating the duration of a file that the filestream in question
was created properly. Unfortunately this led to a segfault in the situation where an unknown format was
specified in voicemail.conf and a voicemail was recorded. Now, we first check to be sure that the stream
was written correctly or else assume a zero duration.

(closes issue #12021)
Reported by: jakep
Tested by: putnopvut

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103787 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agomake the output of 'core show settings' a bit nicer.
Michiel van Baak [Mon, 18 Feb 2008 19:47:40 +0000 (19:47 +0000)]
make the output of 'core show settings' a bit nicer.

(closes issue #12020)
Reported by: seanbright
Patches:
      asterisk.c.patch uploaded by seanbright (license 71)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103783 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103780 via svnmerge from
Tilghman Lesher [Mon, 18 Feb 2008 17:45:48 +0000 (17:45 +0000)]
Merged revisions 103780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103780 | tilghman | 2008-02-18 11:31:52 -0600 (Mon, 18 Feb 2008) | 9 lines

When a SIP channel is being auto-destroyed, it's possible for it to still be
in bridge code.  When that happens, we crash.  Delay the RTP destruction until
the bridge is ended.
(closes issue #11960)
 Reported by: norman
 Patches:
       20080215__bug11960__2.diff.txt uploaded by Corydon76 (license 14)
 Tested by: norman

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103781 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMake sure we can set up calls without audio (text+video).
Olle Johansson [Mon, 18 Feb 2008 17:12:13 +0000 (17:12 +0000)]
Make sure we can set up calls without audio (text+video).
And ... it works!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103772 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103770 via svnmerge from
Mark Michelson [Mon, 18 Feb 2008 16:40:36 +0000 (16:40 +0000)]
Merged revisions 103770 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103770 | mmichelson | 2008-02-18 10:37:31 -0600 (Mon, 18 Feb 2008) | 10 lines

Fix a linked list corruption that under the right circumstances
could lead to a looped list, meaning it will traverse forever.

(closes issue #11818)
Reported by: michael-fig
Patches:
      11818.patch uploaded by putnopvut (license 60)
  Tested by: michael-fig

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103768 via svnmerge
Joshua Colp [Mon, 18 Feb 2008 16:13:36 +0000 (16:13 +0000)]
Blocked revisions 103768 via svnmerge

........
r103768 | file | 2008-02-18 12:11:51 -0400 (Mon, 18 Feb 2008) | 4 lines

Backport fix from issue #9325.
(closes issue #11980)
Reported by: rbrunka

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103769 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd an API call (ast_async_parseable_goto) which parses a goto string and does an...
Joshua Colp [Mon, 18 Feb 2008 15:47:00 +0000 (15:47 +0000)]
Add an API call (ast_async_parseable_goto) which parses a goto string and does an async goto instead of an explicit goto.
(closes issue #11753)
Reported by: johan

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103765 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103763 via svnmerge from
Joshua Colp [Mon, 18 Feb 2008 15:35:04 +0000 (15:35 +0000)]
Merged revisions 103763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103763 | file | 2008-02-18 11:33:14 -0400 (Mon, 18 Feb 2008) | 2 lines

Don't care if the extension given doesn't exist for subscription based MWI.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103764 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years ago- No space in manager event names, please
Olle Johansson [Mon, 18 Feb 2008 10:10:35 +0000 (10:10 +0000)]
- No space in manager event names, please
- Add new event to CHANGES

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103755 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoContext tracing for channels
Tilghman Lesher [Mon, 18 Feb 2008 04:43:33 +0000 (04:43 +0000)]
Context tracing for channels
(closes issue #11268)
 Reported by: moy
 Patches:
       chantrace-datastored-encapsulated-rev94934.patch uploaded by moy (license 222)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103754 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agomove two ast_log calls to ast_debug.
Michiel van Baak [Sat, 16 Feb 2008 21:22:00 +0000 (21:22 +0000)]
move two ast_log calls to ast_debug.
Now monitoring chan_skinny port with nagios or zabbix wont generate noise on the console.
@ok tilghman

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103750 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103741 via svnmerge from
Russell Bryant [Fri, 15 Feb 2008 23:32:18 +0000 (23:32 +0000)]
Merged revisions 103741 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103741 | russell | 2008-02-15 17:31:39 -0600 (Fri, 15 Feb 2008) | 8 lines

Fix a crash in chan_iax2 due to a race condition

(closes issue #11780)
Reported by: guillecabeza
Patches:
      bug_iax2_jb_1.4.patch uploaded by guillecabeza (license 380)
      bug_iax2_jb_trunk.patch uploaded by guillecabeza (license 380)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103742 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoDocument GotoIfTime change from svn revision 103738
Mark Michelson [Fri, 15 Feb 2008 23:20:48 +0000 (23:20 +0000)]
Document GotoIfTime change from svn revision 103738

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103740 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix a regression in Asterisk 1.6 related to the use of AES encryption.
Russell Bryant [Fri, 15 Feb 2008 23:14:32 +0000 (23:14 +0000)]
Fix a regression in Asterisk 1.6 related to the use of AES encryption.
1024 was used instead of 128 when using AES from OpenSSL.  Many thanks
to d1mas for figuring this one out!

(closes issue #11946)
Reported by: bbhoss
Patches:
      v1-11946.patch uploaded by dimas (license 88)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103739 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd proper "false" case behavior to GotoIfTime
Mark Michelson [Fri, 15 Feb 2008 23:07:12 +0000 (23:07 +0000)]
Add proper "false" case behavior to GotoIfTime

(closes issue #11719)
Reported by: kshumard
Patches:
      gotoiftime.twobranches.patch uploaded by kshumard (license 92)
  Tested by: kshumard

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103738 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix redeclaration of variables when using IMAP storage
Mark Michelson [Fri, 15 Feb 2008 22:56:14 +0000 (22:56 +0000)]
Fix redeclaration of variables when using IMAP storage

(closes issue #11988)
Reported by: jaroth
Patches:
      variable_cleanup.patch uploaded by jaroth (license 50)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103737 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103728 via svnmerge from
Russell Bryant [Fri, 15 Feb 2008 19:50:47 +0000 (19:50 +0000)]
Merged revisions 103728 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103728 | russell | 2008-02-15 13:50:11 -0600 (Fri, 15 Feb 2008) | 4 lines

In the case that you try to directly reload a module has returned
AST_MODULE_LOAD_DECLINE, log a message indicating that the module is not fully
initialized and must be initialized using "module load".

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103729 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103726 via svnmerge from
Russell Bryant [Fri, 15 Feb 2008 18:34:42 +0000 (18:34 +0000)]
Merged revisions 103726 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103726 | russell | 2008-02-15 12:33:29 -0600 (Fri, 15 Feb 2008) | 6 lines

Don't attempt to execute the reload callback for a module that returned
AST_MODULE_LOAD_DECLINE.  This fixes a crash that was reported against
chan_console in trunk.

(closes issue #11953, reported by junky, fixed by me)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103727 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103722 via svnmerge from
Mark Michelson [Fri, 15 Feb 2008 17:32:43 +0000 (17:32 +0000)]
Merged revisions 103722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103722 | mmichelson | 2008-02-15 11:26:37 -0600 (Fri, 15 Feb 2008) | 8 lines

Final round of changes for configure script logic for IMAP

Now if a directory is specified, then we will search that directory for
a source installation of the IMAP toolkit. If none is found, then we will
use that directory as the basis for detecting a package installation of
the IMAP c-client. If that check fails, then configure will fail.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103725 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix up some doxygen issues.
Jason Parker [Fri, 15 Feb 2008 17:29:08 +0000 (17:29 +0000)]
Fix up some doxygen issues.

(closes issue #11996)
Patches:
      bug_11996_doxygen.diff uploaded by snuffy (license 35)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103723 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRemove extraneous copy
Tilghman Lesher [Fri, 15 Feb 2008 15:45:33 +0000 (15:45 +0000)]
Remove extraneous copy
(closes issue #12002)
 Reported by: junky
 Patches:
       conf2ael.diff uploaded by junky (license 177)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103716 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerging of changes from 1.4 revision 103713.
Mark Michelson [Fri, 15 Feb 2008 15:11:23 +0000 (15:11 +0000)]
Merging of changes from 1.4 revision 103713.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103715 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103713 via svnmerge
Mark Michelson [Fri, 15 Feb 2008 15:08:59 +0000 (15:08 +0000)]
Blocked revisions 103713 via svnmerge

........
r103713 | mmichelson | 2008-02-15 09:05:49 -0600 (Fri, 15 Feb 2008) | 8 lines

Fix a bit of wrong logic in the configure script that caused problems when trying to configure
without IMAP. Patch suggestion from phsultan, but I modified it slightly.

(closes issue #12003)
Reported by: pj
Tested by: putnopvut

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103714 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoSame changes as made to 1.4 in revision 103710
Mark Michelson [Fri, 15 Feb 2008 00:59:21 +0000 (00:59 +0000)]
Same changes as made to 1.4 in revision 103710

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103711 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103709 via svnmerge
Mark Michelson [Fri, 15 Feb 2008 00:53:08 +0000 (00:53 +0000)]
Blocked revisions 103709 via svnmerge

........
r103709 | mmichelson | 2008-02-14 18:50:49 -0600 (Thu, 14 Feb 2008) | 6 lines

I apparently misunderstood one of the requirements of this configure change.
Now, if a source directory is specified with the --with-imap option, and a valid
source installation is not detected there, then configure will fail and will not
check for a package installation.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103710 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoTrunk version of 1.4's imap documentation updates
Mark Michelson [Thu, 14 Feb 2008 23:51:49 +0000 (23:51 +0000)]
Trunk version of 1.4's imap documentation updates

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103705 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103703 via svnmerge
Mark Michelson [Thu, 14 Feb 2008 23:49:54 +0000 (23:49 +0000)]
Blocked revisions 103703 via svnmerge

........
r103703 | mmichelson | 2008-02-14 17:49:24 -0600 (Thu, 14 Feb 2008) | 3 lines

Make a small clarification in the documentation

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103704 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103701 via svnmerge
Mark Michelson [Thu, 14 Feb 2008 23:48:12 +0000 (23:48 +0000)]
Blocked revisions 103701 via svnmerge

........
r103701 | mmichelson | 2008-02-14 17:44:17 -0600 (Thu, 14 Feb 2008) | 3 lines

Update documentation regarding configuration of IMAP

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103702 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoSee commit message for svn revision 103698. This behavior is the same as what is...
Mark Michelson [Thu, 14 Feb 2008 23:39:47 +0000 (23:39 +0000)]
See commit message for svn revision 103698. This behavior is the same as what is described
there. The difference is that trunk already had the --with-imap=system option, but it only
checked the include path for headers in the imap directory and not also the c-client directory.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103700 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103698 via svnmerge
Mark Michelson [Thu, 14 Feb 2008 23:35:21 +0000 (23:35 +0000)]
Blocked revisions 103698 via svnmerge

........
r103698 | mmichelson | 2008-02-14 17:30:17 -0600 (Thu, 14 Feb 2008) | 13 lines

Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
Asterisk with IMAP support, you would use the --with-imap configure switch in one of the following
two ways:
--with-imap=/some/directory would look in the directory specified for a UW IMAP source installation
--with-imap would assume that you had imap-2004g installed in .. relative to the Asterisk source

With this set of changes the two above options still work the same, but there are two new behaviors, too.
--with-imap=system will assume that you have -libc-client.so where you store your shared objects and will
            attempt to find c-client headers in your include path either in the imap or c-client directory.
If either of the two original methods of specifying the imap option should fail, then the check for --with-imap
=system will be performed in addition. It is only after this "system" check that failure can happen.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103699 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoModify ldap autoconf function, so that an incorrect ldap library is not found on...
Jason Parker [Thu, 14 Feb 2008 21:21:53 +0000 (21:21 +0000)]
Modify ldap autoconf function, so that an incorrect ldap library is not found on Solaris (it is incompatible).
Also removes second check for awk, which causes Solaris to find an incompatible version of awk.

(closes issue #11829)
Reported by: snuffy
Patches:
      bug-11829.diff uploaded by snuffy (license 35)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103694 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103690 via svnmerge from
Mark Michelson [Thu, 14 Feb 2008 21:04:37 +0000 (21:04 +0000)]
Merged revisions 103690 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103690 | mmichelson | 2008-02-14 15:03:02 -0600 (Thu, 14 Feb 2008) | 3 lines

Fix build for non-IMAP builds

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103691 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103688 via svnmerge from
Mark Michelson [Thu, 14 Feb 2008 20:58:30 +0000 (20:58 +0000)]
Merged revisions 103688 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103688 | mmichelson | 2008-02-14 14:55:48 -0600 (Thu, 14 Feb 2008) | 9 lines

Fix the new message count if delete=yes when using IMAP storage.

(closes issue #11406)
Reported by: jaroth
Patches:
      deleteflag_v2.patch uploaded by jaroth (license 50)
  Tested by: jaroth

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103689 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoChange the queue holdtime announcement to happen at any interval (not just greater...
Mark Michelson [Thu, 14 Feb 2008 20:46:00 +0000 (20:46 +0000)]
Change the queue holdtime announcement to happen at any interval (not just greater than two minutes). Remove
the saying of less-than for holdtime announcements since it can lead to awkward holdtime announcements. Using
'1' as a queue-round-seconds value is no longer valid.

(closes issue #9736)
Reported by: caio1982
Patches:
      queue_announce5.diff uploaded by caio1982 (license 22)
  Tested by: caio1982, putnopvut

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103687 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103683 via svnmerge from
Jason Parker [Thu, 14 Feb 2008 19:52:21 +0000 (19:52 +0000)]
Merged revisions 103683 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103683 | qwell | 2008-02-14 13:51:10 -0600 (Thu, 14 Feb 2008) | 5 lines

Document the 'l' option to the CDR() function.
(Thanks voipgate for pointing out the option, and Leif for providing text for it.)

Closes issue #11695.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103685 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoa few syntax changes and safer code
Jeff Peeler [Thu, 14 Feb 2008 19:47:39 +0000 (19:47 +0000)]
a few syntax changes and safer code

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103682 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd periodic jitter stats to CLI and manager.
Jason Parker [Thu, 14 Feb 2008 18:39:51 +0000 (18:39 +0000)]
Add periodic jitter stats to CLI and manager.

(closes issue #8188)
Reported by: stevedavies
Patches:
      jblogging-trunk.patch uploaded by stevedavies
      jblogging-trunk_wmgrevent.patch uploaded by johann8384
      updated_jbloggin-trunk_mgrevent.patch uploaded by johann8384 (license 190)
      (with additional changes by me)
Tested by: stevedavies, johann8384

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103677 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFormatting fixes
Olle Johansson [Thu, 14 Feb 2008 10:19:09 +0000 (10:19 +0000)]
Formatting fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103668 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years ago(closes issue #11825)
Jeff Peeler [Wed, 13 Feb 2008 21:04:31 +0000 (21:04 +0000)]
(closes issue #11825)
Reported by: ctooley
Patches:
      additional_eivr_commands.patch uploaded by ctooley (license 136)
Tested by: ctooley

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103662 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years ago1. Deprecate SetMusicOnHold and WaitMusicOnHold.
Mark Michelson [Wed, 13 Feb 2008 15:47:25 +0000 (15:47 +0000)]
1. Deprecate SetMusicOnHold and WaitMusicOnHold.
2. Add a duration parameter to MusicOnHold

(closes issue #11904)
Reported by: dimas
Patches:
      v2-moh.patch uploaded by dimas (license 88)
  Tested by: dimas

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103658 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103607 via svnmerge
Tilghman Lesher [Wed, 13 Feb 2008 06:35:28 +0000 (06:35 +0000)]
Blocked revisions 103607 via svnmerge

........
r103607 | tilghman | 2008-02-13 00:25:03 -0600 (Wed, 13 Feb 2008) | 7 lines

We aren't talking to ourselves; we're talking to someone else.
(closes issue #11771)
 Reported by: msetim
 Patches:
       ami_agent_talkingto-1.4.diff uploaded by caio1982 (license 22)
 Tested by: caio1982, msetim

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103608 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix a small logic error in ast_event_iterator_next. The previous logic allowed for...
Mark Michelson [Wed, 13 Feb 2008 00:55:09 +0000 (00:55 +0000)]
Fix a small logic error in ast_event_iterator_next. The previous logic allowed for the iterator
to indicate there was more data than there really was, causing the iterator read beyond the end
of the event structure. This led to invalid memory reads and potential crashes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103559 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103556 via svnmerge
Tilghman Lesher [Wed, 13 Feb 2008 00:31:38 +0000 (00:31 +0000)]
Blocked revisions 103556 via svnmerge

........
r103556 | tilghman | 2008-02-12 18:26:57 -0600 (Tue, 12 Feb 2008) | 7 lines

Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dependency)
(closes issue #11760)
 Reported by: non-poster
 Patches:
       20080114__bug11760.diff.txt uploaded by Corydon76 (license 14)
 Tested by: Corydon76, non-poster, jamesgolovich

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103557 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 103503 via svnmerge
Jason Parker [Tue, 12 Feb 2008 22:26:30 +0000 (22:26 +0000)]
Blocked revisions 103503 via svnmerge

........
r103503 | qwell | 2008-02-12 16:22:54 -0600 (Tue, 12 Feb 2008) | 1 line

Remove condition that was impossible.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103506 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoEven more sane permissions. This should be handled via a umask, like in many other...
Jason Parker [Tue, 12 Feb 2008 20:27:01 +0000 (20:27 +0000)]
Even more sane permissions.  This should be handled via a umask, like in many other places.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103474 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoUse slight more sane permissions
Jason Parker [Tue, 12 Feb 2008 20:02:32 +0000 (20:02 +0000)]
Use slight more sane permissions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103447 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRemove development version notice.
Russell Bryant [Tue, 12 Feb 2008 15:39:44 +0000 (15:39 +0000)]
Remove development version notice.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103388 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix build on *BSD. These permissions constants are not available there.
Russell Bryant [Tue, 12 Feb 2008 15:16:39 +0000 (15:16 +0000)]
Fix build on *BSD.  These permissions constants are not available there.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103387 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103385 via svnmerge from
Joshua Colp [Tue, 12 Feb 2008 15:13:06 +0000 (15:13 +0000)]
Merged revisions 103385 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103385 | file | 2008-02-12 11:09:24 -0400 (Tue, 12 Feb 2008) | 4 lines

Even if no CallerID name or number has been provided by the remote party still use the configured sip.conf ones.
(closes issue #11977)
Reported by: pj

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103386 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoUse an ast_flags structure in aji_client and aji_buddy rather than an
Philippe Sultan [Tue, 12 Feb 2008 14:08:58 +0000 (14:08 +0000)]
Use an ast_flags structure in aji_client and aji_buddy rather than an
integer. Modify calls to various ast_*_flag macros accordingly.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103341 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRequested changes from Pari, reviewed by Russell.
Jeff Peeler [Tue, 12 Feb 2008 00:24:36 +0000 (00:24 +0000)]
Requested changes from Pari, reviewed by Russell.
Added ability to retrieve list of categories in a config file.
Added ability to retrieve the content of a particular category.
Added ability to empty a context.
Created new action to create a new file.
Updated delete action to allow deletion by line number with respect to category.
Added new action insert to add new variable to category at specified line.
Updated action newcat to allow new category to be inserted in file above another existing category.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103331 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103324 via svnmerge from
Joshua Colp [Mon, 11 Feb 2008 22:10:55 +0000 (22:10 +0000)]
Merged revisions 103324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103324 | file | 2008-02-11 18:09:07 -0400 (Mon, 11 Feb 2008) | 4 lines

If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears.
(closes issue #11835)
Reported by: alanmcmillan

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103325 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRemove ast_module_user usage from res_agi. This is taken care of in the core.
Joshua Colp [Mon, 11 Feb 2008 18:29:18 +0000 (18:29 +0000)]
Remove ast_module_user usage from res_agi. This is taken care of in the core.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103319 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoJust some minor coding style cleanup...
Joshua Colp [Mon, 11 Feb 2008 18:27:47 +0000 (18:27 +0000)]
Just some minor coding style cleanup...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103318 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix Manager Redirect while in an AGI.
Joshua Colp [Mon, 11 Feb 2008 17:25:04 +0000 (17:25 +0000)]
Fix Manager Redirect while in an AGI.
(closes issue #10661)
Reported by: junky

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103317 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103315 via svnmerge from
Kevin P. Fleming [Mon, 11 Feb 2008 17:09:04 +0000 (17:09 +0000)]
Merged revisions 103315 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103315 | kpfleming | 2008-02-11 11:05:22 -0600 (Mon, 11 Feb 2008) | 2 lines

improve 2BCT documentation a bit (thanks Jared)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103316 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd support for allowing a native bridge to happen when the L option is enabled....
Joshua Colp [Mon, 11 Feb 2008 16:17:15 +0000 (16:17 +0000)]
Add support for allowing a native bridge to happen when the L option is enabled. The RTP bridging could already handle this, it just needed to be enabled in the main bridging code.
(issue #10647)
Reported by: samdell3

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103314 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoChange chan_skinny to use debug messages as appropriate.
Joshua Colp [Mon, 11 Feb 2008 14:43:04 +0000 (14:43 +0000)]
Change chan_skinny to use debug messages as appropriate.
(closes issue #11967)
Reported by: mvanbaak
Patches:
      2008021000-skinnydebug.diff.txt uploaded by mvanbaak (license 7)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103313 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoDon't wipe out transport and fd in chan_sip on reload (issue #11930)
James Golovich [Mon, 11 Feb 2008 06:05:59 +0000 (06:05 +0000)]
Don't wipe out transport and fd in chan_sip on reload (issue #11930)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103306 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix improper indentation. Thanks again to snuffy for pointing it out.
Mark Michelson [Mon, 11 Feb 2008 03:03:58 +0000 (03:03 +0000)]
Fix improper indentation. Thanks again to snuffy for pointing it out.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103284 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd a couple of comments to clarify the unreffing of queues.
Mark Michelson [Mon, 11 Feb 2008 02:59:14 +0000 (02:59 +0000)]
Add a couple of comments to clarify the unreffing of queues.
Thanks to snuffy for the idea.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103283 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix a problem regarding network vs. host byte order
Mark Michelson [Mon, 11 Feb 2008 02:47:25 +0000 (02:47 +0000)]
Fix a problem regarding network vs. host byte order
in the event API.

ast_event_iterator_get_ie_type should return the ie type in
host byte order. Furthermore, ast_event_get_ie_raw should already
have its ie type argument in host byte order since it could be called
externally (and it in fact is called in this way by ast_event_get_cached).

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103282 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agowhitespace fixes only.
Michiel van Baak [Sat, 9 Feb 2008 11:27:10 +0000 (11:27 +0000)]
whitespace fixes only.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103249 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103197 via svnmerge from
Tilghman Lesher [Sat, 9 Feb 2008 06:33:10 +0000 (06:33 +0000)]
Merged revisions 103197 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103197 | tilghman | 2008-02-09 00:23:49 -0600 (Sat, 09 Feb 2008) | 4 lines

Commit fix for being unable to send voicemail from VoiceMailMain
 Reported by: William F Acker (via the -users mailing list)
 Patch by: Corydon76 (license 14)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103198 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerge changes from team/mvanbaak/cli-command-audit
Russell Bryant [Fri, 8 Feb 2008 21:26:32 +0000 (21:26 +0000)]
Merge changes from team/mvanbaak/cli-command-audit
(closes issue #8925)

About a year ago, as Leif Madsen and Jim van Meggelen were going over the CLI
commands in Asterisk 1.4 for the next version of their book, they documented
a lot of inconsistencies.  This set of changes addresses all of these issues
and has been reviewed by Leif.

While this does introduce even more changes to the CLI command structure, it
makes everything consistent, which is the most important thing.

Thanks to all that helped with this one!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103171 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoForgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.
Mark Michelson [Fri, 8 Feb 2008 18:58:25 +0000 (18:58 +0000)]
Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103122 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103120 via svnmerge from
Mark Michelson [Fri, 8 Feb 2008 18:54:53 +0000 (18:54 +0000)]
Merged revisions 103120 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103120 | mmichelson | 2008-02-08 12:48:17 -0600 (Fri, 08 Feb 2008) | 10 lines

Prevent a potential three-thread deadlock. Also added a comment block
to explicitly state the locking order necessary inside app_queue.

(closes issue #11862)
Reported by: flujan
Patches:
      11862.patch uploaded by putnopvut (license 60)
  Tested by: flujan

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103121 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 103070 via svnmerge from
Mark Michelson [Fri, 8 Feb 2008 18:02:48 +0000 (18:02 +0000)]
Merged revisions 103070 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103070 | mmichelson | 2008-02-08 12:00:38 -0600 (Fri, 08 Feb 2008) | 6 lines

Yield the thread and return -1 if the ioctl fails for Zaptel timing device.

(closes issue #11891)
Reported by: tzafrir

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103071 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAt the request of ManxPower, include the UPGRADE.txt from 1.2 and 1.4, as well.
Russell Bryant [Fri, 8 Feb 2008 16:49:19 +0000 (16:49 +0000)]
At the request of ManxPower, include the UPGRADE.txt from 1.2 and 1.4, as well.
This way, if people need to go back and review what was deprecated in previous
major releases, it is readily available to them.  Thanks for the suggestion!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103044 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix a network byte order issue and ensure when creating an outgoing dialog that the...
Joshua Colp [Fri, 8 Feb 2008 15:31:00 +0000 (15:31 +0000)]
Fix a network byte order issue and ensure when creating an outgoing dialog that the socket always contains information such as type and port.
(closes issue #11916)
Reported by: mnnojd

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103018 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102968 via svnmerge from
Joshua Colp [Fri, 8 Feb 2008 15:09:47 +0000 (15:09 +0000)]
Merged revisions 102968 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102968 | file | 2008-02-08 11:08:20 -0400 (Fri, 08 Feb 2008) | 4 lines

Make sure the presence of dbsecret is factored into user scoring.
(closes issue #11952)
Reported by: bbhoss

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102969 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoThis is a combination new feature/bug fix for app_chanspy.
Mark Michelson [Thu, 7 Feb 2008 21:37:00 +0000 (21:37 +0000)]
This is a combination new feature/bug fix for app_chanspy.

New feature: Add the 'e' option, which takes as an argument a list of
interfaces separated by colons. This way, you will only be able to spy
on this limited list of interfaces.

Bug fix: change some pointer checks to ast_strlen_zero so that spying
would work properly even if no channel was specified as the first argument
to chanspy.

(closes issue #10072)
Reported by: xmarksthespot
Patches:
      bugfix+newfeature10072patchtotrunkrev102726.diff uploaded by xmarksthespot (license 16)
  Tested by: xmarksthespot, mvanbaak

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102933 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agowhitespace fixes only
Michiel van Baak [Thu, 7 Feb 2008 21:08:46 +0000 (21:08 +0000)]
whitespace fixes only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102908 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoThere she goes! First commit from me to trunk \o/
Michiel van Baak [Thu, 7 Feb 2008 20:42:59 +0000 (20:42 +0000)]
There she goes! First commit from me to trunk \o/

Make app_alarmreceiver honor code guidelines and fix whitespace errors.
No functional changes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102906 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102858 via svnmerge from
Jason Parker [Thu, 7 Feb 2008 20:02:17 +0000 (20:02 +0000)]
Merged revisions 102858 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102858 | qwell | 2008-02-07 13:53:55 -0600 (Thu, 07 Feb 2008) | 7 lines

Specify which digit string was matched in debug message.

(closes issue #11949)
Reported by: dimas
Patches:
      v1-feature-debug.patch uploaded by dimas (license 88)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102859 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102807 via svnmerge from
Kevin P. Fleming [Thu, 7 Feb 2008 16:47:52 +0000 (16:47 +0000)]
Merged revisions 102807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102807 | kpfleming | 2008-02-07 10:41:55 -0600 (Thu, 07 Feb 2008) | 2 lines

document usage of 'transfer' configuration option for ISDN PRI switch-side transfers

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102808 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd the channel's unique id to the AgentCalled manager event to make it more consistent
Mark Michelson [Wed, 6 Feb 2008 20:12:43 +0000 (20:12 +0000)]
Add the channel's unique id to the AgentCalled manager event to make it more consistent
with other manager events.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102777 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102725 via svnmerge from
Joshua Colp [Wed, 6 Feb 2008 18:01:15 +0000 (18:01 +0000)]
Merged revisions 102725 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102725 | file | 2008-02-06 13:59:23 -0400 (Wed, 06 Feb 2008) | 2 lines

Only consider a T.38-only INVITE compatible if we have both a joint capability between us and them and if they provided T.38.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102726 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.
Terry Wilson [Wed, 6 Feb 2008 16:23:22 +0000 (16:23 +0000)]
Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.
I just added the ability to set multiple fields at once after discussions with
Tilghman and Russell.  Currently limited to 30 fields.

(closes issue #11887)
Reported by: sergee
Patches:
      rt-func-store-destroy-multivalue.diff uploaded by otherwiseguy (license 396)
Tested by: sergee, otherwiseguy

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102700 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBlocked revisions 102653 via svnmerge
Joshua Colp [Wed, 6 Feb 2008 15:46:53 +0000 (15:46 +0000)]
Blocked revisions 102653 via svnmerge

........
r102653 | file | 2008-02-06 11:43:38 -0400 (Wed, 06 Feb 2008) | 4 lines

Add missing header file and ASTERISK_FILE_VERSION usage.
(closes issue #11936)
Reported by: snuffy

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102654 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102651 via svnmerge from
Russell Bryant [Wed, 6 Feb 2008 15:20:31 +0000 (15:20 +0000)]
Merged revisions 102651 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102651 | russell | 2008-02-06 09:19:41 -0600 (Wed, 06 Feb 2008) | 3 lines

Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
(due to a discussion between me and a user via email)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102652 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 102576 via svnmerge from
Tilghman Lesher [Wed, 6 Feb 2008 03:05:00 +0000 (03:05 +0000)]
Merged revisions 102576 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102576 | tilghman | 2008-02-05 18:26:02 -0600 (Tue, 05 Feb 2008) | 4 lines

Move around some defines to unbreak ODBC storage.
(closes issue #11932)
 Reported by: snuffy

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102602 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRemove an extra debug message I left in
Mark Michelson [Wed, 6 Feb 2008 00:08:58 +0000 (00:08 +0000)]
Remove an extra debug message I left in

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102550 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoGet rid of any remaining ast_verbose calls in the code in favor of
Mark Michelson [Tue, 5 Feb 2008 23:00:15 +0000 (23:00 +0000)]
Get rid of any remaining ast_verbose calls in the code in favor of
ast_verb

(closes issue #11934)
Reported by: mvanbaak
Patches:
      20080205_astverb-2.diff.txt uploaded by mvanbaak (license 7)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102525 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoChange verbose messages to use the ast_verb macro.
Mark Michelson [Tue, 5 Feb 2008 20:54:53 +0000 (20:54 +0000)]
Change verbose messages to use the ast_verb macro.

(closes issue #11931)
Reported by: snuffy
Patches:
      bug-11931.diff uploaded by snuffy (license 35)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102501 65c4cc65-6c06-0410-ace0-fbb531ad65f3