asterisk/asterisk.git
16 years agoFormatting, whitespace fixes
Olle Johansson [Fri, 16 Feb 2007 14:31:18 +0000 (14:31 +0000)]
Formatting, whitespace fixes

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

16 years agoMore cleanups of app_voicemail
Olle Johansson [Fri, 16 Feb 2007 14:11:53 +0000 (14:11 +0000)]
More cleanups of app_voicemail

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

16 years agoAdding Realtime Text support (T.140) to Asterisk
Olle Johansson [Fri, 16 Feb 2007 13:35:44 +0000 (13:35 +0000)]
Adding Realtime Text support (T.140) to Asterisk

T.140/RFC 2793 is a live communication channel, originally
created for IP based text phones for hearing impaired.
Feels very much like the old Unix talk application.

This code is developed and disclaimed by John Martin of Aupix, UK.
Tested for interoperability by myself and Omnitor in Sweden,
the company that wrote most of the specifications.

A big thank you to everyone involved in this.

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

16 years agoMerged revisions 54787 via svnmerge from
Olle Johansson [Fri, 16 Feb 2007 12:14:53 +0000 (12:14 +0000)]
Merged revisions 54787 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54787 | oej | 2007-02-16 13:06:23 +0100 (Fri, 16 Feb 2007) | 2 lines

Issue #7541 - Handle multipart attachments to SIP messages - even if boundary is quoted.

........

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

16 years agoIssue #9068 - make sure we quote HTML characters correctly too (seanbright)
Olle Johansson [Fri, 16 Feb 2007 11:47:48 +0000 (11:47 +0000)]
Issue #9068 - make sure we quote HTML characters correctly too (seanbright)

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

16 years agoMerged revisions 54772 via svnmerge from
Olle Johansson [Fri, 16 Feb 2007 11:43:41 +0000 (11:43 +0000)]
Merged revisions 54772 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r54772 | oej | 2007-02-16 12:39:55 +0100 (Fri, 16 Feb 2007) | 10 lines

Merged revisions 54771 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r54771 | oej | 2007-02-16 12:38:03 +0100 (Fri, 16 Feb 2007) | 2 lines

Issue #9069 - If we open with TH we should not close with /TD. (seanbright)

........

................

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

16 years agoRely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056 reporte...
Joshua Colp [Fri, 16 Feb 2007 01:36:18 +0000 (01:36 +0000)]
Rely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056 reported by pj)

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

16 years agoAdd 'o' option to Chanspy which causes it to only listen to audio coming from the...
Joshua Colp [Fri, 16 Feb 2007 01:17:25 +0000 (01:17 +0000)]
Add 'o' option to Chanspy which causes it to only listen to audio coming from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson)

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

16 years agoMerged revisions 54714 via svnmerge from
Joshua Colp [Fri, 16 Feb 2007 00:54:10 +0000 (00:54 +0000)]
Merged revisions 54714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54714 | file | 2007-02-15 19:48:48 -0500 (Thu, 15 Feb 2007) | 2 lines

Don't let dtmf leak over into the engine and let it skew the results... also give DTMF results priority. (issue #9014 reported by surftek)

........

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

16 years agoProperly handle an error result from a manager action. This could have left the actio...
Joshua Colp [Fri, 16 Feb 2007 00:10:17 +0000 (00:10 +0000)]
Properly handle an error result from a manager action. This could have left the action list permanently locked for reading.

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

16 years ago- add some notes, asking for help
Olle Johansson [Thu, 15 Feb 2007 20:29:37 +0000 (20:29 +0000)]
- add some notes, asking for help
- insert a few ast_strlen_zero
- Doxygen additions
- A few more spaces

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

16 years agoMake file's new comment doxygenified
Olle Johansson [Thu, 15 Feb 2007 17:13:29 +0000 (17:13 +0000)]
Make file's new comment doxygenified

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

16 years agoMerged revisions 54623 via svnmerge from
Joshua Colp [Thu, 15 Feb 2007 16:24:13 +0000 (16:24 +0000)]
Merged revisions 54623 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r54623 | file | 2007-02-15 11:19:39 -0500 (Thu, 15 Feb 2007) | 10 lines

Merged revisions 54622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r54622 | file | 2007-02-15 11:14:40 -0500 (Thu, 15 Feb 2007) | 2 lines

