asterisk/asterisk.git
16 years agoMerged revisions 50266 via svnmerge from
Joshua Colp [Wed, 10 Jan 2007 03:53:30 +0000 (03:53 +0000)]
Merged revisions 50266 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r50266 | file | 2007-01-09 22:51:29 -0500 (Tue, 09 Jan 2007) | 2 lines

Ensure data's existence before trying to access it. (issue #8774 reported by rcourtna)

........

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

16 years agoCovert some spaces to tabs, and put a list of defines in an enum.
Russell Bryant [Wed, 10 Jan 2007 02:50:06 +0000 (02:50 +0000)]
Covert some spaces to tabs, and put a list of defines in an enum.

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

16 years agoMerged revisions 50228 via svnmerge from
Russell Bryant [Wed, 10 Jan 2007 02:19:47 +0000 (02:19 +0000)]
Merged revisions 50228 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r50228 | russell | 2007-01-09 21:17:46 -0500 (Tue, 09 Jan 2007) | 14 lines

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

........
r50227 | russell | 2007-01-09 21:16:45 -0500 (Tue, 09 Jan 2007) | 6 lines

Make the number that represents the major version number a single digit instead
of 2.  Using two digits makes it an octal number when put into version.h, which
breaks the compilation of any out of tree module that checks the version for
any version after 1.2.7 (reported by Matteo Brancaleoni on the asterisk-dev
mailing list, who gave credit to vihai for pointing it out)

........

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

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

16 years agoBlocked revisions 50186 via svnmerge
Jason Parker [Tue, 9 Jan 2007 17:12:45 +0000 (17:12 +0000)]
Blocked revisions 50186 via svnmerge

........
r50186 | qwell | 2007-01-09 11:11:53 -0600 (Tue, 09 Jan 2007) | 4 lines

Re-add CLI command that should have only been deprecated in 1.4.

Thanks kshumard!  (reported in person, so no associated issue #)

........

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

16 years agoMerged revisions 50151 via svnmerge from
Tilghman Lesher [Tue, 9 Jan 2007 13:45:14 +0000 (13:45 +0000)]
Merged revisions 50151 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r50151 | tilghman | 2007-01-09 07:40:45 -0600 (Tue, 09 Jan 2007) | 12 lines

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

........
r50150 | tilghman | 2007-01-09 07:30:04 -0600 (Tue, 09 Jan 2007) | 4 lines

The advent of realtime has enabled people to use commas in the fullname field.
This could cause an issue with sending voicemails, when the field is unquoted.
(Issue 8595)

........

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

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

16 years agoBased on the following patch, changed for trunk...
Olle Johansson [Tue, 9 Jan 2007 12:25:33 +0000 (12:25 +0000)]
Based on the following patch, changed for trunk...

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

........
r50124 | oej | 2007-01-09 12:25:20 +0100 (Tue, 09 Jan 2007) | 3 lines

- handle re-invites properly in sip_hangup()
- Add some invitestate status changes just to be sure

........

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

16 years agoMerged revisions 50098 via svnmerge from
Jason Parker [Mon, 8 Jan 2007 23:40:28 +0000 (23:40 +0000)]
Merged revisions 50098 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r50098 | qwell | 2007-01-08 17:39:12 -0600 (Mon, 08 Jan 2007) | 4 lines

Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password"

Issue 8761, reported by and patch suggestion from ssokol.

........

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

16 years agoMove channel acquisition to when the translation path is setup, and clean up.
Joshua Colp [Mon, 8 Jan 2007 21:40:45 +0000 (21:40 +0000)]
Move channel acquisition to when the translation path is setup, and clean up.

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

16 years agoMerged revisions 50073 via svnmerge from
Matt O'Gorman [Mon, 8 Jan 2007 21:17:51 +0000 (21:17 +0000)]
Merged revisions 50073 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

........
r50073 | mogorman | 2007-01-08 15:11:16 -0600 (Mon, 08 Jan 2007) | 1 line

we can't unlock a channel if we cant find it. - AnthonyL bug #8741
........

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

16 years agoMake callback declaration match one used in trunk.
Joshua Colp [Mon, 8 Jan 2007 20:10:23 +0000 (20:10 +0000)]
Make callback declaration match one used in trunk.

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

16 years agoChange trylock output for what already has the lock from an error to a warning.
Joshua Colp [Mon, 8 Jan 2007 18:26:50 +0000 (18:26 +0000)]
Change trylock output for what already has the lock from an error to a warning.

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

16 years agoMerged revisions 50032 via svnmerge from
Joshua Colp [Mon, 8 Jan 2007 18:23:39 +0000 (18:23 +0000)]
Merged revisions 50032 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r50032 | file | 2007-01-08 13:21:31 -0500 (Mon, 08 Jan 2007) | 2 lines

Disable the more intense packet2packet bridging until the bugs can be worked out.

........

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

16 years agoMerged revisions 50006 via svnmerge from
Olle Johansson [Mon, 8 Jan 2007 14:31:16 +0000 (14:31 +0000)]
Merged revisions 50006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r50006 | oej | 2007-01-08 15:26:14 +0100 (Mon, 08 Jan 2007) | 11 lines

Issue #8677 - Handle failure of T.38 re-invite

This is not a fix, but adding an error message to tell the admin that
we have a bad configuration. We should not send T.38 re-invites to devices
that can't handle it (with the current architecture where you have to
hard-code t.38 support per device).

