asterisk/asterisk.git
17 years agomISDN mqueue is now head, not a branch anymore
Christian Richter [Fri, 10 Mar 2006 14:37:30 +0000 (14:37 +0000)]
mISDN mqueue is now head, not a branch anymore

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

17 years agoIssue #5937 - Make sure that SIP CANCEL's are retransmitted properly
Olle Johansson [Fri, 10 Mar 2006 12:18:00 +0000 (12:18 +0000)]
Issue #5937 - Make sure that SIP CANCEL's are retransmitted properly
Importing revision 12495 from 1.2 with changes for svn trunk

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

17 years agoImplement enum for retransmit options to various functions.
Olle Johansson [Fri, 10 Mar 2006 12:13:05 +0000 (12:13 +0000)]
Implement enum for retransmit options to various functions.

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

17 years agoDoxygen fixes (we renamed a lot of README's recently)
Olle Johansson [Fri, 10 Mar 2006 10:41:34 +0000 (10:41 +0000)]
Doxygen fixes (we renamed a lot of README's recently)

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

17 years agoUpdate the readme with AstriBank and mISDN support
Olle Johansson [Fri, 10 Mar 2006 10:38:12 +0000 (10:38 +0000)]
Update the readme with AstriBank and mISDN support

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

17 years agoDoxygen reformatting
Olle Johansson [Fri, 10 Mar 2006 10:28:08 +0000 (10:28 +0000)]
Doxygen reformatting

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

17 years agoMinor typo fix
Mark Spencer [Thu, 9 Mar 2006 21:02:58 +0000 (21:02 +0000)]
Minor typo fix

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

17 years agoadded option to change the connected party number dialplan (ton)
Christian Richter [Thu, 9 Mar 2006 18:01:27 +0000 (18:01 +0000)]
added option to change the connected party number dialplan (ton)

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

17 years agoSupport SIP_CODEC channel variable for early media. (Imported from 1.2, with a small
Olle Johansson [Thu, 9 Mar 2006 17:41:38 +0000 (17:41 +0000)]
Support SIP_CODEC channel variable for early media. (Imported from 1.2, with a small
change for const char* channel variables)

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

17 years agoMake sure we clear our sched value before we actually schedule the
Mark Spencer [Thu, 9 Mar 2006 12:28:07 +0000 (12:28 +0000)]
Make sure we clear our sched value before we actually schedule the
dereg.

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

17 years agoallows the table field to be configurable for
Matt O'Gorman [Wed, 8 Mar 2006 22:12:20 +0000 (22:12 +0000)]
allows the table field to be configurable for
cdr_tds.conf.  patch provided by bug 6629 with
minor change.

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

17 years agoFormatting fix.
Olle Johansson [Wed, 8 Mar 2006 20:42:47 +0000 (20:42 +0000)]
Formatting fix.

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

17 years agominor typo in UPGRADE.txt bug number 6679
Matt O'Gorman [Wed, 8 Mar 2006 18:52:55 +0000 (18:52 +0000)]
minor typo in UPGRADE.txt bug number 6679

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

17 years ago- Doxygen formatting
Olle Johansson [Wed, 8 Mar 2006 17:41:03 +0000 (17:41 +0000)]
- Doxygen formatting

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

17 years agoIssue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev 12458)
Olle Johansson [Wed, 8 Mar 2006 10:54:40 +0000 (10:54 +0000)]
Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev 12458)

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

17 years agoSet SIPDOMAIN on 302 redirects.
Olle Johansson [Wed, 8 Mar 2006 08:36:40 +0000 (08:36 +0000)]
Set SIPDOMAIN on 302 redirects.

This way you can catch 302 redirects in the dial plan and see if
the redirect is to a local extension or a remote URI.

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

17 years agoadded show globals and set global from oej's patch
Matt O'Gorman [Tue, 7 Mar 2006 22:57:52 +0000 (22:57 +0000)]
added show globals and set global from oej's patch
bug 6506

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

17 years agoIssue #6627 - Don't reset port number of active peers at reload
Olle Johansson [Tue, 7 Mar 2006 20:47:24 +0000 (20:47 +0000)]
Issue #6627 - Don't reset port number of active peers at reload

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

17 years agofixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr
Christian Richter [Tue, 7 Mar 2006 19:34:23 +0000 (19:34 +0000)]
fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr

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

17 years agoDoxygen changes
Olle Johansson [Tue, 7 Mar 2006 17:55:33 +0000 (17:55 +0000)]
Doxygen changes

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

17 years agowhen receiving disconnect with inband info, we don't send release immediately, we...
Christian Richter [Tue, 7 Mar 2006 12:17:35 +0000 (12:17 +0000)]
when receiving disconnect with inband info, we don't send release immediately, we also don't inform asterisk with hangup or congestion, since we want to hear the inband message.

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

17 years agoadded misdn port down to send a L1 Deactivate to a NT Port. changed some default...
Christian Richter [Tue, 7 Mar 2006 11:16:56 +0000 (11:16 +0000)]
added misdn port down to send a L1 Deactivate to a NT Port. changed some default values regarding jitterbuffer.

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

17 years agoadded a bit more detailed description for the echotraining parameter, also changed...
Christian Richter [Tue, 7 Mar 2006 11:08:09 +0000 (11:08 +0000)]
added a bit more detailed description for the echotraining parameter, also changed the default from 1 to 2000. The default for the upper_threshold is now 0

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

17 years agoAdd accountcode to sip_peer dialplan function
Olle Johansson [Tue, 7 Mar 2006 09:57:22 +0000 (09:57 +0000)]
Add accountcode to sip_peer dialplan function

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

17 years agoBug 5702 - Realtime patch for meetme
Tilghman Lesher [Tue, 7 Mar 2006 01:12:09 +0000 (01:12 +0000)]
Bug 5702 - Realtime patch for meetme

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

17 years agoMerged revisions 12195 via svnmerge from
Tilghman Lesher [Tue, 7 Mar 2006 00:07:27 +0000 (00:07 +0000)]
Merged revisions 12195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r12195 | tilghman | 2006-03-06 18:05:27 -0600 (Mon, 06 Mar 2006) | 2 lines

Bug 6020 - Race condition where packet could be lost if first packet on list is acked

........

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

17 years agoOops, didn't get the right meaning of what keywords is supposed to be
Tilghman Lesher [Mon, 6 Mar 2006 23:45:37 +0000 (23:45 +0000)]
Oops, didn't get the right meaning of what keywords is supposed to be

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

17 years agoBug 4489 - Jukebox AGI
Tilghman Lesher [Mon, 6 Mar 2006 23:39:39 +0000 (23:39 +0000)]
Bug 4489 - Jukebox AGI

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

17 years agoBug 6304 - Add Park command to the manager interface
Tilghman Lesher [Mon, 6 Mar 2006 23:12:48 +0000 (23:12 +0000)]
Bug 6304 - Add Park command to the manager interface

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

17 years agoMerged revisions 12161 via svnmerge from
Tilghman Lesher [Mon, 6 Mar 2006 23:04:56 +0000 (23:04 +0000)]
Merged revisions 12161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r12161 | tilghman | 2006-03-06 17:03:54 -0600 (Mon, 06 Mar 2006) | 2 lines

Bug 6664 - More fixes for Solaris

........

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

17 years agoBug 6195 - Deadlock solution by Matti
Tilghman Lesher [Mon, 6 Mar 2006 21:16:25 +0000 (21:16 +0000)]
Bug 6195 - Deadlock solution by Matti

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

17 years agoIssue #6659 - bad syntax in the Asterisk mib (fix by tholo)
Olle Johansson [Mon, 6 Mar 2006 18:47:43 +0000 (18:47 +0000)]
Issue #6659 - bad syntax in the Asterisk mib (fix by tholo)

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

17 years agoAdd credit for the poll.c emulation layer for BSD
Olle Johansson [Mon, 6 Mar 2006 18:43:10 +0000 (18:43 +0000)]
Add credit for the poll.c emulation layer for BSD

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

17 years agoBlocking patch for ast_strundup in 1.2
Olle Johansson [Mon, 6 Mar 2006 14:27:48 +0000 (14:27 +0000)]
Blocking patch for ast_strundup in 1.2

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

17 years agoMake astmm compile (imported from 1.2)
Olle Johansson [Mon, 6 Mar 2006 11:11:11 +0000 (11:11 +0000)]
Make astmm compile (imported from 1.2)

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

17 years agoRevert, needs to be fixed in 1.2 first
Olle Johansson [Mon, 6 Mar 2006 11:03:08 +0000 (11:03 +0000)]
Revert, needs to be fixed in 1.2 first

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

17 years agoFix compilation with astmm
Olle Johansson [Mon, 6 Mar 2006 11:02:12 +0000 (11:02 +0000)]
Fix compilation with astmm

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

17 years agoPortability issue - make stringfields work on FreeBSD 4.x (oej/rizzo)
Olle Johansson [Mon, 6 Mar 2006 10:49:15 +0000 (10:49 +0000)]
Portability issue - make stringfields work on FreeBSD 4.x (oej/rizzo)

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

17 years agoIssue #6628 - Disable res_snmp on incompatible platforms until
Olle Johansson [Mon, 6 Mar 2006 10:46:36 +0000 (10:46 +0000)]
Issue #6628 - Disable res_snmp on incompatible platforms until
we have a resolution for the conflict. (Corydon's patch)

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

17 years agoInitialize variable (fix by Luigi Rizzo)
Olle Johansson [Mon, 6 Mar 2006 09:43:59 +0000 (09:43 +0000)]
Initialize variable (fix by Luigi Rizzo)

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

17 years agoMerged revisions 11946 via svnmerge from
Russell Bryant [Mon, 6 Mar 2006 02:33:36 +0000 (02:33 +0000)]
Merged revisions 11946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11946 | russell | 2006-03-05 21:32:35 -0500 (Sun, 05 Mar 2006) | 2 lines

fix a typo in the description of the ringtimeout option

........

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

17 years agoFix bad fix.
Olle Johansson [Sun, 5 Mar 2006 14:07:06 +0000 (14:07 +0000)]
Fix bad fix.

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

17 years agoSome days... Sorry.
Olle Johansson [Sun, 5 Mar 2006 13:52:58 +0000 (13:52 +0000)]
Some days... Sorry.

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

17 years agoOops
Olle Johansson [Sun, 5 Mar 2006 13:52:26 +0000 (13:52 +0000)]
Oops

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

17 years agoClear almost all of page2 flags at reload (different fix from 1.2 branch)
Olle Johansson [Sun, 5 Mar 2006 12:57:34 +0000 (12:57 +0000)]
Clear almost all of page2 flags at reload (different fix from 1.2 branch)

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

17 years agoFix some whitespace issues
Mark Spencer [Sat, 4 Mar 2006 18:12:02 +0000 (18:12 +0000)]
Fix some whitespace issues

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

17 years agoMerged revisions 11778 via svnmerge from
BJ Weschke [Sat, 4 Mar 2006 11:51:45 +0000 (11:51 +0000)]
Merged revisions 11778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11778 | bweschke | 2006-03-04 06:45:37 -0500 (Sat, 04 Mar 2006) | 3 lines

 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462

........

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

17 years agoRussian locale for voicemail from bug patch 6603
Matt O'Gorman [Fri, 3 Mar 2006 19:14:18 +0000 (19:14 +0000)]
Russian locale for voicemail from bug patch 6603

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

17 years agoMerged revisions 11715 via svnmerge from
Tilghman Lesher [Fri, 3 Mar 2006 17:15:51 +0000 (17:15 +0000)]
Merged revisions 11715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11715 | tilghman | 2006-03-03 11:13:37 -0600 (Fri, 03 Mar 2006) | 2 lines

Bug 6638 - Solaris is starting to remind me of RedHat...

........

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

17 years agoAdding res_snmp to Tholo's list
Olle Johansson [Fri, 3 Mar 2006 10:39:51 +0000 (10:39 +0000)]
Adding res_snmp to Tholo's list

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

17 years agoImported revision from 1.2 branch.
Olle Johansson [Fri, 3 Mar 2006 08:27:11 +0000 (08:27 +0000)]
Imported revision from 1.2 branch.

------------------------------------------------------------------------
r11659 | oej | 2006-03-03 09:12:33 +0100 (Fri, 03 Mar 2006) | 2 lines
Changed paths:
   M /branches/1.2/README

Change of URL

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

17 years agoMerged revisions 11634-11635 via svnmerge from
Tilghman Lesher [Fri, 3 Mar 2006 00:41:19 +0000 (00:41 +0000)]
Merged revisions 11634-11635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11634 | tilghman | 2006-03-02 18:34:52 -0600 (Thu, 02 Mar 2006) | 2 lines

Bug 6638 - Change from a historic BSD command to a POSIX command for determining username

........
r11635 | tilghman | 2006-03-02 18:38:14 -0600 (Thu, 02 Mar 2006) | 2 lines

Bug 6638 - Use POSIX command for Solaris

........

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

17 years agoMerged revisions 11609 via svnmerge from
Tilghman Lesher [Thu, 2 Mar 2006 22:27:50 +0000 (22:27 +0000)]
Merged revisions 11609 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11609 | tilghman | 2006-03-02 16:26:30 -0600 (Thu, 02 Mar 2006) | 2 lines

Bug 6637 - Fixes for Solaris

........

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

17 years agoMerged revisions 11607 via svnmerge from
Tilghman Lesher [Thu, 2 Mar 2006 22:24:44 +0000 (22:24 +0000)]
Merged revisions 11607 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11607 | tilghman | 2006-03-02 16:19:52 -0600 (Thu, 02 Mar 2006) | 2 lines

If debugging, the frame pointer is helpful

........

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

17 years agoinforms people of changes made in commit 11586, and
Matt O'Gorman [Thu, 2 Mar 2006 21:26:45 +0000 (21:26 +0000)]
informs people of changes made in commit 11586, and
bug 5015, uniqueid, userfield, and usegmt are
definable from cdr.conf now.

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

17 years ago cdr_csv logging parameters in cdr.conf
Matt O'Gorman [Thu, 2 Mar 2006 21:04:04 +0000 (21:04 +0000)]
 cdr_csv logging parameters in cdr.conf
 usegmtime, log date/time in GMT
 loguniqueid log uniqueid
 loguserfield log user field
 patch provided by bug 5015

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

17 years agoMerged revisions 11561 via svnmerge from
Russell Bryant [Thu, 2 Mar 2006 19:07:17 +0000 (19:07 +0000)]
Merged revisions 11561 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11561 | russell | 2006-03-02 14:05:40 -0500 (Thu, 02 Mar 2006) | 2 lines

fix inaccurate ack message to ChangeMonitor action (issue #6630)

........

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

17 years agoMerged revisions 11530 via svnmerge from
Russell Bryant [Thu, 2 Mar 2006 06:17:01 +0000 (06:17 +0000)]
Merged revisions 11530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11530 | russell | 2006-03-02 01:16:26 -0500 (Thu, 02 Mar 2006) | 2 lines

make the terminology used in the synopsis match the option description

........

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

17 years agoMerged revisions 11528 via svnmerge from
Russell Bryant [Thu, 2 Mar 2006 06:13:33 +0000 (06:13 +0000)]
Merged revisions 11528 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11528 | russell | 2006-03-02 01:11:53 -0500 (Thu, 02 Mar 2006) | 2 lines

add the -L option to the synopsis on the man page

........

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

17 years agoSun's shell: just different enough to cause problems
Tilghman Lesher [Wed, 1 Mar 2006 17:57:43 +0000 (17:57 +0000)]
Sun's shell: just different enough to cause problems

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

17 years agoMerged revisions 11503 via svnmerge from
Tilghman Lesher [Wed, 1 Mar 2006 17:53:05 +0000 (17:53 +0000)]
Merged revisions 11503 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11503 | tilghman | 2006-03-01 11:41:52 -0600 (Wed, 01 Mar 2006) | 2 lines

Bug 6615 - Fix 64bit conversion errors by using a long int

........

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

17 years agoMerged revisions 11479 via svnmerge from
Tilghman Lesher [Wed, 1 Mar 2006 06:42:04 +0000 (06:42 +0000)]
Merged revisions 11479 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11479 | tilghman | 2006-03-01 00:39:10 -0600 (Wed, 01 Mar 2006) | 2 lines

Bug 6618 - Solaris compatibility fix

........

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

17 years agoBug 6619 - Fix Solaris issue with doubled [[
Tilghman Lesher [Wed, 1 Mar 2006 06:15:35 +0000 (06:15 +0000)]
Bug 6619 - Fix Solaris issue with doubled [[

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

17 years agoWhitespace changes
Olle Johansson [Tue, 28 Feb 2006 21:04:17 +0000 (21:04 +0000)]
Whitespace changes

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

17 years agoHandle disappearing calls for registers
Mark Spencer [Tue, 28 Feb 2006 20:58:21 +0000 (20:58 +0000)]
Handle disappearing calls for registers

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

17 years agoMerged revisions 11410 via svnmerge from
Russell Bryant [Tue, 28 Feb 2006 19:51:23 +0000 (19:51 +0000)]
Merged revisions 11410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11410 | russell | 2006-02-28 14:46:04 -0500 (Tue, 28 Feb 2006) | 2 lines

fix the output that indicates whether qualify smoothing is on or not (issue #6608)

........

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

17 years agoMerged revisions 11408 via svnmerge from
Russell Bryant [Tue, 28 Feb 2006 19:32:39 +0000 (19:32 +0000)]
Merged revisions 11408 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11408 | russell | 2006-02-28 14:31:10 -0500 (Tue, 28 Feb 2006) | 2 lines

adjust the keys directory when astvarlibdir is specified in asterisk.conf (issue #6602)

........

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

17 years agofix some build issues on FreeBSD (issue #6614)
Russell Bryant [Tue, 28 Feb 2006 19:22:25 +0000 (19:22 +0000)]
fix some build issues on FreeBSD (issue #6614)

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

17 years agoMerged revisions 11382 via svnmerge from
Russell Bryant [Tue, 28 Feb 2006 18:34:45 +0000 (18:34 +0000)]
Merged revisions 11382 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11382 | russell | 2006-02-28 13:31:04 -0500 (Tue, 28 Feb 2006) | 2 lines

add a missing newline in the agi app description (thanks wunderkin!)

........

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

17 years agoDocumentation update
Olle Johansson [Tue, 28 Feb 2006 12:21:26 +0000 (12:21 +0000)]
Documentation update

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

17 years agobetter default values for jitterbuffer in code and config
Christian Richter [Tue, 28 Feb 2006 11:46:55 +0000 (11:46 +0000)]
better default values for jitterbuffer in code and config

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

17 years agoOops
Mark Spencer [Tue, 28 Feb 2006 04:55:37 +0000 (04:55 +0000)]
Oops

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

17 years agoFix for GCC 3.2.2
Mark Spencer [Tue, 28 Feb 2006 04:32:04 +0000 (04:32 +0000)]
Fix for GCC 3.2.2

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

17 years agoMake sure we clear up schedule numbers before we process schedule
Mark Spencer [Tue, 28 Feb 2006 04:27:56 +0000 (04:27 +0000)]
Make sure we clear up schedule numbers before we process schedule
entries.

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

17 years agoKeep track of the function we're in the middle of doing
Mark Spencer [Tue, 28 Feb 2006 04:20:14 +0000 (04:20 +0000)]
Keep track of the function we're in the middle of doing

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

17 years agodon't try to print the help text for a CLI command when RESULT_SHOWUSAGE is
Russell Bryant [Mon, 27 Feb 2006 15:23:44 +0000 (15:23 +0000)]
don't try to print the help text for a CLI command when RESULT_SHOWUSAGE is
returned if there is no help text available (issue #6604)

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

17 years agoBlock 11279 from merging to the trunk, it was fixed here in rev 8560
Russell Bryant [Mon, 27 Feb 2006 15:16:05 +0000 (15:16 +0000)]
Block 11279 from merging to the trunk, it was fixed here in rev 8560

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

17 years agoMerged revisions 11250 via svnmerge from
Russell Bryant [Mon, 27 Feb 2006 02:51:03 +0000 (02:51 +0000)]
Merged revisions 11250 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11250 | russell | 2006-02-26 21:50:09 -0500 (Sun, 26 Feb 2006) | 2 lines

don't hang up the channel if its state is set to UP before we return from ast_call (issue #6569)

........

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

17 years agoconversions to allocation wrappers and coding guidelines fixes (issue #6592)
Russell Bryant [Mon, 27 Feb 2006 01:43:42 +0000 (01:43 +0000)]
conversions to allocation wrappers and coding guidelines fixes (issue #6592)

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

17 years agoconversions to allocation wrappers and various other coding guideliens fixes (issue...
Russell Bryant [Mon, 27 Feb 2006 01:37:56 +0000 (01:37 +0000)]
conversions to allocation wrappers and various other coding guideliens fixes (issue #6582)

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

17 years agoFix the make file *again*
Mark Spencer [Sun, 26 Feb 2006 23:04:41 +0000 (23:04 +0000)]
Fix the make file *again*

svsvn commit --This line, and those below, will be ignored--

M    res/Makefile

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

17 years agoFix snmp build
Mark Spencer [Sun, 26 Feb 2006 23:02:40 +0000 (23:02 +0000)]
Fix snmp build

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

17 years agoAdd SNMP support (bug #6439)
Mark Spencer [Sun, 26 Feb 2006 20:46:11 +0000 (20:46 +0000)]
Add SNMP support (bug #6439)

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

17 years agoMake IAX2 multithreaded
Mark Spencer [Sun, 26 Feb 2006 20:27:14 +0000 (20:27 +0000)]
Make IAX2 multithreaded

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

17 years agoMerged revisions 11165 via svnmerge from
Tilghman Lesher [Sun, 26 Feb 2006 16:40:39 +0000 (16:40 +0000)]
Merged revisions 11165 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11165 | tilghman | 2006-02-26 10:26:39 -0600 (Sun, 26 Feb 2006) | 2 lines

Bug 5950 - reenable queue log rotation; also, eliminate redundant code

........

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

17 years agoFixed nasty lockup bug and added command macros (not to be confused with
Jim Dixon [Sun, 26 Feb 2006 05:11:34 +0000 (05:11 +0000)]
Fixed nasty lockup bug and added command macros (not to be confused with
macro-oni).

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

17 years agoBug fix for translation updates. Thanks Josh!
Matthew Fredrickson [Sat, 25 Feb 2006 19:53:45 +0000 (19:53 +0000)]
Bug fix for translation updates.  Thanks Josh!

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

17 years agoMerged revisions 11062,11089 via svnmerge from
Kevin P. Fleming [Sat, 25 Feb 2006 05:11:44 +0000 (05:11 +0000)]
Merged revisions 11062,11089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11062 | kpfleming | 2006-02-24 22:59:50 -0600 (Fri, 24 Feb 2006) | 3 lines

reformat code to fit guidelines
remember which translation paths are multi-step paths

........
r11089 | kpfleming | 2006-02-24 23:08:46 -0600 (Fri, 24 Feb 2006) | 2 lines

factor the number of translation steps required into translation path decisions, so that equal cost paths that require fewer translations are preferred

........

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

17 years agoMerged revisions 11058 via svnmerge from
Kevin P. Fleming [Sat, 25 Feb 2006 04:32:21 +0000 (04:32 +0000)]
Merged revisions 11058 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11058 | kpfleming | 2006-02-24 22:23:48 -0600 (Fri, 24 Feb 2006) | 2 lines

ensure that spy frame queueing is able to deal with translation failing for any reason (issue #6546)

........

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

17 years agoblock fix already present in this branch
Kevin P. Fleming [Sat, 25 Feb 2006 04:31:28 +0000 (04:31 +0000)]
block fix already present in this branch

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

17 years agoadded export and import of RDNIS channel variable
Christian Richter [Fri, 24 Feb 2006 17:38:43 +0000 (17:38 +0000)]
added export and import of RDNIS channel variable

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

17 years agoReverting revision 10998 that was accidentaly committed to trunk. My apologies.
Olle Johansson [Fri, 24 Feb 2006 10:50:43 +0000 (10:50 +0000)]
Reverting revision 10998 that was accidentaly committed to trunk. My apologies.

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

17 years agoUpdate to trunk
Olle Johansson [Fri, 24 Feb 2006 10:17:40 +0000 (10:17 +0000)]
Update to trunk

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

17 years agoMove conditional compilation for CURL from apps/ to funcs/
Tilghman Lesher [Thu, 23 Feb 2006 23:43:06 +0000 (23:43 +0000)]
Move conditional compilation for CURL from apps/ to funcs/

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

17 years agocorrect documentation typo
Kevin P. Fleming [Thu, 23 Feb 2006 23:38:05 +0000 (23:38 +0000)]
correct documentation typo

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

17 years agominor fixes to commit 10934 from bug#6257
Matt O'Gorman [Thu, 23 Feb 2006 23:36:53 +0000 (23:36 +0000)]
minor fixes to commit 10934 from bug#6257

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

17 years agoBlocked revisions 10952 via svnmerge
Tilghman Lesher [Thu, 23 Feb 2006 23:13:43 +0000 (23:13 +0000)]
Blocked revisions 10952 via svnmerge

........
r10952 | tilghman | 2006-02-23 17:06:42 -0600 (Thu, 23 Feb 2006) | 2 lines

Oops, this was broken in 1.2, too.

........

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

17 years agoBug 6417 - Allow retrieval of raw CDR values
Tilghman Lesher [Thu, 23 Feb 2006 23:12:41 +0000 (23:12 +0000)]
Bug 6417 - Allow retrieval of raw CDR values

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

17 years agoadded function QUOTE into strings, which allows
Matt O'Gorman [Thu, 23 Feb 2006 22:59:16 +0000 (22:59 +0000)]
added function QUOTE into strings, which allows
for quoted strings, and escapes them properly.
slightly modified patch from bug #6257

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

17 years agoBug 6581 - Move definition of PWD higher than where it is initially used
Tilghman Lesher [Thu, 23 Feb 2006 22:38:47 +0000 (22:38 +0000)]
Bug 6581 - Move definition of PWD higher than where it is initially used

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