Use a separate variable to indicate execution should continue instead of the return value. (issue #8842 reported by pluto70)

........

................

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

16 years ago...and don't forget to update CHANGES
Olle Johansson [Thu, 15 Feb 2007 15:53:26 +0000 (15:53 +0000)]
...and don't forget to update CHANGES

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

16 years agoAdd callgroup and pickupgroup to SIPPEER function. (thanks ramon)
Olle Johansson [Thu, 15 Feb 2007 15:52:35 +0000 (15:52 +0000)]
Add callgroup and pickupgroup to SIPPEER function. (thanks ramon)

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

16 years agoUpdate CHANGES
Olle Johansson [Thu, 15 Feb 2007 12:12:51 +0000 (12:12 +0000)]
Update CHANGES

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

16 years agoIssue #7443 - amdtech - Optionally SIP registrations in another
Olle Johansson [Thu, 15 Feb 2007 12:10:55 +0000 (12:10 +0000)]
Issue #7443 - amdtech - Optionally SIP registrations in another
realtime family.

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

16 years agoClean up the I/O context handler.
Joshua Colp [Thu, 15 Feb 2007 02:11:34 +0000 (02:11 +0000)]
Clean up the I/O context handler.

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

16 years agoFew more code clean ups.
Joshua Colp [Thu, 15 Feb 2007 02:02:30 +0000 (02:02 +0000)]
Few more code clean ups.

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

16 years agoClean up app_milliwatt code.
Joshua Colp [Thu, 15 Feb 2007 01:52:10 +0000 (01:52 +0000)]
Clean up app_milliwatt code.

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

16 years agoMerged revisions 54481 via svnmerge from
Joshua Colp [Wed, 14 Feb 2007 21:10:53 +0000 (21:10 +0000)]
Merged revisions 54481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54481 | file | 2007-02-14 16:07:23 -0500 (Wed, 14 Feb 2007) | 2 lines

Forward begin DTMF frames as well as end. (issue #9068 reported by mhardeman)

........

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

16 years agoShow version in "core show settings"
Olle Johansson [Wed, 14 Feb 2007 20:45:23 +0000 (20:45 +0000)]
Show version in "core show settings"

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

16 years agoUpdates and re-organization to make it easier to digest this information
Olle Johansson [Wed, 14 Feb 2007 20:31:10 +0000 (20:31 +0000)]
Updates and re-organization to make it easier to digest this information

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

16 years agoNew CLI command "Core show settings" to list some core settings
Olle Johansson [Wed, 14 Feb 2007 20:22:20 +0000 (20:22 +0000)]
New CLI command "Core show settings" to list some core settings

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

16 years agoMerged revisions 54375 via svnmerge from
Matthew Fredrickson [Wed, 14 Feb 2007 17:14:42 +0000 (17:14 +0000)]
Merged revisions 54375 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r54375 | mattf | 2007-02-14 10:56:40 -0600 (Wed, 14 Feb 2007) | 10 lines

Merged revisions 54373 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r54373 | mattf | 2007-02-14 10:25:49 -0600 (Wed, 14 Feb 2007) | 2 lines

When handling glare on a PRI, move the requested channel rather than hang up the old one. Fix for 8957 and 9011.

........

................

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

16 years agoMake documentation match the source code.
Olle Johansson [Wed, 14 Feb 2007 17:02:16 +0000 (17:02 +0000)]
Make documentation match the source code.

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

16 years agoIssue #9060 - host= parameter in sip.conf stopped working
Olle Johansson [Wed, 14 Feb 2007 16:20:48 +0000 (16:20 +0000)]
Issue #9060 - host= parameter in sip.conf stopped working
caused by outbound proxy patch.

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

16 years agoAdd port number to SIPPEER dialplan function
Olle Johansson [Wed, 14 Feb 2007 15:27:49 +0000 (15:27 +0000)]
Add port number to SIPPEER dialplan function

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

16 years agoI don't know how it worked earlier, but valgrind
Paul Cadach [Wed, 14 Feb 2007 08:34:10 +0000 (08:34 +0000)]
I don't know how it worked earlier, but valgrind
produces core every time you try to load codec_g722.

Fixed. ;-)

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

16 years agoMerged revisions 54290 via svnmerge from
Joshua Colp [Wed, 14 Feb 2007 01:12:21 +0000 (01:12 +0000)]
Merged revisions 54290 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54290 | file | 2007-02-13 20:09:40 -0500 (Tue, 13 Feb 2007) | 2 lines

Add G722 to ast_best_codec. If anyone disagrees with it's placement, feel free to change it. (issue #9045 reported by gork)

........

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

16 years agoThis introduces a new dialplan function, DEVSTATE, which allows you to do some
Russell Bryant [Tue, 13 Feb 2007 22:02:20 +0000 (22:02 +0000)]
This introduces a new dialplan function, DEVSTATE, which allows you to do some
pretty cool things.

First, you can get the device state of anything in the dialplan:
  NoOp(SIP/mypeer has state ${DEVSTATE(SIP/mypeer)})
  NoOp(The conference room 1234 has state ${DEVSTATE(MeetMe:1234)})

Most importantly, this allows you to create custom device states so you can
control phone lamps directly from the dialplan.
  Set(DEVSTATE(Custom:mycustomlamp)=BUSY)
  ...
  exten => mycustomlamp,hint,Custom:mycustomlamp

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

16 years agoMerged revisions 54204 via svnmerge from
Russell Bryant [Tue, 13 Feb 2007 21:57:31 +0000 (21:57 +0000)]
Merged revisions 54204 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54204 | russell | 2007-02-13 13:42:00 -0600 (Tue, 13 Feb 2007) | 5 lines

If we fail to create the SIP socket, then return -1 from reload_config() so
that load_module() will return AST_MODULE_LOAD_DECLINE.  Otherwise, the console
will just get spammed with error messages every time chan_sip tries to send a
message.

........

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

16 years agoMerged revisions 54235 via svnmerge from
Russell Bryant [Tue, 13 Feb 2007 21:33:03 +0000 (21:33 +0000)]
Merged revisions 54235 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54235 | russell | 2007-02-13 15:31:22 -0600 (Tue, 13 Feb 2007) | 2 lines

Remove a couple of leftover debug messages

........

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

16 years agoMerged revisions 54218 via svnmerge from
Russell Bryant [Tue, 13 Feb 2007 20:57:41 +0000 (20:57 +0000)]
Merged revisions 54218 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54218 | russell | 2007-02-13 14:56:50 -0600 (Tue, 13 Feb 2007) | 3 lines

Fix the documentation on the return values from device state provider
registration and deletion.

........

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

16 years agoUse spaces instead of tabs in the help text for a CLI command
Russell Bryant [Tue, 13 Feb 2007 06:10:11 +0000 (06:10 +0000)]
Use spaces instead of tabs in the help text for a CLI command

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

16 years agoSimplify WELCOME_MESSAGE to be a single function call instead of one for each
Russell Bryant [Tue, 13 Feb 2007 06:02:57 +0000 (06:02 +0000)]
Simplify WELCOME_MESSAGE to be a single function call instead of one for each
line.

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

16 years ago- Constify the format string passed to ast_cli()
Russell Bryant [Tue, 13 Feb 2007 05:57:52 +0000 (05:57 +0000)]
- Constify the format string passed to ast_cli()
- Simplify printing out the warranty and license

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

16 years agoMerged revisions 54103 via svnmerge from
Russell Bryant [Mon, 12 Feb 2007 19:18:33 +0000 (19:18 +0000)]
Merged revisions 54103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54103 | russell | 2007-02-12 13:17:08 -0600 (Mon, 12 Feb 2007) | 2 lines

Change ast_set_state_callback() to ast_dial_set_state_callback()

........

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

16 years agoMerged revisions 54066 via svnmerge from
Russell Bryant [Mon, 12 Feb 2007 18:01:15 +0000 (18:01 +0000)]
Merged revisions 54066 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54066 | russell | 2007-02-12 11:58:43 -0600 (Mon, 12 Feb 2007) | 4 lines

- Add the ability to register a callback to monitor state changes in an
  asynchronous dial operation.
- Rename the various references to "status" to "state" in the dial API

........

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

16 years agoBlocked revisions 54026 via svnmerge
Joshua Colp [Mon, 12 Feb 2007 16:40:54 +0000 (16:40 +0000)]
Blocked revisions 54026 via svnmerge

........
r54026 | file | 2007-02-12 11:34:45 -0500 (Mon, 12 Feb 2007) | 2 lines

Make the --without-oss argument work. (issue #9026 reported by puzzled)

........

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

16 years agoMerged revisions 54002 via svnmerge from
Russell Bryant [Mon, 12 Feb 2007 15:48:28 +0000 (15:48 +0000)]
Merged revisions 54002 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54002 | russell | 2007-02-12 10:38:39 -0500 (Mon, 12 Feb 2007) | 2 lines

Fix a typo where "vmpassword" should be "vmsecret"

........

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

16 years agoSimplify a small bit of logic.
Russell Bryant [Mon, 12 Feb 2007 15:40:23 +0000 (15:40 +0000)]
Simplify a small bit of logic.

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

16 years agoFormatting fixes
Tilghman Lesher [Mon, 12 Feb 2007 02:44:33 +0000 (02:44 +0000)]
Formatting fixes

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

16 years agoBe careful with debug messages in trunk, they tend to stay around for release....
Olle Johansson [Sun, 11 Feb 2007 20:49:38 +0000 (20:49 +0000)]
Be careful with debug messages in trunk, they tend to stay around for release....

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

16 years agoSmall fix in outbound proxy support.
Olle Johansson [Sun, 11 Feb 2007 20:04:49 +0000 (20:04 +0000)]
Small fix in outbound proxy support.

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

16 years agoAdd support for outbound proxy for peers and [general]
Olle Johansson [Sun, 11 Feb 2007 19:42:55 +0000 (19:42 +0000)]
Add support for outbound proxy for peers and [general]

This replaces the older, broken, implementation where a setting in
[general] did not do anything and the [peer] part was broken.

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

16 years agoFix debug handling in acl.c
Olle Johansson [Sun, 11 Feb 2007 19:15:55 +0000 (19:15 +0000)]
Fix debug handling in acl.c

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

16 years agoMerged revisions 53881 via svnmerge from
Paul Cadach [Sat, 10 Feb 2007 09:23:09 +0000 (09:23 +0000)]
Merged revisions 53881 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53881 | pcadach | 2007-02-10 01:09:49 -0800 (Сбт, 10 Фев 2007) | 1 line

Fix VLDTMF reception
........

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

16 years agoMerged revisions 53880 via svnmerge from
Paul Cadach [Sat, 10 Feb 2007 09:22:15 +0000 (09:22 +0000)]
Merged revisions 53880 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53880 | pcadach | 2007-02-10 01:08:55 -0800 (Сбт, 10 Фев 2007) | 1 line

Much simpler than previous one ;-)
........

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

16 years agoMerged revisions 53879 via svnmerge from
Paul Cadach [Sat, 10 Feb 2007 09:21:22 +0000 (09:21 +0000)]
Merged revisions 53879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53879 | pcadach | 2007-02-10 01:07:11 -0800 (Сбт, 10 Фев 2007) | 1 line

Provide correct DTMF duration
........

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

16 years agoBlocked revisions 53878 via svnmerge
Paul Cadach [Sat, 10 Feb 2007 09:19:58 +0000 (09:19 +0000)]
Blocked revisions 53878 via svnmerge

........
r53878 | pcadach | 2007-02-10 01:04:47 -0800 (Сбт, 10 Фев 2007) | 1 line

Bring deprecated 'debug channel <x|all>' command back
........

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

16 years agoMerged revisions 53850 via svnmerge from
Kevin P. Fleming [Sat, 10 Feb 2007 06:14:55 +0000 (06:14 +0000)]
Merged revisions 53850 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53850 | kpfleming | 2007-02-10 00:06:08 -0600 (Sat, 10 Feb 2007) | 3 lines

don't display the --with-imap message unless --with-imap was specified without a path
use '-n' instead of '! -z' for tests

........

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

16 years agoBlocked revisions 53818 via svnmerge
Russell Bryant [Sat, 10 Feb 2007 00:42:19 +0000 (00:42 +0000)]
Blocked revisions 53818 via svnmerge

........
r53818 | russell | 2007-02-09 18:41:57 -0600 (Fri, 09 Feb 2007) | 2 lines

Change some text to properly state "On Hold", which was already done in trunk.

........

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

16 years agoMerged revisions 53810 via svnmerge from
Russell Bryant [Sat, 10 Feb 2007 00:40:57 +0000 (00:40 +0000)]
Merged revisions 53810 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53810 | russell | 2007-02-09 18:35:09 -0600 (Fri, 09 Feb 2007) | 24 lines

Merge team/russell/sla_rewrite

This is a completely new implementation of the SLA functionality introduced in
Asterisk 1.4.  It is now functional and ready for testing.  However, I will be
adding some additional features over the next week, as well.

For information on how to set this up, see configs/sla.conf.sample
and doc/sla.txt.

In addition to the changes in app_meetme.c for the SLA implementation itself,
this merge brings in various other changes:

chan_sip:
 - Add the ability to indicate HOLD state in NOTIFY messages.
 - Queue HOLD and UNHOLD control frames even if the channel is not bridged to
   another channel.

linkedlists.h:
 - Add support for rwlock based linked lists.

dial.c:
 - Add the ability to run ast_dial_start() without a reference channel to
   inherit information from.

........

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

16 years agoadd another dependency
Russell Bryant [Sat, 10 Feb 2007 00:20:57 +0000 (00:20 +0000)]
add another dependency

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

16 years agoMerged revisions 53783 via svnmerge from
Russell Bryant [Sat, 10 Feb 2007 00:16:22 +0000 (00:16 +0000)]
Merged revisions 53783 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53783 | russell | 2007-02-09 18:15:50 -0600 (Fri, 09 Feb 2007) | 4 lines

When the Echo() application receives the digit '#', echo that back as well.
Since we already sent the BEGIN frame for that digit, it makes sense to send
the END as well.

........

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

16 years agoMerged revisions 53779-53781 via svnmerge from
Kevin P. Fleming [Fri, 9 Feb 2007 23:53:51 +0000 (23:53 +0000)]
Merged revisions 53779-53781 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53779 | kpfleming | 2007-02-09 17:51:29 -0600 (Fri, 09 Feb 2007) | 2 lines

fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file

........
r53780 | kpfleming | 2007-02-09 17:51:41 -0600 (Fri, 09 Feb 2007) | 2 lines

add some inter-module dependencies

........
r53781 | kpfleming | 2007-02-09 17:52:44 -0600 (Fri, 09 Feb 2007) | 2 lines

another dependency

........

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

16 years agoMerged revisions 53749 via svnmerge from
Joshua Colp [Fri, 9 Feb 2007 19:39:26 +0000 (19:39 +0000)]
Merged revisions 53749 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53749 | file | 2007-02-09 14:33:31 -0500 (Fri, 09 Feb 2007) | 2 lines

Temporarily change musicclass on channel to one specified in Dial so that the 'm' option functions properly. (issue #8969 reported by christianbee)

........

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

16 years agoClean up documentation of Queue application. (issue #9022 reported by seanbright)
Joshua Colp [Fri, 9 Feb 2007 17:14:10 +0000 (17:14 +0000)]
Clean up documentation of Queue application. (issue #9022 reported by seanbright)

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

16 years agoMerged revisions 53715 via svnmerge from
Kevin P. Fleming [Fri, 9 Feb 2007 16:43:36 +0000 (16:43 +0000)]
Merged revisions 53715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53715 | kpfleming | 2007-02-09 10:42:22 -0600 (Fri, 09 Feb 2007) | 2 lines

clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time)

........

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

16 years agoI'm crazy so I think I'll change the musiconhold classes linked list to read/write...
Joshua Colp [Fri, 9 Feb 2007 01:57:48 +0000 (01:57 +0000)]
I'm crazy so I think I'll change the musiconhold classes linked list to read/write as well!

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

16 years agoIt is with pleasure that I announce the return of rawman support through the HTTP...
Joshua Colp [Thu, 8 Feb 2007 20:39:41 +0000 (20:39 +0000)]
It is with pleasure that I announce the return of rawman support through the HTTP server. (issue #9013 reported by Jynger)

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

16 years agoMerged revisions 53601 via svnmerge from
Joshua Colp [Thu, 8 Feb 2007 17:56:53 +0000 (17:56 +0000)]
Merged revisions 53601 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53601 | file | 2007-02-08 12:54:32 -0500 (Thu, 08 Feb 2007) | 2 lines

Fix timeout issue when utterance is longer then timeout itself.

........

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

16 years agoRename this instance of "busy limit" to "busy level" as well
Jason Parker [Thu, 8 Feb 2007 17:19:27 +0000 (17:19 +0000)]
Rename this instance of "busy limit" to "busy level" as well

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

16 years agorename busy-limit to busy-level, since it is not a limit
Kevin P. Fleming [Thu, 8 Feb 2007 16:41:23 +0000 (16:41 +0000)]
rename busy-limit to busy-level, since it is not a limit
actually parse the busy-limit option from sip.conf, instead of ignoring it

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

16 years agoMerged revisions 53532 via svnmerge from
Tilghman Lesher [Thu, 8 Feb 2007 13:50:33 +0000 (13:50 +0000)]
Merged revisions 53532 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53532 | tilghman | 2007-02-08 07:47:54 -0600 (Thu, 08 Feb 2007) | 2 lines

Issue 9007 - Mutex not released on early return

........

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

16 years agoMerged revisions 53530 via svnmerge from
Tilghman Lesher [Thu, 8 Feb 2007 13:43:06 +0000 (13:43 +0000)]
Merged revisions 53530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53530 | tilghman | 2007-02-08 07:40:02 -0600 (Thu, 08 Feb 2007) | 10 lines

Merged revisions 53529 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53529 | tilghman | 2007-02-08 07:36:10 -0600 (Thu, 08 Feb 2007) | 2 lines

Issue 9003 - If fullname is empty, quote() passes back "\""

........

................

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

16 years agoMerged revisions 53497 via svnmerge from
Russell Bryant [Wed, 7 Feb 2007 23:56:46 +0000 (23:56 +0000)]
Merged revisions 53497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53497 | russell | 2007-02-07 17:52:45 -0600 (Wed, 07 Feb 2007) | 6 lines

When building libdb1.a, put the additional flags needed at the beginning of
ASTCFLAGS, instead of at the end.  This way, we ensure that we find the local
headers first before accidentally trying to use headers that exist in
locations specified in the ASTCFLAGS passed from the main Makefile.
(issue #8637, ovi)

........

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

16 years agoMerged revisions 53464 via svnmerge from
Russell Bryant [Wed, 7 Feb 2007 20:09:58 +0000 (20:09 +0000)]
Merged revisions 53464 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53464 | russell | 2007-02-07 14:07:39 -0600 (Wed, 07 Feb 2007) | 4 lines

The clean target actually needs to run "distclean" on editline.  This is
because we need to make sure that its configure script gets executed again,
because the CFLAGS we want to pass to editline may have changed.

........

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

16 years agoMerged revisions 53434 via svnmerge from
Joshua Colp [Wed, 7 Feb 2007 17:57:37 +0000 (17:57 +0000)]
Merged revisions 53434 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53434 | file | 2007-02-07 12:53:03 -0500 (Wed, 07 Feb 2007) | 2 lines

We can not reliably do P2P bridging with DTMF passing back with compensation if we need to listen for DTMF frames. (issue #8962 reported by caio1982)

........

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

16 years agoMerged revisions 53429 via svnmerge from
Russell Bryant [Wed, 7 Feb 2007 17:46:42 +0000 (17:46 +0000)]
Merged revisions 53429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53429 | russell | 2007-02-07 11:39:31 -0600 (Wed, 07 Feb 2007) | 7 lines

When parsing the NTP timestamp in a sender report message, you are supposed to
take the low 16 bits of the integer part, and the high 16 bits of the
fractional part.  However, the code here was erroneously taking the low 16 bits
of the fractional part.  It then shifted the result 16 bits down, so the result
was always zero.  This fix makes it grab the appropriate high 16 bits, instead.
(issue #8991, pointed out by andre_abrantes)

........

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

16 years agoMerged revisions 53399 via svnmerge from
Joshua Colp [Wed, 7 Feb 2007 17:06:34 +0000 (17:06 +0000)]
Merged revisions 53399 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53399 | file | 2007-02-07 12:04:44 -0500 (Wed, 07 Feb 2007) | 2 lines

Directly load say.conf in load_module instead of calling the reload function. (issue #8946 reported by junky)

........

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

16 years agoMerged revisions 53358 via svnmerge from
Joshua Colp [Wed, 7 Feb 2007 15:46:30 +0000 (15:46 +0000)]
Merged revisions 53358 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53358 | file | 2007-02-07 10:43:39 -0500 (Wed, 07 Feb 2007) | 10 lines

Merged revisions 53357 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53357 | file | 2007-02-07 10:38:48 -0500 (Wed, 07 Feb 2007) | 2 lines

Fix a few potential memory leaks with realtime users and peers. (issue #8999 reported by bsmithurst)

........

................

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

16 years agoMerged revisions 53355 via svnmerge from
Tilghman Lesher [Wed, 7 Feb 2007 15:35:44 +0000 (15:35 +0000)]
Merged revisions 53355 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53355 | tilghman | 2007-02-07 09:33:51 -0600 (Wed, 07 Feb 2007) | 10 lines

Merged revisions 53354 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53354 | tilghman | 2007-02-07 09:30:02 -0600 (Wed, 07 Feb 2007) | 2 lines

Issue 7440 - Macro called from Macro from the h extension exits prematurely

........

................

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

16 years agoMerged revisions 53324 via svnmerge from
Christian Richter [Wed, 7 Feb 2007 09:51:06 +0000 (09:51 +0000)]
Merged revisions 53324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53324 | crichter | 2007-02-07 10:22:44 +0100 (Mi, 07 Feb 2007) | 9 lines

Merged revisions 52843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r52843 | crichter | 2007-01-30 15:38:08 +0100 (Di, 30 Jan 2007) | 1 line

fixed some possible segfaults. also fixed an very important bug which occurs on high load (when calls are very fast generated)
........

................

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

16 years agoMerged revisions 53294 via svnmerge from
Tilghman Lesher [Wed, 7 Feb 2007 05:25:54 +0000 (05:25 +0000)]
Merged revisions 53294 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53294 | tilghman | 2007-02-06 23:24:31 -0600 (Tue, 06 Feb 2007) | 2 lines

Text fix for jabber reload command (reported by bkruse via IRC)

........

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

16 years agoMerged revisions 53246 via svnmerge from
Tilghman Lesher [Tue, 6 Feb 2007 07:07:22 +0000 (07:07 +0000)]
Merged revisions 53246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53246 | tilghman | 2007-02-06 01:00:52 -0600 (Tue, 06 Feb 2007) | 10 lines

Merged revisions 53245 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53245 | tilghman | 2007-02-06 00:58:28 -0600 (Tue, 06 Feb 2007) | 2 lines

Issue 8987 - Status could return two responses (mnicholson)

........

................

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

16 years agoDoxygen formatting changes
Olle Johansson [Mon, 5 Feb 2007 21:55:01 +0000 (21:55 +0000)]
Doxygen formatting changes

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

16 years agoMerged revisions 53152 via svnmerge from
Joshua Colp [Mon, 5 Feb 2007 17:06:56 +0000 (17:06 +0000)]
Merged revisions 53152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53152 | file | 2007-02-05 11:06:18 -0600 (Mon, 05 Feb 2007) | 2 lines

Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by junky)

........

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

16 years agoMerged revisions 53150 via svnmerge from
Joshua Colp [Mon, 5 Feb 2007 16:03:23 +0000 (16:03 +0000)]
Merged revisions 53150 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53150 | file | 2007-02-05 10:02:00 -0600 (Mon, 05 Feb 2007) | 2 lines

Unregister Playback CLI commands as well as dialplan application. (issue #8946 reported by junky)

........

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

16 years agoMerged revisions 53143 via svnmerge from
Olle Johansson [Mon, 5 Feb 2007 00:30:03 +0000 (00:30 +0000)]
Merged revisions 53143 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53143 | oej | 2007-02-05 01:18:34 +0100 (Mon, 05 Feb 2007) | 3 lines

Add some comments on queue system behaviour and how it affects the
SIP channel

........

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

16 years agoDeprecate SetCallerPres application
Tilghman Lesher [Sat, 3 Feb 2007 22:06:46 +0000 (22:06 +0000)]
Deprecate SetCallerPres application

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

16 years agoAdd CALLERPRES dialplan function and deprecate SetCallerPres application
Tilghman Lesher [Sat, 3 Feb 2007 22:05:02 +0000 (22:05 +0000)]
Add CALLERPRES dialplan function and deprecate SetCallerPres application

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

16 years agoFix compiler warnings
Tilghman Lesher [Sat, 3 Feb 2007 22:04:09 +0000 (22:04 +0000)]
Fix compiler warnings

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

16 years agoMerged revisions 53138 via svnmerge from
Joshua Colp [Sat, 3 Feb 2007 21:06:36 +0000 (21:06 +0000)]
Merged revisions 53138 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53138 | file | 2007-02-03 15:05:02 -0600 (Sat, 03 Feb 2007) | 2 lines

Make SIPDtmfMode application work with recent capability changes, and also fix an RTP stack issue when the auto option was used. (issue #8972 reported by mdu113)

........

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

16 years agoMerged revisions 53136 via svnmerge from
Russell Bryant [Sat, 3 Feb 2007 20:46:36 +0000 (20:46 +0000)]
Merged revisions 53136 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53136 | russell | 2007-02-03 14:44:20 -0600 (Sat, 03 Feb 2007) | 12 lines

Merged revisions 53133 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53133 | russell | 2007-02-03 14:38:13 -0600 (Sat, 03 Feb 2007) | 4 lines

set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application
exits early because of invalid arguments instead of just leaving it empty.
(issue #8975)

........

................

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

16 years agoMerged revisions 53131 via svnmerge from
Paul Cadach [Sat, 3 Feb 2007 10:12:20 +0000 (10:12 +0000)]
Merged revisions 53131 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53131 | pcadach | 2007-02-03 02:02:55 -0800 (Сбт, 03 Фев 2007) | 1 line

Remove quote from H.323 vendor string because due to compatibilities with
Nortel Meridian CS1000 reported at www.voip-info.org
........

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

16 years agoUpdate with info about SIP channels and queues
Olle Johansson [Fri, 2 Feb 2007 20:05:52 +0000 (20:05 +0000)]
Update with info about SIP channels and queues

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

16 years agoAdding a template for documentation on call queues. Please help us add
Olle Johansson [Fri, 2 Feb 2007 20:02:49 +0000 (20:02 +0000)]
Adding a template for documentation on call queues. Please help us add
to this!

Thanks

/OEJ and BJ

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

16 years agoAdd onHold value to sip show inuse as well.
Joshua Colp [Fri, 2 Feb 2007 18:21:46 +0000 (18:21 +0000)]
Add onHold value to sip show inuse as well.

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

16 years agoMerged revisions 53120 via svnmerge from
Joshua Colp [Fri, 2 Feb 2007 17:16:05 +0000 (17:16 +0000)]
Merged revisions 53120 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53120 | file | 2007-02-02 11:15:22 -0600 (Fri, 02 Feb 2007) | 2 lines

Correct a copy/pasted error message line for RTCP.

........

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

16 years agoMerged revisions 53118 via svnmerge from
Joshua Colp [Fri, 2 Feb 2007 17:01:04 +0000 (17:01 +0000)]
Merged revisions 53118 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53118 | file | 2007-02-02 10:59:53 -0600 (Fri, 02 Feb 2007) | 10 lines

Merged revisions 53117 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53117 | file | 2007-02-02 10:58:09 -0600 (Fri, 02 Feb 2007) | 2 lines

Pass the glob expanded filename to process_text_line so that error messages contain the actual filename, not the original include one. (issue #8959 reported by tzafrir)

........

................

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

16 years agoMerged revisions 53114 via svnmerge from
Joshua Colp [Fri, 2 Feb 2007 15:30:12 +0000 (15:30 +0000)]
Merged revisions 53114 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53114 | file | 2007-02-02 09:29:35 -0600 (Fri, 02 Feb 2007) | 2 lines

Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage)

........

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

16 years agoClean up ast_device_state. It's pretty now!
Joshua Colp [Fri, 2 Feb 2007 00:58:09 +0000 (00:58 +0000)]
Clean up ast_device_state. It's pretty now!

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

16 years agoSwitch the devicestate thread to operate the same way as the logging thread. Pops...
Joshua Colp [Fri, 2 Feb 2007 00:49:14 +0000 (00:49 +0000)]
Switch the devicestate thread to operate the same way as the logging thread. Pops all entries off the list to be processed, resets the list back to a clean state, and processes each entry. The thread won't have to acquire the list lock again until it checks to see if there are more to process.

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

16 years agoRead/write lockify the devicestate stuff a bit.
Joshua Colp [Fri, 2 Feb 2007 00:39:01 +0000 (00:39 +0000)]
Read/write lockify the devicestate stuff a bit.

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

16 years agoPatch based on this patch with small changes for trunk...
Olle Johansson [Fri, 2 Feb 2007 00:26:25 +0000 (00:26 +0000)]
Patch based on this patch with small changes for trunk...

Merged revisions 53109 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53109 | oej | 2007-02-02 01:24:03 +0100 (Fri, 02 Feb 2007) | 4 lines

Disable the direct p2p RTP call setup in SIP. You can enable it in sip.conf, but it is now
considered experimental until we solve the AST_CONTROL_ANSWER with payload and videocaps
stuff.

........

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

16 years agoMerged revisions 53104 via svnmerge from
Joshua Colp [Thu, 1 Feb 2007 22:26:11 +0000 (22:26 +0000)]
Merged revisions 53104 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53104 | file | 2007-02-01 16:24:32 -0600 (Thu, 01 Feb 2007) | 10 lines

Merged revisions 53103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53103 | file | 2007-02-01 16:21:56 -0600 (Thu, 01 Feb 2007) | 2 lines

Copy noncodeccapability over to the joint variable so that telephone-event will get transmitted in the sent INVITE.

........

................

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

16 years agoBlocked revisions 53099 via svnmerge
Joshua Colp [Thu, 1 Feb 2007 22:05:34 +0000 (22:05 +0000)]
Blocked revisions 53099 via svnmerge

........
r53099 | file | 2007-02-01 16:04:58 -0600 (Thu, 01 Feb 2007) | 2 lines

Huh... fix the berkeley DB to compile here as well, but it apparently required both dev mode and no optimizations to creep up.

........

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

16 years agoMerged revisions 53097 via svnmerge from
Joshua Colp [Thu, 1 Feb 2007 21:56:23 +0000 (21:56 +0000)]
Merged revisions 53097 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r53097 | file | 2007-02-01 15:54:28 -0600 (Thu, 01 Feb 2007) | 10 lines

Merged revisions 53095 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r53095 | file | 2007-02-01 15:47:11 -0600 (Thu, 01 Feb 2007) | 2 lines

Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported by mdu113)

........

................

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