Commit Graph

15790 Commits

Author SHA1 Message Date
Mark Michelson
7ac7889760 Blocked revisions 129734 via svnmerge
........
r129734 | mmichelson | 2008-07-10 15:33:13 -0500 (Thu, 10 Jul 2008) | 23 lines

Removed the fn2 field from the vm_state structure.

fn2 was used in three functions. In every case, it was initialized
in the function it was used in. This meant there was no need
to have it in a malloc'd structure just taking up space. Furthermore
two of the functions it was used in were completely unnecessary since
fn2 was set to exactly the same value as the vm_state's fn string.

fn2 was a char array sized at PATH_MAX. On my system, PATH_MAX is 
4096. This equates to a 4K memory savings per vm_state allocated. 
Since there is a vm_state malloc'd for every voicemail user on 
the system, this could potentially add up nicely if there are lots 
of users. In addition, a vm_state is allocated on the stack each 
time a caller calls the VoiceMailMain application, meaning that 
there is a significant stack savings with this patch too.

Of course, a single vm_state struct still takes up approximately
20K on my system (when using IMAP storage. Without IMAP storage,
there would be about another 300 bytes fewer usage), even with 
this removal. Further optimizations are probably possible, 
but most likely not as easy as this one.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 20:34:12 +00:00
Brett Bryant
f6f918d6a6 Merged revisions 129684 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129684 | bbryant | 2008-07-10 14:13:12 -0500 (Thu, 10 Jul 2008) | 8 lines

Fixes a bug where the interface for a queue member gets reloaded as the state_interface, if a state_interface was set, on reload because the 
state_interface isn't stored in the ast_db.