To really fix this, we need to figure out a way to tell the incoming
call that the re-invite failed, so we can signal failure on that
end and go back to the original call.

........

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

16 years agoMerged revisions 49983 via svnmerge from
Olle Johansson [Mon, 8 Jan 2007 13:34:56 +0000 (13:34 +0000)]
Merged revisions 49983 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49983 | oej | 2007-01-08 14:28:18 +0100 (Mon, 08 Jan 2007) | 3 lines

Issue #8524, support multiple via header values (tardieu)
Thanks!

........

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

16 years agoIssue #8663 - Add passthrough support for MPEG4 (neutrino88).
Olle Johansson [Mon, 8 Jan 2007 11:49:23 +0000 (11:49 +0000)]
Issue #8663 - Add passthrough support for MPEG4 (neutrino88).

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

16 years agoMerged revisions 49945 via svnmerge from
Olle Johansson [Mon, 8 Jan 2007 09:22:53 +0000 (09:22 +0000)]
Merged revisions 49945 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49945 | oej | 2007-01-08 10:08:10 +0100 (Mon, 08 Jan 2007) | 2 lines

We only need one forward declaration

........

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

16 years agoMerged revisions 49925 via svnmerge from
Olle Johansson [Mon, 8 Jan 2007 08:57:35 +0000 (08:57 +0000)]
Merged revisions 49925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49925 | oej | 2007-01-08 09:55:03 +0100 (Mon, 08 Jan 2007) | 2 lines

Issue 8735: Terminate state when extension is unavailable for subscription

........

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

16 years agoMerged revisions 49890 via svnmerge from
Joshua Colp [Mon, 8 Jan 2007 05:13:24 +0000 (05:13 +0000)]
Merged revisions 49890 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r49890 | file | 2007-01-08 00:11:54 -0500 (Mon, 08 Jan 2007) | 10 lines

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

........
r49889 | file | 2007-01-08 00:10:07 -0500 (Mon, 08 Jan 2007) | 2 lines

