Commit Graph

15030 Commits

Author SHA1 Message Date
Tilghman Lesher
3d35d8702d Merged revisions 111606 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111606 | tilghman | 2008-03-28 09:37:28 -0500 (Fri, 28 Mar 2008) | 11 lines

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

........
r111605 | tilghman | 2008-03-28 09:35:45 -0500 (Fri, 28 Mar 2008) | 3 lines

Update debugging text, since Valgrind eliminated the --log-file-exactly option.
(Closes issue #12320)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-28 14:38:18 +00:00
Joshua Colp
0ee953a249 Merged revisions 111565 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r111565 | file | 2008-03-27 21:55:47 -0300 (Thu, 27 Mar 2008) | 2 lines

Forgetting to unregister a manager action is bad, mmmk?

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-28 00:56:44 +00:00
Mark Michelson
ec8ef5229c Merged revisions 111533 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r111533 | mmichelson | 2008-03-27 19:12:52 -0500 (Thu, 27 Mar 2008) | 10 lines

Fix a crash that would happen when attempting to unload the app_queue module.

The problem was that when the refcount on the queue hit 0, the destructor was
called, and inside the destructor, another function was called which would increase
the refcount back to 1 again and then decrease it again back to 0 for every member
in the queue. This meant that the destructor was being recursively called, leading
to a double free of the queue. This is now fixed by making sure to unlink the
queue from the queues container prior to the final unref of the queue.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-28 00:17:17 +00:00
Terry Wilson
a850a9a13e Blocked revisions 111213 via svnmerge
........
r111213 | twilson | 2008-03-26 16:23:29 -0500 (Wed, 26 Mar 2008) | 2 lines

Stupid strcasecmp function :-)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 22:20:56 +00:00
Terry Wilson
c7c4e7a56a Blocked revisions 111500 via svnmerge
........
r111500 | twilson | 2008-03-27 17:10:25 -0500 (Thu, 27 Mar 2008) | 2 lines

Fix another little http problem.  In making it match coding guidelines, a comparison was dropped

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 22:18:10 +00:00
Steve Murphy
3a151beb5f Merged revisions 111497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r111497 | murf | 2008-03-27 15:25:55 -0600 (Thu, 27 Mar 2008) | 1 line

comment cleanup and iron out a really dumb mistake in handling the '.'-wildcard in the new exten pattern matcher.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 21:28:22 +00:00
Tilghman Lesher
8955b42372 Merged revisions 111443 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111443 | tilghman | 2008-03-27 14:26:45 -0500 (Thu, 27 Mar 2008) | 14 lines

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

........
r111442 | tilghman | 2008-03-27 14:23:12 -0500 (Thu, 27 Mar 2008) | 6 lines