(closes issue #13043)
Reported by: jvandal
Patches:
      app_queue.patch uploaded by jvandal (license 413)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 19:14:24 +00:00
Sean Bright
03a55751dc Merged revisions 129642 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129642 | seanbright | 2008-07-10 14:19:17 -0400 (Thu, 10 Jul 2008) | 1 line

A couple more minor text changes
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 18:20:22 +00:00
Sean Bright
663c3a4f2e Merged revisions 129638 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129638 | seanbright | 2008-07-10 14:16:21 -0400 (Thu, 10 Jul 2008) | 1 line

Remove extraneous \n.  Pointed out by eliel on #asterisk-dev.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 18:18:07 +00:00
Michiel van Baak
2f642bc636 Blocked revisions 129581 via svnmerge
........
r129581 | mvanbaak | 2008-07-10 18:21:16 +0200 (Thu, 10 Jul 2008) | 8 lines

Remove deprecated 'show parkedcalls' CLI command

(closes issue #13038)
Reported by: eliel
Patches:
      finish.deprecate.patch uploaded by eliel (license 64)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 16:24:40 +00:00
Russell Bryant
f6adad7c52 Merged revisions 129569 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r129569 | russell | 2008-07-10 11:12:51 -0500 (Thu, 10 Jul 2008) | 11 lines

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

........
r129567 | russell | 2008-07-10 11:03:59 -0500 (Thu, 10 Jul 2008) | 3 lines

Note that pbx_spool.so is the module used for call files
(inspired by a question in #asterisk)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 16:13:09 +00:00
Sean Bright
aee532472b Blocked revisions 129506 via svnmerge
................
r129506 | seanbright | 2008-07-10 10:09:18 -0400 (Thu, 10 Jul 2008) | 9 lines

Blocked revisions 129505 via svnmerge

........
r129505 | seanbright | 2008-07-10 09:57:19 -0400 (Thu, 10 Jul 2008) | 2 lines

Update svn:ignore

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129507 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 14:09:52 +00:00
Sean Bright
27ab814e73 Merged revisions 129503 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129503 | seanbright | 2008-07-10 09:54:29 -0400 (Thu, 10 Jul 2008) | 2 lines

Update svn:ignore

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129504 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-10 13:56:10 +00:00
Mark Michelson
f68d786c86 Merged revisions 129437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r129437 | mmichelson | 2008-07-09 14:40:30 -0500 (Wed, 09 Jul 2008) | 21 lines

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

........
r129436 | mmichelson | 2008-07-09 14:32:20 -0500 (Wed, 09 Jul 2008) | 13 lines

Fix a problem where inbound rfc2833 audio would be sent to the 
core instead of being P2P bridged. When the core regenerated
the rfc2833 packet for the outbound leg, the SSRC would be different
than the RTP audio on the call leg causing DTMF detection issues on
the far end.

(closes issue #12955)
Reported by: tonyredstone
Patches:
      dynamic_rtp.patch uploaded by tsearle (license 373)
Tested by: tonyredstone


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-09 19:41:31 +00:00
Matthew Fredrickson
d00a013b44 Merged revisions 129399 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129399 | mattf | 2008-07-09 10:57:06 -0500 (Wed, 09 Jul 2008) | 1 line

Add Proceeding() application (#13025)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-09 16:01:49 +00:00
Sean Bright
b3ca68f90b Merged revisions 129344 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r129344 | seanbright | 2008-07-09 09:44:43 -0400 (Wed, 09 Jul 2008) | 12 lines

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

........
r129343 | seanbright | 2008-07-09 09:41:21 -0400 (Wed, 09 Jul 2008) | 4 lines

Look for the system installed awk instead of assuming it's at /usr/bin/awk.

Pointed out by jmls via #asterisk-dev.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-09 13:46:07 +00:00
Mark Michelson
a44c6c7dea Merged revisions 129270 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129270 | mmichelson | 2008-07-08 17:56:12 -0500 (Tue, 08 Jul 2008) | 3 lines

Fix compilation error when IMAP storage is enabled


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 22:56:55 +00:00
Mark Michelson
bd9887b558 Blocked revisions 129210 via svnmerge
................
r129210 | mmichelson | 2008-07-08 16:32:09 -0500 (Tue, 08 Jul 2008) | 10 lines

Blocked revisions 129208 via svnmerge

........
r129208 | mmichelson | 2008-07-08 16:31:51 -0500 (Tue, 08 Jul 2008) | 3 lines

Update documentation to have the correct option name


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 21:32:29 +00:00
Mark Michelson
87a53246fb Blocked revisions 129159 via svnmerge
................
r129159 | mmichelson | 2008-07-08 16:10:33 -0500 (Tue, 08 Jul 2008) | 21 lines

Blocked revisions 129158 via svnmerge

........
r129158 | mmichelson | 2008-07-08 16:09:10 -0500 (Tue, 08 Jul 2008) | 14 lines

Backport TCP-related timeouts to IMAP voicemail in 1.4
since it should solve bugs people are experiencing. Specifically,
there are times where communication with the IMAP server causes
system calls to block forever. If this should happen when querying
the mailbox so that chan_sip's do_monitor thread can send MWI to
a phone, it means that SIP calls cannot be processed any more.

The timeout options are outlined in doc/imapstorage.txt. Defaults
for the timeouts are sixty seconds.

(closes issue #12987)
Reported by: mthomasslo


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 21:16:31 +00:00
Brett Bryant
1b3cb408f5 Merged revisions 129156 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129156 | bbryant | 2008-07-08 16:00:01 -0500 (Tue, 08 Jul 2008) | 6 lines

Fix a bug in SRV lookups where dnsmgr would discard everything but the 
first SRV result from DNS before processing weights and priorities and 
dns_parse_answer wouldn't report that there were no records in DNS 
unless a failure occured. Also fixed a bug where dnsmgr_refresh would 
report that a entry was being changed when ast_gethostbyname had failed.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 21:04:56 +00:00
Tilghman Lesher
7d9d663991 Merged revisions 129152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r129152 | tilghman | 2008-07-08 15:30:29 -0500 (Tue, 08 Jul 2008) | 16 lines

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

........
r129149 | tilghman | 2008-07-08 15:27:47 -0500 (Tue, 08 Jul 2008) | 8 lines

Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is not
registered.
(closes issue #12885)
 Reported by: ibc
 Patches: 
       20080701__bug12885__2.diff.txt uploaded by Corydon76 (license 14)
 Tested by: ibc

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 20:31:43 +00:00
Tilghman Lesher
d42a2e914b Blocked revisions 129114 via svnmerge
........
r129114 | tilghman | 2008-07-08 15:17:08 -0500 (Tue, 08 Jul 2008) | 8 lines

Reduce length of time that 'asterisk -rx' waits.
(closes issue #13001)
 Reported by: eliel
 Patches: 
       20080708__bug13001.diff.txt uploaded by Corydon76 (license 14)
       20080708__bug13001.diff.txt.fixed uploaded by eliel (license 64)
 Tested by: Corydon76, eliel

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 20:17:45 +00:00
Tilghman Lesher
297ac91c79 Merged revisions 129048 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r129048 | tilghman | 2008-07-08 11:49:01 -0500 (Tue, 08 Jul 2008) | 15 lines

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

........
r129047 | tilghman | 2008-07-08 11:45:23 -0500 (Tue, 08 Jul 2008) | 7 lines

Timestamp decoding for video mini-frames is bogus, because the timestamp only
includes 15 bits, unlike voice frames, which contain a 16-bit timestamp.
(closes issue #13013)
 Reported by: jpgrayson
 Patches: 
       chan_iax2_unwrap_ts.patch uploaded by jpgrayson (license 492)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 16:50:29 +00:00
Brett Bryant
b065565bd4 Merged revisions 129045 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129045 | bbryant | 2008-07-08 11:40:28 -0500 (Tue, 08 Jul 2008) | 7 lines

Janitor project to convert sizeof to ARRAY_LEN macro.

(closes issue #13002)
Reported by: caio1982
Patches:
      janitor_arraylen5.diff uploaded by caio1982 (license 22)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 16:41:31 +00:00
Brett Bryant
bc6553eeec Merged revisions 127621 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r127621 | bbryant | 2008-07-02 17:16:29 -0500 (Wed, 02 Jul 2008) | 1 line

Update transport= in sip so that the option is not broken from a recent commit.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 14:43:30 +00:00
Brett Bryant
096d899b71 Merged revisions 127434 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r127434 | bbryant | 2008-07-02 12:27:36 -0500 (Wed, 02 Jul 2008) | 1 line

Fix to sip_parse_host so that it passes the correct information to sip_registry.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 14:42:03 +00:00
Russell Bryant
05d1cfc350 Merged revisions 129006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r129006 | russell | 2008-07-08 09:17:37 -0500 (Tue, 08 Jul 2008) | 9 lines

Update app_fax for better compatibility with spandsp 0.0.5.  Add a call to
t38_terminal_release, and make sure that the phase E handler gets called
with proper status.

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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 14:18:05 +00:00
Olle Johansson
9e194be89a Merged revisions 128951 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128951 | oej | 2008-07-08 12:02:12 +0200 (Tis, 08 Jul 2008) | 19 lines

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

........
r128950 | oej | 2008-07-08 11:52:21 +0200 (Tis, 08 Jul 2008) | 11 lines

Don't hangup the call if we can't resolve the Contact if there's a proxy
route set for the call.
----
This comment was added a while ago and today it hit me badly. 

/* OEJ: Possible issue that may need a check:
	If we have a proxy route between us and the device,
	should we care about resolving the contact
	or should we just send it?
*/

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 10:06:32 +00:00
Olle Johansson
91dd2f68bf Merged revisions 128927 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128927 | oej | 2008-07-08 11:26:37 +0200 (Tis, 08 Jul 2008) | 15 lines

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

........
r128912 | oej | 2008-07-08 11:06:08 +0200 (Tis, 08 Jul 2008) | 7 lines

Fix issues where repeated messages where ignored, but retransmitted reliably instead of unreliably.
Reported by: johan
Patches: 
      12746.txt uploaded by oej (license 306)
Tested by: johan
(issue #12746)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 09:28:56 +00:00
Olle Johansson
16664229b8 Blocking "sip show channelstats" from release candidate (as discussed on asterisk-dev).
Blocked revisions 128197 via svnmerge

........
r128197 | oej | 2008-07-05 21:27:42 +0200 (Lör, 05 Jul 2008) | 5 lines

Add new SIP cli command "sip show channelstats" that displays some QoS data (if we have RTCP reports
and not use the p2p rtp bridge). I could not find a way to detect us using the p2p bridge, which
would be nice.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 09:18:33 +00:00
Tilghman Lesher
2dc658b3b6 Merged revisions 128857 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128857 | tilghman | 2008-07-07 19:02:11 -0500 (Mon, 07 Jul 2008) | 15 lines

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

........
r128856 | tilghman | 2008-07-07 19:01:30 -0500 (Mon, 07 Jul 2008) | 7 lines

Check for non-NULL before stripping characters.
(closes issue #12954)
 Reported by: bfsworks
 Patches: 
       20080701__bug12954.diff.txt uploaded by Corydon76 (license 14)
 Tested by: deti

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-08 00:03:25 +00:00
Tilghman Lesher
bf9782a18c Merged revisions 128830 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128830 | tilghman | 2008-07-07 18:25:39 -0500 (Mon, 07 Jul 2008) | 10 lines

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

........
r128812 | tilghman | 2008-07-07 18:21:52 -0500 (Mon, 07 Jul 2008) | 2 lines

Stop using deprecated method, as requested by Kevin.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 23:47:24 +00:00
Russell Bryant
0b2f1a8975 Merged revisions 128796 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128796 | russell | 2008-07-07 17:42:30 -0500 (Mon, 07 Jul 2008) | 16 lines

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

........
r128795 | russell | 2008-07-07 17:41:48 -0500 (Mon, 07 Jul 2008) | 8 lines

Fix handling of when a pvt disappears.  Properly return the pvt locked
and don't hold the pvt lock while destroying the ast_channel.

(closes issue #13014)
Reported by: jpgrayson
Patches:
      chan_iax2_ast_iax2_new2.patch uploaded by jpgrayson (license 492)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 22:44:49 +00:00
Sean Bright
316061549c Merged revisions 128738 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128738 | seanbright | 2008-07-07 16:50:29 -0400 (Mon, 07 Jul 2008) | 17 lines

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

........
r128737 | seanbright | 2008-07-07 16:47:56 -0400 (Mon, 07 Jul 2008) | 9 lines

Remove spurious trailing whitespace from log messages and fix a spelling error
in a log message.

(closes issue #13017)
Reported by: jpgrayson
Patches:
      chan_iax2_space_after_newline.patch uploaded by jpgrayson (license 492)
      chan_iax2_spelling.patch uploaded by jpgrayson (license 492)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 20:51:48 +00:00
Mark Michelson
b372ba5e50 Merged revisions 128733 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128733 | mmichelson | 2008-07-07 15:30:46 -0500 (Mon, 07 Jul 2008) | 3 lines

Crap


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 20:31:07 +00:00
Mark Michelson
33ec19cebf Merged revisions 128731 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128731 | mmichelson | 2008-07-07 15:28:33 -0500 (Mon, 07 Jul 2008) | 7 lines

If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,
app_voicemail would attempt to play a file called vm-foo instead of playing
vm-INBOX to play the "new" sound file. This commit fixes that issue.

This may fix one of the problems reported in issue #12987


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 20:29:04 +00:00
Mark Michelson
1c094419c4 Blocked revisions 128690 via svnmerge
........
r128690 | mmichelson | 2008-07-07 12:34:06 -0500 (Mon, 07 Jul 2008) | 5 lines

Get app_voicemail compiling when IMAP storage is used.

Brought up by reporter on issue #12987


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 17:36:58 +00:00
Mark Michelson
959cf9cdee Merged revisions 128640 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r128640 | mmichelson | 2008-07-07 12:09:11 -0500 (Mon, 07 Jul 2008) | 18 lines

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

........
r128639 | mmichelson | 2008-07-07 12:02:28 -0500 (Mon, 07 Jul 2008) | 10 lines

By using the iaxdynamicthreadcount to identify a thread, it was possible
for thread identifiers to be duplicated. By using a globally-unique monotonically-
increasing integer, this is now avoided.

(closes issue #13009)
Reported by: jpgrayson
Patches:
      chan_iax2_dyn_threadnum.patch uploaded by jpgrayson (license 492)


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 17:10:14 +00:00
Mark Michelson
2fbb1c5b86 Merged revisions 128599 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128599 | mmichelson | 2008-07-07 09:35:27 -0500 (Mon, 07 Jul 2008) | 6 lines

Update a few instances of "extensions reload" to "dialplan reload"
in the documentation.

Patch provided by caio1982 (license 22)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128601 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 14:36:30 +00:00
Russell Bryant
8c095156bd Blocked revisions 128564 via svnmerge
........
r128564 | russell | 2008-07-07 06:53:52 -0500 (Mon, 07 Jul 2008) | 3 lines

As pointed out on the -dev list, actually use the result of find_peer() so that
a peer reference is not leaked.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 11:55:08 +00:00
Olle Johansson
175dc59c60 Blocked revisions 128525 via svnmerge
........
r128525 | oej | 2008-07-06 22:19:04 +0200 (Sön, 06 Jul 2008) | 7 lines

- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" and "tlsbindaddr".
  Note: I don't think we can start properly without UDP port open, that needs to be tested.

- Removing "bindport" from configuration example, not needed to mention this any more

I suggest we deprecate "bindaddr" and "bindport" in trunk (for 1.6.1)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 20:22:58 +00:00
Olle Johansson
781482ec4a Merged revisions 128524 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128524 | oej | 2008-07-06 22:11:37 +0200 (Sön, 06 Jul 2008) | 5 lines

- Fixing issues with "sip show settings"
- Adding IP address for TCP and/or TLS too if auto-domain is enabled and
  binding to a different IP address
- Fixing documentation in sip.conf.sample

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 20:22:09 +00:00
Olle Johansson
207b9c07e4 Merged revisions 128491 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128491 | oej | 2008-07-06 21:14:06 +0200 (Sön, 06 Jul 2008) | 3 lines

- Remove unused variable "expiry"
- Set global_outboundproxy.force at reload.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 19:56:10 +00:00
Olle Johansson
c6e18beaae Blocked revisions 128485 via svnmerge
........
r128485 | oej | 2008-07-06 20:25:39 +0200 (Sön, 06 Jul 2008) | 2 lines

More doxygen comments.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 18:26:44 +00:00
Olle Johansson
8353163bdd Blocked revisions 128455 via svnmerge
........
r128455 | oej | 2008-07-06 19:58:06 +0200 (Sön, 06 Jul 2008) | 4 lines

- Formatting changes
- Doxygen changes
- Replacing a doxygen description that was copied from another function

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 18:26:01 +00:00
Olle Johansson
ca9b0f89f7 Blocked revisions 128454 via svnmerge
........
r128454 | oej | 2008-07-06 19:45:43 +0200 (Sön, 06 Jul 2008) | 2 lines

Adding note about incorrect manager registration...

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 17:58:40 +00:00
Olle Johansson
ce784b9856 The following patch with references to t140red removed, since it only exists
in trunk.

Merged revisions 128417 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r128417 | oej | 2008-07-06 12:13:45 +0200 (Sön, 06 Jul 2008) | 3 lines

Adding documentation on the T.140 support in Asterisk. This is a function that we're
the reference implementation on now. :-)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 10:19:07 +00:00
Olle Johansson
532284317e Blocked revisions 128381 via svnmerge
........
r128381 | oej | 2008-07-06 10:43:08 +0200 (Sön, 06 Jul 2008) | 3 lines

Remove comments that doesn't make sense. The deprecation of type=user will come at a later stage,
as indicated by previous commit message

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128383 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 08:52:31 +00:00
Olle Johansson
8e98476573 Blocked revisions 128379 via svnmerge
........
r128379 | oej | 2008-07-06 10:32:11 +0200 (Sön, 06 Jul 2008) | 4 lines

Fix severe problem with my previous commit of "kill-the-user". Russell saw a problem with this
code, but not the correct problem. Thanks, anyway! ;-)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 08:43:31 +00:00
Olle Johansson
d18409c969 Blocked revisions 128378 via svnmerge
........
r128378 | oej | 2008-07-06 10:28:58 +0200 (Sön, 06 Jul 2008) | 3 lines

Changing name of global api call to ast_* 
My mistake, pointed out by Russell.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 08:32:43 +00:00
Olle Johansson
037268e890 Blocking patch that is not needed
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 08:20:09 +00:00
Olle Johansson
db353de824 Merged revisions 128343 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128343 | oej | 2008-07-06 10:10:27 +0200 (Sön, 06 Jul 2008) | 2 lines

Removing the CLI dumpdb command (see asterisk-dev discussion and decision)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 08:17:34 +00:00
Olle Johansson
a578766ab0 The todo's are not needed in 1.6 release candidate...
Blocked revisions 128294 via svnmerge

........
r128294 | oej | 2008-07-06 00:07:37 +0200 (Sön, 06 Jul 2008) | 2 lines

Adding a few reminders

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-05 22:09:52 +00:00
Olle Johansson
10aaad920e Merged revisions 128290 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128290 | oej | 2008-07-05 23:55:57 +0200 (Lör, 05 Jul 2008) | 5 lines

Adding doxygen comments to missing parts, moving some #define

...trying to get my head around the thoughts behind the TCP/TLS stuff
and figure out what needs to be done to make it useful...

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-05 22:04:19 +00:00
Olle Johansson
73c1f29476 Merged revisions 128287 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r128287 | oej | 2008-07-05 23:37:57 +0200 (Lör, 05 Jul 2008) | 3 lines

Adding TCP and TLS to "sip show settings". 
TLS needs to have one configuration per configured domain at some point.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-05 21:56:33 +00:00