Ensure we use the default refresh value of 60 if the remote server does not send one. (issue #8746 reported by maethor)

........

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

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

16 years agoMerged revisions 49866 via svnmerge from
Kevin P. Fleming [Mon, 8 Jan 2007 03:56:06 +0000 (03:56 +0000)]
Merged revisions 49866 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49866 | kpfleming | 2007-01-07 21:53:53 -0600 (Sun, 07 Jan 2007) | 2 lines

since we use AC_PATH_TOOL to find tools, we should use the results it provides for us (reported by Brian Capouch on the asterisk-dev list)

........

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

16 years agoMerged revisions 49834 via svnmerge from
Tilghman Lesher [Sun, 7 Jan 2007 21:46:38 +0000 (21:46 +0000)]
Merged revisions 49834 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r49834 | tilghman | 2007-01-07 15:44:52 -0600 (Sun, 07 Jan 2007) | 10 lines

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

........
r49833 | tilghman | 2007-01-07 15:43:10 -0600 (Sun, 07 Jan 2007) | 2 lines

If openstream fails, then we crash (Issue 8564)

........

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

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

16 years agoMerged revisions 49831 via svnmerge from
Tilghman Lesher [Sun, 7 Jan 2007 21:26:43 +0000 (21:26 +0000)]
Merged revisions 49831 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49831 | tilghman | 2007-01-07 15:24:04 -0600 (Sun, 07 Jan 2007) | 2 lines

Second condition was a subset of the first, so hold was never decremented, thus hint stayed stuck (Issue 8747)

........

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

16 years agoOne const, two const. Let's stick with everything else - one const. Plus older versio...
Joshua Colp [Sun, 7 Jan 2007 19:00:36 +0000 (19:00 +0000)]
One const, two const. Let's stick with everything else - one const. Plus older versions of GCC don't support double const either.

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

16 years agoWhen calling the Realtime app more than once, unset fields which were
Tilghman Lesher [Sun, 7 Jan 2007 16:21:12 +0000 (16:21 +0000)]
When calling the Realtime app more than once, unset fields which were
previously set are erroneously still set (Bug 6701).  After discussion,
it was determined this should only be changed in trunk.

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

16 years agoModifications to allow the output of SHELL() to be split per line (Issue 8676)
Tilghman Lesher [Sun, 7 Jan 2007 14:44:49 +0000 (14:44 +0000)]
Modifications to allow the output of SHELL() to be split per line (Issue 8676)

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

16 years agoAdd function to execute a shell command and return the output (Issue 8676)
Tilghman Lesher [Sun, 7 Jan 2007 14:40:48 +0000 (14:40 +0000)]
Add function to execute a shell command and return the output (Issue 8676)

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

16 years agoReduce duplication of code (Issue 6542)
Tilghman Lesher [Sun, 7 Jan 2007 14:32:20 +0000 (14:32 +0000)]
Reduce duplication of code (Issue 6542)

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

16 years agoFix a segfault when using "countries" that don't have a matching zone.
Jason Parker [Sun, 7 Jan 2007 07:43:52 +0000 (07:43 +0000)]
Fix a segfault when using "countries" that don't have a matching zone.

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

16 years agoMerged revisions 49742 via svnmerge from
Jason Parker [Sat, 6 Jan 2007 00:28:16 +0000 (00:28 +0000)]
Merged revisions 49742 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49742 | qwell | 2007-01-05 18:24:38 -0600 (Fri, 05 Jan 2007) | 7 lines

Save 1 whopping byte of allocated memory!

This looks like it may have been a chicken/egg scenario..

You had to call a cleanup func, because everything was allocated.
Then since you had to call a cleanup func, you were forced to allocate - ie; strdup("").

........

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

16 years agofinish const-ifying ast_func_read()
Kevin P. Fleming [Sat, 6 Jan 2007 00:13:33 +0000 (00:13 +0000)]
finish const-ifying ast_func_read()

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

16 years agoprobably shouldn't leave the mmap'ed file hanging around in memory
Kevin P. Fleming [Sat, 6 Jan 2007 00:02:06 +0000 (00:02 +0000)]
probably shouldn't leave the mmap'ed file hanging around in memory

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

16 years agoMerged revisions 49714-49715 via svnmerge from
Kevin P. Fleming [Sat, 6 Jan 2007 00:00:19 +0000 (00:00 +0000)]
Merged revisions 49714-49715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49714 | kpfleming | 2007-01-05 17:49:52 -0600 (Fri, 05 Jan 2007) | 2 lines

proper fix for r49712

........
r49715 | kpfleming | 2007-01-05 17:51:31 -0600 (Fri, 05 Jan 2007) | 2 lines

one more time...

........

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

16 years agoa little more const-ification
Kevin P. Fleming [Fri, 5 Jan 2007 23:58:53 +0000 (23:58 +0000)]
a little more const-ification

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

16 years agoIt is possible for framein to get called and no channel be available, so do a check...
Joshua Colp [Fri, 5 Jan 2007 23:51:43 +0000 (23:51 +0000)]
It is possible for framein to get called and no channel be available, so do a check before we increment the count.

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

16 years agoMerged revisions 49712 via svnmerge from
Kevin P. Fleming [Fri, 5 Jan 2007 23:41:33 +0000 (23:41 +0000)]
Merged revisions 49712 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49712 | kpfleming | 2007-01-05 17:40:29 -0600 (Fri, 05 Jan 2007) | 2 lines

if --with-foo=<path> is specific for a configure option, ensure that it is used for header file checking as well

........

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

16 years agoconst-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
Kevin P. Fleming [Fri, 5 Jan 2007 23:32:42 +0000 (23:32 +0000)]
const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here

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

16 years agono need to spam everyone with show transcoder messages
Matt O'Gorman [Fri, 5 Jan 2007 23:31:33 +0000 (23:31 +0000)]
no need to spam everyone with show transcoder messages

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

16 years agoMerged revisions 49705 via svnmerge from
Jason Parker [Fri, 5 Jan 2007 23:17:45 +0000 (23:17 +0000)]
Merged revisions 49705 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49705 | qwell | 2007-01-05 17:16:16 -0600 (Fri, 05 Jan 2007) | 4 lines

Make codec_zap and chan_zap also depend on zaptel.

This fixes an issue (8727) with zaptel being in a different directory, using --with-zaptel.

........

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

16 years agoMerged revisions 49680 via svnmerge from
Kevin P. Fleming [Fri, 5 Jan 2007 22:53:38 +0000 (22:53 +0000)]
Merged revisions 49680 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49680 | kpfleming | 2007-01-05 16:52:37 -0600 (Fri, 05 Jan 2007) | 2 lines

don't 'consume' the params list before we try to use it again

........

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

16 years agouse mmap() to read in the results of the manager action for an HTTP request, instead...
Kevin P. Fleming [Fri, 5 Jan 2007 22:52:16 +0000 (22:52 +0000)]
use mmap() to read in the results of the manager action for an HTTP request, instead of reading it into a buffer

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

16 years agoMerged revisions 49676 via svnmerge from
Kevin P. Fleming [Fri, 5 Jan 2007 22:43:18 +0000 (22:43 +0000)]
Merged revisions 49676 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49676 | kpfleming | 2007-01-05 16:16:33 -0600 (Fri, 05 Jan 2007) | 2 lines

reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases

........

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

16 years agoMerged revisions 49675 via svnmerge from
Joshua Colp [Fri, 5 Jan 2007 22:18:03 +0000 (22:18 +0000)]
Merged revisions 49675 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49675 | file | 2007-01-05 17:14:47 -0500 (Fri, 05 Jan 2007) | 2 lines

Don't keep repeating the warning over and over when the end of the call is reached. (issue #8724 reported by xrg)

........

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

16 years agoMerged revisions 49636 via svnmerge from
Kevin P. Fleming [Fri, 5 Jan 2007 17:10:59 +0000 (17:10 +0000)]
Merged revisions 49636 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r49636 | kpfleming | 2007-01-05 11:09:00 -0600 (Fri, 05 Jan 2007) | 10 lines

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

........
r49635 | kpfleming | 2007-01-05 10:56:40 -0600 (Fri, 05 Jan 2007) | 2 lines

ensure that threads which are supposed to be detached (because we aren't going to wait on them) are created properly

........

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

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

16 years agouse a rwlock-list for the list of TLS objects
Kevin P. Fleming [Fri, 5 Jan 2007 00:12:10 +0000 (00:12 +0000)]
use a rwlock-list for the list of TLS objects

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

16 years agoMerged revisions 49600 via svnmerge from
Kevin P. Fleming [Fri, 5 Jan 2007 00:02:48 +0000 (00:02 +0000)]
Merged revisions 49600 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49600 | kpfleming | 2007-01-04 18:01:40 -0600 (Thu, 04 Jan 2007) | 2 lines

revert the dynamic_list insertion change... that was not the right thing to do

........

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

16 years agoMerged revisions 49581 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 23:54:09 +0000 (23:54 +0000)]
Merged revisions 49581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49581 | kpfleming | 2007-01-04 17:50:15 -0600 (Thu, 04 Jan 2007) | 3 lines

create the IAX2 processing threads as background threads so they will use smaller stacks
when we create a dynamic thread, put it on the dynamic_list right away so we don't lose track of it

........

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

16 years agoensure that the proper file/function/line shows up for dynamic string threadstorage...
Kevin P. Fleming [Thu, 4 Jan 2007 23:38:10 +0000 (23:38 +0000)]
ensure that the proper file/function/line shows up for dynamic string threadstorage objects
remove pointless casts

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

16 years agoyeah... so... compiling before committing seems like it might be a good idea
Kevin P. Fleming [Thu, 4 Jan 2007 23:25:05 +0000 (23:25 +0000)]
yeah... so... compiling before committing seems like it might be a good idea

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

16 years agoMerged revisions 49553 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 23:18:36 +0000 (23:18 +0000)]
Merged revisions 49553 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49553 | kpfleming | 2007-01-04 16:51:01 -0600 (Thu, 04 Jan 2007) | 2 lines