For FreeBSD, at least, the ifa_addr element could be NULL.
(closes issue #12300)
 Reported by: festr
 Patches: 
       acl.c.patch uploaded by festr (license 443)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 19:30:42 +00:00
Steve Murphy
b218cc2c99 Merged revisions 111410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111410 | murf | 2008-03-27 07:29:41 -0600 (Thu, 27 Mar 2008) | 17 lines

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

........
r111391 | murf | 2008-03-27 07:03:28 -0600 (Thu, 27 Mar 2008) | 9 lines

These small documentation updates made in response to a query in
asterisk-users, where a user was using Playback, but needed the
features of Background, and had no idea that Background existed,
or that it might provide the features he needed. I thought the
best way to avert these kinds of queries was to provide "See Also"
references in all three of "Background", "Playback", "WaitExten".
Perhaps a project to do this with all related apps is in order.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 13:42:39 +00:00
Steve Murphy
c51c46ba7f Merged revisions 111360 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111360 | murf | 2008-03-26 22:47:12 -0600 (Wed, 26 Mar 2008) | 23 lines

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

........
r111341 | murf | 2008-03-26 21:21:05 -0600 (Wed, 26 Mar 2008) | 15 lines


(closes issue #12302)
Reported by: pj
Tested by: murf

These changes will set a channel variable ~~EXTEN~~ just before generating code
for a switch, with the value of ${EXTEN}. The exten is marked as having a switch, 
and ever after that, till the end of the exten, we substitute any ${EXTEN} 
with ${~~EXTEN~~} instead in application arguments; (and the ${EXTEN: also). 
The reason for this, is that because switches are coded using 
separate extensions to provide pattern matching, and
jumping to/from these switch extensions messes up the ${EXTEN} value, 
which blows the minds of users.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111361 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 05:16:26 +00:00
Jason Parker
d8e29021d9 Blocked revisions 111295 via svnmerge
........
r111295 | qwell | 2008-03-26 19:27:35 -0500 (Wed, 26 Mar 2008) | 1 line

But we can change the API here.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 00:36:46 +00:00
Jason Parker
efbdc039ab Merged revisions 111285 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111285 | qwell | 2008-03-26 19:25:56 -0500 (Wed, 26 Mar 2008) | 9 lines

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

........
r111280 | qwell | 2008-03-26 19:25:13 -0500 (Wed, 26 Mar 2008) | 1 line

Put this flag back so we don't change the API.
........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 00:26:58 +00:00
Jason Parker
e31fce1369 Merged revisions 111246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111246 | qwell | 2008-03-26 18:27:33 -0500 (Wed, 26 Mar 2008) | 17 lines

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

........
r111245 | qwell | 2008-03-26 18:26:33 -0500 (Wed, 26 Mar 2008) | 9 lines

Remove excessive smoother optimization that was causing audio glitches (small "pops")
 after (about 200ms later) an "incorrectly" sized frame was received.

While it would be very nice to keep this as optimized as possible, it makes no sense
 for the smoother to be dropping random bits of audio like this.  Isn't that the
 whole point of a smoother?

Closes issue #12093.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 23:28:00 +00:00
Tilghman Lesher
203f3ba522 Blocked revisions 111185 via svnmerge
........
r111185 | tilghman | 2008-03-26 15:34:05 -0500 (Wed, 26 Mar 2008) | 2 lines

Oops, missed one

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 20:34:45 +00:00
Tilghman Lesher
c6595f5201 Blocked revisions 111132 via svnmerge
........
r111132 | tilghman | 2008-03-26 14:58:09 -0500 (Wed, 26 Mar 2008) | 2 lines

Simplify new macro, simplify configfile logic, now that list is sorted

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 20:03:31 +00:00
Joshua Colp
c61c83eedb Merged revisions 111130 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111130 | file | 2008-03-26 16:56:40 -0300 (Wed, 26 Mar 2008) | 14 lines

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

........
r111129 | file | 2008-03-26 16:55:08 -0300 (Wed, 26 Mar 2008) | 6 lines

Update autosupport script.
(closes issue #12310)
Reported by: angler
Patches:
      autosupport.diff uploaded by angler (license 106)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:57:54 +00:00
Kevin P. Fleming
477bf823b0 Merged revisions 111127 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111127 | kpfleming | 2008-03-26 14:52:27 -0500 (Wed, 26 Mar 2008) | 18 lines

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

................
r111126 | kpfleming | 2008-03-26 14:51:24 -0500 (Wed, 26 Mar 2008) | 10 lines

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

........
r111125 | kpfleming | 2008-03-26 14:49:30 -0500 (Wed, 26 Mar 2008) | 2 lines

update UPGRADE notes to document usage of the script

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:53:12 +00:00
Mark Michelson
b0951fcb92 Merged revisions 111123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111123 | mmichelson | 2008-03-26 14:39:23 -0500 (Wed, 26 Mar 2008) | 12 lines

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

........
r111121 | mmichelson | 2008-03-26 14:37:36 -0500 (Wed, 26 Mar 2008) | 4 lines

This code change is made just for clarification. It does exactly
the same thing as before. It just doesn't look as wrong.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:41:24 +00:00
Joshua Colp
ff7deea0b5 Blocked revisions 111083 via svnmerge
........
r111083 | file | 2008-03-26 16:29:26 -0300 (Wed, 26 Mar 2008) | 4 lines

Add expiry value to the sip show subscriptions CLI command.
(closes issue #12025)
Reported by: agx

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:30:50 +00:00
Mark Michelson
2b6b4258cb Merged revisions 111067 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111067 | mmichelson | 2008-03-26 14:26:23 -0500 (Wed, 26 Mar 2008) | 17 lines

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

........
r111049 | mmichelson | 2008-03-26 14:22:16 -0500 (Wed, 26 Mar 2008) | 9 lines

Add a lock to the vm_state structure and use the lock around mail_open calls
to prevent concurrent access of the same mailstream. This, along with trunk's
ability to configure TCP timeouts for IMAP storage will help to prevent
crashes and hangs when using voicemail with IMAP storage.

(closes issue #10487)
Reported by: ewilhelmsen


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:27:10 +00:00
Tilghman Lesher
74a9e05d76 Blocked revisions 111036 via svnmerge
........
r111036 | tilghman | 2008-03-26 14:19:31 -0500 (Wed, 26 Mar 2008) | 2 lines

Add a linkedlist macro that maintains a sorted list

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:20:30 +00:00
Jason Parker
213cab59ec Blocked revisions 111028 via svnmerge
........
r111028 | qwell | 2008-03-26 14:16:31 -0500 (Wed, 26 Mar 2008) | 4 lines

Only try to detect silence when we actually need to, instead of...always.

If this is wrong, I'd love to hear why.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:16:54 +00:00
Jason Parker
5f0c300242 Blocked revisions 111022 via svnmerge
........
r111022 | qwell | 2008-03-26 14:05:51 -0500 (Wed, 26 Mar 2008) | 23 lines

Large cleanup of DSP code

Per comments from dimas:
1. The code now generates DTMF_BEGIN frames in addition to DTMF_END ones.

2. "quelching" rewritten - now each detector (MF/DTMF/generic tone) may mark fragment of a frame for suppression (squelching, muting) with a call to mute_fragment. Actual muting happens only once at the very end of ast_dsp_process where all marked fragments are zeroed. This way every detector sees original data in the frame without any piece of a frame being zeroed by a detector which was run before.

3. DTMF detector tries to "mute" one block before and one block after the block where actual tone was detected. Muting of previois block is something new for this patch. Obviously this operation is not always possible - if current frame does not contain data for previous block - it is too late. But at least we make our best.
Muting of next block was already done by the old code but it only affects part of the next block which is in the frame being processed. New code keeps this information in state structures so it will mute proper number of samples in the next frame(s) too.

4. Removed ast_dsp_digitdetect and ast_dsp_getdigits APIs because these are not used.

5. DSP API extended a bit - ast_dsp_was_muted() function added which returns true if DSP code was muting any fragment in the last frame. chan_zap uses this function to decide it needs to turn on confmute on the channel.
This is to replace AST_FRAME_DTMF 'm'/'u' (mute/unmute) functionality.


(closes issue #11968)
Reported by: dimas
Patches:
      v2-11968-dsp.patch uploaded by dimas (license 88)
      v4-11968-zap.patch uploaded by dimas (license 88)
Tested by: dimas, qwell

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:09:01 +00:00
Kevin P. Fleming
7d84d643e0 Merged revisions 111025 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111025 | kpfleming | 2008-03-26 14:08:00 -0500 (Wed, 26 Mar 2008) | 18 lines

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

................
r111024 | kpfleming | 2008-03-26 14:06:56 -0500 (Wed, 26 Mar 2008) | 10 lines

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

........
r111019 | kpfleming | 2008-03-26 13:58:37 -0500 (Wed, 26 Mar 2008) | 2 lines

add a script to make getting the iLBC source code simple for end users

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:08:22 +00:00
Joshua Colp
6506b05636 Merged revisions 111021 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111021 | file | 2008-03-26 16:05:42 -0300 (Wed, 26 Mar 2008) | 12 lines

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

........
r111020 | file | 2008-03-26 16:04:35 -0300 (Wed, 26 Mar 2008) | 4 lines

If we are requested to authenticate a reinvite make sure that it contains T38 SDP if need be.
(closes issue #11995)
Reported by: fall

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 19:06:49 +00:00
Joshua Colp
838e70cdfa Merged revisions 111017 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r111017 | file | 2008-03-26 15:42:52 -0300 (Wed, 26 Mar 2008) | 12 lines

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

........
r110628 | file | 2008-03-25 11:37:35 -0300 (Tue, 25 Mar 2008) | 4 lines

Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
(closes issue #10058)
Reported by: tracinet

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111018 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 18:44:32 +00:00
Tilghman Lesher
c9b2181168 Blocked revisions 111012-111013 via svnmerge
........
r111012 | tilghman | 2008-03-26 13:39:06 -0500 (Wed, 26 Mar 2008) | 3 lines

Add the "config reload <conffile>" command, which allows you to tell Asterisk
to reload any file that references a given configuration file.

........
r111013 | tilghman | 2008-03-26 13:41:27 -0500 (Wed, 26 Mar 2008) | 2 lines

Oops, fix this, too

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 18:42:31 +00:00
Kevin P. Fleming
28154344e7 Merged revisions 110963 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110963 | kpfleming | 2008-03-26 12:44:09 -0500 (Wed, 26 Mar 2008) | 10 lines

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

........
r110962 | kpfleming | 2008-03-26 12:43:02 -0500 (Wed, 26 Mar 2008) | 2 lines

add note that the user will need to enable codec_ilbc to get it to build

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 17:44:35 +00:00
Donny Kavanagh
ea128d010a Merged revisions 110911 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110911 | juggie | 2008-03-26 13:24:54 -0400 (Wed, 26 Mar 2008) | 8 lines

update documentation to reflect the changes in the way configure detects net-snmp.

(closes issue #12067)
Reported by: juggie
Patches:
      12067_snmp_doc.patch uploaded by juggie (license 24)
Tested by: juggie

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 17:35:25 +00:00
Kevin P. Fleming
085ef90375 Merged revisions 110881 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110881 | kpfleming | 2008-03-26 10:10:28 -0700 (Wed, 26 Mar 2008) | 18 lines

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

................
r110880 | kpfleming | 2008-03-26 09:42:35 -0700 (Wed, 26 Mar 2008) | 10 lines

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

........
r110869 | kpfleming | 2008-03-26 08:53:46 -0700 (Wed, 26 Mar 2008) | 2 lines

due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 17:15:06 +00:00
Joshua Colp
fbe5770d1d Merged revisions 110726 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110726 | jpeeler | 2008-03-25 17:02:57 -0300 (Tue, 25 Mar 2008) | 2 lines

This one line change makes an if inside a for loop (in realtime_peer) check all the ast_variables the loop was intending to test rather than just the first one.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 15:33:21 +00:00
Joshua Colp
f0320a42b9 Blocked revisions 110639 via svnmerge
........
r110639 | mmichelson | 2008-03-25 12:44:01 -0300 (Tue, 25 Mar 2008) | 3 lines

Oops here too. I need to stop coding for a while...


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 15:31:28 +00:00
Mark Michelson
4cd89a7e8f Merged revisions 110831 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110831 | mmichelson | 2008-03-25 19:02:31 -0500 (Tue, 25 Mar 2008) | 6 lines

This ensures that the manager interface is not enabled by default. Prior to this
change, it was possible to start Asterisk with the manager interface enabled, then
either comment out the enabled option or make manager.conf unopenable and the manager
interface would still be enabled.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 00:03:12 +00:00
Jason Parker
ac941589fe Merged revisions 110780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110780 | qwell | 2008-03-25 17:51:55 -0500 (Tue, 25 Mar 2008) | 14 lines

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

........
r110779 | qwell | 2008-03-25 17:51:17 -0500 (Tue, 25 Mar 2008) | 6 lines

Make file access in cdr_custom similar to cdr_csv.

Fixes issue #12268.

Patch borrowed from r82344

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110781 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 22:52:24 +00:00
Jeff Peeler
e9f4445378 This one line change makes an if inside a for loop (in realtime_peer) check all the ast_variables the loop was intending to test rather than just the first one.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 22:11:03 +00:00
Tilghman Lesher
362eda6282 Merged revisions 110691 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110691 | tilghman | 2008-03-25 12:46:34 -0500 (Tue, 25 Mar 2008) | 6 lines

Update sample configurations to make virtual hosting more obvious.
(closes issue #11969)
 Reported by: pprindeville
 Patches: 
       acme-virtualpbx.1.6.patch uploaded by pprindeville (license 347)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110692 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 17:47:41 +00:00
Tilghman Lesher
46d5e9c5c9 Merged revisions 110689 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110689 | tilghman | 2008-03-25 12:40:28 -0500 (Tue, 25 Mar 2008) | 6 lines

Update the sample configuration, to use Macro less (since it's now deprecated).
(closes issue #12293)
 Reported by: pprindeville
 Patches: 
       bugid-0012293.1.6.patch uploaded by pprindeville (license 347)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 17:41:20 +00:00
Mark Michelson
913e19eb60 Oops.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 15:43:24 +00:00
Mark Michelson
6f5612a7b0 Merged revisions 110636 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110636 | mmichelson | 2008-03-25 10:41:33 -0500 (Tue, 25 Mar 2008) | 15 lines

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

........
r110635 | mmichelson | 2008-03-25 10:40:33 -0500 (Tue, 25 Mar 2008) | 7 lines

When reverting a commit, I accidentally left in this bit which was an experiment
to see what would happen. It passed the compile test, and I didn't notice I had
left this change in too.

So this is a revert of a revert...sort of.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 15:42:50 +00:00
Joshua Colp
ffde763e29 Blocked revisions 110625 via svnmerge
........
r110625 | oej | 2008-03-25 07:54:07 -0300 (Tue, 25 Mar 2008) | 6 lines

Use the "Server" header when responding to SIP requests.
(closes issue #12278)
Reported by: rjain
Patches: 
      chan_sip.c.diff uploaded by rjain (license 226)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 15:39:31 +00:00
Joshua Colp
deb2cfeb5f Blocked revisions 110444 via svnmerge
........
r110444 | tilghman | 2008-03-20 22:44:38 -0300 (Thu, 20 Mar 2008) | 2 lines

Add note of the added Directory options, from commit 110237 (closes issue #7151)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110633 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 15:26:38 +00:00
Joshua Colp
9abb24214c Blocked revisions 110631 via svnmerge
........
r110631 | file | 2008-03-25 12:18:41 -0300 (Tue, 25 Mar 2008) | 4 lines

Add a special dialplan variable to chan_sip which will cause an audio file to be played upon completion of an attended transfer.
(closes issue #9239)
Reported by: sunder

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110632 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 15:20:23 +00:00
Joshua Colp
be093c0508 Merged revisions 110629 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110629 | file | 2008-03-25 11:39:45 -0300 (Tue, 25 Mar 2008) | 12 lines

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

........
r110628 | file | 2008-03-25 11:37:35 -0300 (Tue, 25 Mar 2008) | 4 lines

Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
(closes issue #10058)
Reported by: tracinet

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-25 14:42:35 +00:00
Mark Michelson
4b6fe33940 Blocked revisions 110621 via svnmerge
........
r110621 | mmichelson | 2008-03-24 15:14:07 -0500 (Mon, 24 Mar 2008) | 11 lines

Remove the "Event: registration" header from Asterisk-generated
SIP REGISTER requests. rjain points out that RFC 3265 specifies
that the Event: header is not a valid header for REGISTER requests
and that the "registration" value is not defined at IANA.

(closes issue #12279)
Reported by: rjain
Patches:
      chan_sip.c.diff uploaded by rjain (license 226)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-24 20:14:28 +00:00
Mark Michelson
1a433add7a Merged revisions 110619 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110619 | mmichelson | 2008-03-24 14:19:37 -0500 (Mon, 24 Mar 2008) | 23 lines

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

........
r110618 | mmichelson | 2008-03-24 14:17:41 -0500 (Mon, 24 Mar 2008) | 15 lines

This is a revert for revision 108288. The reason is that that revision
was not for an actual bug fix per se, and so it really should not have been in 1.4 in
the first place. Plus, people who compile with DO_CRASH are more likely
to encounter a crash due to this change. While I think the usage of DO_CRASH
in ast_sched_del is a bit absurd, this sort of change is beyond the scope of 1.4
and should be done instead in a developer branch based on trunk 
so that all scheduler functions are fixed at once.

I also am reverting the change to trunk and 1.6 since they also suffer from
the DO_CRASH potential.

(closes issue #12272)
Reported by: qq12345


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-24 19:20:30 +00:00
Russell Bryant
1ed7dc48f3 Merged revisions 110615 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110615 | russell | 2008-03-24 12:36:04 -0500 (Mon, 24 Mar 2008) | 10 lines

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

........
r110614 | russell | 2008-03-24 12:34:56 -0500 (Mon, 24 Mar 2008) | 2 lines

Turn a NOTICE into a DEBUG message.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-24 17:36:23 +00:00
Joshua Colp
00bf34e216 Merged revisions 110610 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110610 | file | 2008-03-24 12:28:25 -0300 (Mon, 24 Mar 2008) | 6 lines

Only print out the set_address_from_contact host verbose message if debugging is enabled on the dialog.
(closes issue #12280)
Reported by: rjain
Patches:
      chan_sip.c.diff uploaded by rjain (license 226)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-24 15:29:38 +00:00
Jason Parker
5519fd72b9 Merged revisions 110578 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110578 | qwell | 2008-03-21 16:52:06 -0500 (Fri, 21 Mar 2008) | 1 line

Update to 1.4.11 core sounds.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-21 21:52:47 +00:00
Joshua Colp
dbd1692779 Blocked revisions 110542 via svnmerge
........
r110542 | file | 2008-03-21 14:58:59 -0300 (Fri, 21 Mar 2008) | 2 lines

Merge over ast_audiohook_volume branch. This adds API calls for use by developers to adjust the volume on a channel.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-21 18:00:06 +00:00
Russell Bryant
6aa9c04ee9 Merged revisions 110499 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r110499 | russell | 2008-03-21 10:24:43 -0500 (Fri, 21 Mar 2008) | 3 lines

Note that the TCP and TLS support is currently considered experimental and
is subject to change while we work out the remaining issues.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-21 15:25:06 +00:00
Jason Parker
57d3a27f1b Merged revisions 110475 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r110475 | qwell | 2008-03-21 09:36:17 -0500 (Fri, 21 Mar 2008) | 15 lines

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

........
r110474 | qwell | 2008-03-21 09:32:52 -0500 (Fri, 21 Mar 2008) | 7 lines

Don't attempt to do optimizations of gsm on mips platforms either.

(closes issue #12270)
Reported by: zandbelt
Patches:
      026-gsm-mips.patch uploaded by zandbelt (license 33)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-21 14:36:43 +00:00