add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands

........

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

16 years agoMerged revisions 49568 via svnmerge from
Joshua Colp [Thu, 4 Jan 2007 23:02:32 +0000 (23:02 +0000)]
Merged revisions 49568 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49568 | file | 2007-01-04 18:00:50 -0500 (Thu, 04 Jan 2007) | 2 lines

It's possible for the iax2 pvt to disappear, so if it has... don't bother looking for dpentries.

........

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

16 years agoMerged revisions 49551 via svnmerge from
Joshua Colp [Thu, 4 Jan 2007 22:34:24 +0000 (22:34 +0000)]
Merged revisions 49551 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49551 | file | 2007-01-04 17:28:29 -0500 (Thu, 04 Jan 2007) | 2 lines

Only free comments and line buffer once we reach the first level. (issue #8678 reported by ssokol, fixed by anthonyl)

........

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

16 years agoMerged revisions 49536 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 21:59:06 +0000 (21:59 +0000)]
Merged revisions 49536 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49536 | kpfleming | 2007-01-04 15:58:42 -0600 (Thu, 04 Jan 2007) | 2 lines

don't mark these allocations as 'cache' allocations when caching has been disabled

........

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

16 years agoIt's pretty difficult to pthread_kill a thread that doesn't exist. (issue #8681 repor...
Joshua Colp [Thu, 4 Jan 2007 21:40:54 +0000 (21:40 +0000)]
It's pretty difficult to pthread_kill a thread that doesn't exist. (issue #8681 reported by bkruse)

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

16 years agoMerged revisions 49523 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 21:06:35 +0000 (21:06 +0000)]
Merged revisions 49523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49523 | kpfleming | 2007-01-04 15:06:02 -0600 (Thu, 04 Jan 2007) | 2 lines

if we're going to decrement the frame count when we free a frame, we should inrement it when we create one :-)

........

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

16 years ago1. Update osp guide.
TransNexus OSP Development [Thu, 4 Jan 2007 20:27:39 +0000 (20:27 +0000)]
1. Update osp guide.

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

16 years ago1. Update osp module configuration file.
TransNexus OSP Development [Thu, 4 Jan 2007 19:46:07 +0000 (19:46 +0000)]
1. Update osp module configuration file.

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

16 years agoMerged revisions 49465 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 18:32:23 +0000 (18:32 +0000)]
Merged revisions 49465 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49465 | kpfleming | 2007-01-04 12:31:55 -0600 (Thu, 04 Jan 2007) | 2 lines

only do IAX2 frame caching for voice and video frames

........

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

16 years agoMerged revisions 49459 via svnmerge from
Matt O'Gorman [Thu, 4 Jan 2007 18:28:50 +0000 (18:28 +0000)]
Merged revisions 49459 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

................
r49459 | mogorman | 2007-01-04 12:11:19 -0600 (Thu, 04 Jan 2007) | 10 lines

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

........
r49447 | mogorman | 2007-01-04 11:45:16 -0600 (Thu, 04 Jan 2007) | 2 lines

converted a lot of 256 to PATH_MAX and some white space fixes.

........

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

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

16 years agoMerged revisions 49457,49460-49461 via svnmerge from
Kevin P. Fleming [Thu, 4 Jan 2007 18:19:55 +0000 (18:19 +0000)]
Merged revisions 49457,49460-49461 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49457 | kpfleming | 2007-01-04 12:05:47 -0600 (Thu, 04 Jan 2007) | 2 lines

make building of codec_gsm against the system GSM library actually work

........
r49460 | kpfleming | 2007-01-04 12:16:40 -0600 (Thu, 04 Jan 2007) | 2 lines

don't define this type either if LOW_MEMORY is enabled

........
r49461 | kpfleming | 2007-01-04 12:17:01 -0600 (Thu, 04 Jan 2007) | 2 lines

don't do frame header caching in the core if LOW_MEMORY is defined

........

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

16 years agoMerged revisions 49458 via svnmerge from
Matt O'Gorman [Thu, 4 Jan 2007 18:17:24 +0000 (18:17 +0000)]
Merged revisions 49458 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

........
r49458 | kpfleming | 2007-01-04 12:06:51 -0600 (Thu, 04 Jan 2007) | 2 lines

don't do frame caching in LOW_MEMORY mode

........

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

16 years agoMerged revisions 49413 via svnmerge from
Matt O'Gorman [Thu, 4 Jan 2007 16:52:38 +0000 (16:52 +0000)]
Merged revisions 49413 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

................
r49413 | mogorman | 2007-01-04 10:50:56 -0600 (Thu, 04 Jan 2007) | 11 lines

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

........
r49412 | mogorman | 2007-01-04 10:48:43 -0600 (Thu, 04 Jan 2007) | 3 lines

good catch russell sorry i missed that.
fix magic number with proper sizeof

........

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

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

16 years agoThis bug was fixed in the trunk by the recent work to consolidate the various
Russell Bryant [Thu, 4 Jan 2007 04:35:44 +0000 (04:35 +0000)]
This bug was fixed in the trunk by the recent work to consolidate the various
string handling into a single API, so this revision is blocked here.

Blocked revisions 49388 via svnmerge

........
r49388 | russell | 2007-01-03 23:33:00 -0500 (Wed, 03 Jan 2007) | 6 lines

Fix the REALTIME() dialplan function.  ast_build_string() advances the string
pointer to the position to begin the next write into the buffer.  So, this
pointer can not be used to copy the contents of the string later.  The
beginning of the buffer must be saved.  Interestingly enough, this code could
not have ever worked.  (Pointed out by Sebb on IRC, thanks!)

........

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

16 years agoMerged revisions 49355 via svnmerge from
Matt O'Gorman [Wed, 3 Jan 2007 23:41:19 +0000 (23:41 +0000)]
Merged revisions 49355 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

................
r49355 | mogorman | 2007-01-03 17:32:03 -0600 (Wed, 03 Jan 2007) | 14 lines

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

........
r49354 | mogorman | 2007-01-03 17:22:47 -0600 (Wed, 03 Jan 2007) | 6 lines

When using ODBC_STORAGE VoicemailMain doesn't create the
subdirectories for a mailbox such as the INBOX directory.

this patch solves that problem, was written by anthony
be-125

........

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

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

16 years agoMerged revisions 49313 via svnmerge from
Christian Richter [Wed, 3 Jan 2007 11:15:02 +0000 (11:15 +0000)]
Merged revisions 49313 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r49313 | crichter | 2007-01-03 10:06:50 +0100 (Mi, 03 Jan 2007) | 41 lines

Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r48319 | crichter | 2006-12-06 15:35:25 +0100 (Mi, 06 Dez 2006) | 1 line

changed a few debugs to higher debug levels
........
r48321 | crichter | 2006-12-06 16:48:45 +0100 (Mi, 06 Dez 2006) | 1 line

added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the extension is already completely dialed or if there might come additional digits by information elements. also added some docs for that.
........
r48467 | crichter | 2006-12-14 14:03:49 +0100 (Do, 14 Dez 2006) | 1 line

removed FIXUP state. added check for channel allocation conflict when we create a setup while the other site creates a setup on the same channel, besides the check we resolve this conflict.
........
r48552 | crichter | 2006-12-18 11:19:39 +0100 (Mo, 18 Dez 2006) | 1 line

when our PTP Partner sends us a SETUP with a preselected channel we just accept it, even when we're NT. added some checks for segfaults.
........
r48576 | crichter | 2006-12-19 14:08:51 +0100 (Di, 19 Dez 2006) | 1 line

when we reject a channel, because it's in use already, we shouldn't process the setup anymore. made the channel allocation a bit easier and more understandable, removed a few unused lines
........
r49135 | crichter | 2007-01-02 11:07:22 +0100 (Di, 02 Jan 2007) | 1 line

added check for channel ranges in the set/empty channel functions. set pmp_l1_check default to no. added misdn restart pid cli command. added cleaning of channel when we send a RELEASE_COMPLETE.
........
r49303 | crichter | 2007-01-03 09:24:00 +0100 (Mi, 03 Jan 2007) | 9 lines

* Added check for bridging in misdn_call to avoid setting echocancellation
  when 2 mISDN channels are involved and when bridging is set. That lead
  to a kernel panic before under different situations, because we switched
  about 2 times between hardware bridging and echocancelation
* readded MISDN_URATE variable which got lost before, this should make app_v110
  work again
* fixed typo

........

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

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

16 years agoMerged revisions 47989 via svnmerge from
Christian Richter [Wed, 3 Jan 2007 11:03:57 +0000 (11:03 +0000)]
Merged revisions 47989 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r47989 | crichter | 2006-11-24 16:46:13 +0100 (Fr, 24 Nov 2006) | 9 lines

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

........
r47968 | crichter | 2006-11-23 17:10:23 +0100 (Do, 23 Nov 2006) | 1 line

fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some loglevels. changed the default value of block_on_alarm
........

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

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

16 years agoMerged revisions 49282 via svnmerge from
Kevin P. Fleming [Wed, 3 Jan 2007 03:28:12 +0000 (03:28 +0000)]
Merged revisions 49282 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49282 | kpfleming | 2007-01-02 21:21:25 -0600 (Tue, 02 Jan 2007) | 2 lines

various Makefile improvements to get chan_vpb (and any other C++ modules) to build properly

........

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

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

........
r49259 | file | 2007-01-02 20:19:53 -0500 (Tue, 02 Jan 2007) | 2 lines

Check pvt structure presence before passing to send_command. This gets rid of the irritating message about a packet without pvt structure. This happens because the scheduled item is getting cancelled at almost the exact moment it is getting executed.

........

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

16 years agoMerged revisions 49237 via svnmerge from
Steve Murphy [Tue, 2 Jan 2007 22:43:36 +0000 (22:43 +0000)]
Merged revisions 49237 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49237 | murf | 2007-01-02 15:30:53 -0700 (Tue, 02 Jan 2007) | 1 line

This is a slight modification to Josh's edits for #8579; both files edited were the produced by flex; so the source files need to be changed instead, and the generated files regenerated.
........

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

16 years agoRemoving propably accidentally added debug messages sent to verbose channel
Olle Johansson [Tue, 2 Jan 2007 20:02:37 +0000 (20:02 +0000)]
Removing propably accidentally added debug messages sent to verbose channel

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

16 years agoMerged revisions 49212 via svnmerge from
Olle Johansson [Tue, 2 Jan 2007 20:01:34 +0000 (20:01 +0000)]
Merged revisions 49212 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49212 | oej | 2007-01-02 20:58:45 +0100 (Tue, 02 Jan 2007) | 2 lines

Small cleanup of add_t38sdp - it's always enabled at that point in the code

........

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

16 years agoBlocked revisions 49189 via svnmerge
Jason Parker [Tue, 2 Jan 2007 17:33:53 +0000 (17:33 +0000)]
Blocked revisions 49189 via svnmerge

........
r49189 | qwell | 2007-01-02 11:33:02 -0600 (Tue, 02 Jan 2007) | 2 lines

Allow fractions of a second in the Wait() application, like it says it allows.

........

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

16 years agoTweak description text to match new functionality (Issue 7959)
Tilghman Lesher [Tue, 2 Jan 2007 17:04:08 +0000 (17:04 +0000)]
Tweak description text to match new functionality (Issue 7959)

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

16 years agoMerged revisions 49165 via svnmerge from
Kevin P. Fleming [Tue, 2 Jan 2007 14:01:20 +0000 (14:01 +0000)]
Merged revisions 49165 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49165 | kpfleming | 2007-01-02 07:59:44 -0600 (Tue, 02 Jan 2007) | 2 lines

remove comment that is unrelated to this function

........

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

16 years agoUpdate sample config
Olle Johansson [Tue, 2 Jan 2007 13:50:51 +0000 (13:50 +0000)]
Update sample config

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

16 years agoMerged revisions 49102 via svnmerge from
Kevin P. Fleming [Mon, 1 Jan 2007 23:43:43 +0000 (23:43 +0000)]
Merged revisions 49102 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49102 | kpfleming | 2007-01-01 17:34:35 -0600 (Mon, 01 Jan 2007) | 2 lines

check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version)

........

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

16 years agoGNU make already knows what the current directory is, there is no need to use 'pwd'
Kevin P. Fleming [Mon, 1 Jan 2007 22:59:01 +0000 (22:59 +0000)]
GNU make already knows what the current directory is, there is no need to use 'pwd'

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

16 years agoMerged revisions 49098-49099 via svnmerge from
Kevin P. Fleming [Mon, 1 Jan 2007 22:49:56 +0000 (22:49 +0000)]
Merged revisions 49098-49099 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49098 | kpfleming | 2007-01-01 16:08:24 -0600 (Mon, 01 Jan 2007) | 2 lines

revert this change until a better solution can be found... 'env -i' was not being used properly, but even when changed to do so, this process fails during cross-compilation because the menuselect build still sees 'CC' as set to the cross-compiler

........
r49099 | kpfleming | 2007-01-01 16:48:03 -0600 (Mon, 01 Jan 2007) | 2 lines

use a simpler (and portable) method to ensure that menuselect is built as a host binary

........

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

16 years agoBlock cleanup of release branch
Olle Johansson [Mon, 1 Jan 2007 20:16:33 +0000 (20:16 +0000)]
Block cleanup of release branch

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

16 years agoDoxygen documentationification
Olle Johansson [Mon, 1 Jan 2007 20:08:47 +0000 (20:08 +0000)]
Doxygen documentationification

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

16 years agoFix manager too.
Olle Johansson [Mon, 1 Jan 2007 19:52:22 +0000 (19:52 +0000)]
Fix manager too.

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

16 years ago- Add error handling to ast_parse_allow_disallow
Olle Johansson [Mon, 1 Jan 2007 19:48:31 +0000 (19:48 +0000)]
- Add error handling to ast_parse_allow_disallow
- Use this in chan_sip configuration parsing

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

16 years ago- Implement error handling in ast_append_ha
Olle Johansson [Mon, 1 Jan 2007 19:20:46 +0000 (19:20 +0000)]
- Implement error handling in ast_append_ha
- Use this in chan_sip
- Document ha functions in acl.c

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

16 years agocount is no longer used in the iaxq structure really so let's just make this a static...
Joshua Colp [Sun, 31 Dec 2006 19:15:23 +0000 (19:15 +0000)]
count is no longer used in the iaxq structure really so let's just make this a statically declared linked list.

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

16 years agoUpdate CHANGES, make section about SIP. This might be a good way to handle
Olle Johansson [Sun, 31 Dec 2006 09:38:27 +0000 (09:38 +0000)]
Update CHANGES, make section about SIP. This might be a good way to handle
other parts of this file too, as it grows.

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

16 years agoAdded some docs
Olle Johansson [Sun, 31 Dec 2006 09:34:11 +0000 (09:34 +0000)]
Added some docs

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

16 years agoAdd version number to useragent string - Issue #8700, blanchet - THANKS!
Olle Johansson [Sun, 31 Dec 2006 09:31:23 +0000 (09:31 +0000)]
Add version number to useragent string - Issue #8700, blanchet - THANKS!

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

16 years agoAdd power and right/left shift functions (Issue 7959)
Tilghman Lesher [Sun, 31 Dec 2006 05:20:18 +0000 (05:20 +0000)]
Add power and right/left shift functions (Issue 7959)

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

16 years ago1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
Tilghman Lesher [Sun, 31 Dec 2006 04:54:20 +0000 (04:54 +0000)]
1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
2. Rename 'minmessage' to 'minsecs' for parity.
3. Make 'maxsecs' a per-user option, in addition to global.
(Issue # 8624)

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

16 years agoMerged revisions 49073 via svnmerge from
Joshua Colp [Sat, 30 Dec 2006 18:32:31 +0000 (18:32 +0000)]
Merged revisions 49073 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49073 | file | 2006-12-30 13:31:17 -0500 (Sat, 30 Dec 2006) | 2 lines

IAX has been deprecated for quite some time so we had better use IAX2 when creating the dial string for users. (issue #8697 reported by ssokol)

........

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

16 years agoClarify why we are reading in a frame in the Packet2Packet bridge.
Joshua Colp [Sat, 30 Dec 2006 18:27:13 +0000 (18:27 +0000)]
Clarify why we are reading in a frame in the Packet2Packet bridge.

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

16 years agoBlocked revisions 49070 via svnmerge
Joshua Colp [Sat, 30 Dec 2006 18:22:54 +0000 (18:22 +0000)]
Blocked revisions 49070 via svnmerge

........
r49070 | file | 2006-12-30 13:19:57 -0500 (Sat, 30 Dec 2006) | 2 lines

Use asprintf to build the channel names instead of custom function. I believe the custom function is doing some things that are not portable across all implementations. (issue #8570 reported by hterag & issue #8692 reported by nicolasg)

........

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

16 years agonow that the 'languageprefix' option defaults to 'on', and all channels have a defaul...
Kevin P. Fleming [Sat, 30 Dec 2006 13:27:38 +0000 (13:27 +0000)]
now that the 'languageprefix' option defaults to 'on', and all channels have a default language of 'en', let's install the English sound files into /var/lib/asterisk/sounds/en, just like the other languages

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

16 years agosmall formatting fix
Kevin P. Fleming [Sat, 30 Dec 2006 13:26:43 +0000 (13:26 +0000)]
small formatting fix

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

16 years agoMerged revisions 49066 via svnmerge from
Joshua Colp [Sat, 30 Dec 2006 05:49:17 +0000 (05:49 +0000)]
Merged revisions 49066 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49066 | file | 2006-12-30 00:46:57 -0500 (Sat, 30 Dec 2006) | 2 lines

If the Packet2Packet bridge is being broken because of a masquerade then attempt to read a frame in so the masquerade actually happens. Otherwise weirdness will occur. (issue #8696 reported by kjotte)

........

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

16 years agoInitialize obj pointers to NULL. Gets rid of two compiler warnings.
Joshua Colp [Sat, 30 Dec 2006 03:42:20 +0000 (03:42 +0000)]
Initialize obj pointers to NULL. Gets rid of two compiler warnings.

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

16 years agoMerged revisions 49063 via svnmerge from
Joshua Colp [Sat, 30 Dec 2006 03:40:42 +0000 (03:40 +0000)]
Merged revisions 49063 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49063 | file | 2006-12-29 22:37:22 -0500 (Fri, 29 Dec 2006) | 2 lines

Initialize the packet queue in load_module instead of just declaring the list with the default value. (issue #8695 reported by ssokol)

........

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

16 years agoMerged revisions 49061 via svnmerge from
Steve Murphy [Sat, 30 Dec 2006 00:51:07 +0000 (00:51 +0000)]
Merged revisions 49061 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49061 | murf | 2006-12-29 17:40:37 -0700 (Fri, 29 Dec 2006) | 1 line

A fix for 8661, where the CUT func needed to have comma args converted to vertical bars. I hope this change does little harm.
........

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

16 years agoConvert various comments to doxygen format.
Russell Bryant [Fri, 29 Dec 2006 13:25:07 +0000 (13:25 +0000)]
Convert various comments to doxygen format.

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

16 years agoRemoving extra output
Olle Johansson [Fri, 29 Dec 2006 11:02:28 +0000 (11:02 +0000)]
Removing extra output

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

16 years agoFix a spelling mistake in a comment.
Russell Bryant [Fri, 29 Dec 2006 06:26:53 +0000 (06:26 +0000)]
Fix a spelling mistake in a comment.

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

16 years agoMerged revisions 49046 via svnmerge from
Kevin P. Fleming [Fri, 29 Dec 2006 00:33:33 +0000 (00:33 +0000)]
Merged revisions 49046 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r49046 | kpfleming | 2006-12-28 18:32:59 -0600 (Thu, 28 Dec 2006) | 10 lines

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

........
r49045 | kpfleming | 2006-12-28 18:32:32 -0600 (Thu, 28 Dec 2006) | 2 lines

location of the bug posting guidelines has changed

........

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

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