summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-19Make the new behavior where the timestamp is checked on the call file beforeRussell Bryant
deleting it optional, defaulting to the old behavior, where it is always deleted (issue #6750, jcollie) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellRussell Bryant
to make sure aelparse doesn't use versions of these objects compiled with astmm support (issue #7122) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28796 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28794 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28794 | kpfleming | 2006-05-19 14:39:55 -0500 (Fri, 19 May 2006) | 2 lines use the specified 'subscribecontext' for a peer rather than the context found via the target domain (domain contexts are for calls, not for subscriptions) (issue #7122, reported by raarts) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Fix tab completion when you just do a plain tab without entering anything, ↵Joshua Colp
and also fix show application tab completion. (issue #7089 reported by blitzrage) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28790 via svnmerge from Russell Bryant
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28790 | russell | 2006-05-19 15:18:41 -0400 (Fri, 19 May 2006) | 3 lines fix the build of smsq with -Werror. I learned something new about format strings from this patch! (issue #7141, Mithraen) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19there is no reason to explicity specify -fomit-frame-pointer when building withRussell Bryant
optimization enabled, because it is enabled automatically (issue #7108, casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28754 via svnmerge from Russell Bryant
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28754 | russell | 2006-05-19 15:01:17 -0400 (Fri, 19 May 2006) | 6 lines This explicit poll is only needed on mac. In fact, it breaks some systems such as some versions of Fedora, causing 'asterisk -rx' to never exit. This has been tested on systems showing the asterisk -rx problem, as well as other unaffected versions of linux, mac osx 10.4, and FreeBSD 6. (issue #7071) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28771 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19add support for more refined ability to set install paths using the standardRussell Bryant
options to configure such as --libdir, --sbindir, etc. All of the default paths are still the same. (issue #7057, jcollie) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and ↵Tilghman Lesher
messagecount2 to messagecount. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19only delete call files if the timestamp on the file is not in the future, soRussell Bryant
that a call file can be reused (issue #6750, patch by moy, committed patch is slightly simplified) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Clean up some chan_zap code to make it more readable. (issue #6834 reported ↵Joshua Colp
by ppyy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28698 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28698 | file | 2006-05-19 14:04:02 -0300 (Fri, 19 May 2006) | 2 lines Make the minidle option actually exist as documented (issue #7159 reported by imran) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28651 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28651 | file | 2006-05-19 13:03:33 -0300 (Fri, 19 May 2006) | 2 lines When forwarding messages use the context that the active voicemail user was found in. (issue #7010) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28657 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Blocked revisions 28630 via svnmergeJoshua Colp
........ r28630 | file | 2006-05-19 12:52:09 -0300 (Fri, 19 May 2006) | 2 lines Backport of fix for issue #6654 that was fixed in trunk but not here ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Missing messagecount2 functionTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Merged revisions 28627 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28627 | file | 2006-05-19 12:38:59 -0300 (Fri, 19 May 2006) | 2 lines Treat paused queue members as unreachable (issue #7127 reported by peterh) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird Russell Bryant
(issue #6866, flefoll) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Adding some documentation on Asterisk and video telephony. Thanks to the teamOlle Johansson
on the asterisk-video mailing list for teaching me :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28555 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Adding send_text capability to chan_localOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19First stab at supporting video in chan_localOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28502 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Add simple devicestate for chan_localOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19Formatting cleanupOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19when displaying the list of registered music on hold classes, only showRussell Bryant
the format if the mode is not "files", because the field has no meaning in that case git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18revert bogus changeKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Merged revisions 28380,28384 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28380 | kpfleming | 2006-05-18 15:24:07 -0500 (Thu, 18 May 2006) | 2 lines handle incoming multipart/mixed message bodies in SIP and find the SDP, if presnet (issue #7124 reported and patched by eborgstrom, but very different fix) ........ r28384 | kpfleming | 2006-05-18 15:43:42 -0500 (Thu, 18 May 2006) | 2 lines fix up a few more places to find the SDP properly (fallout from fix for #7124) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Add missing argument to ast_carefulwriteOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Merged revisions 28337 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28337 | kpfleming | 2006-05-18 14:35:55 -0500 (Thu, 18 May 2006) | 2 lines use unsigned counters for handling answer/IE lengths while processing DNS results (issue #7174) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18block this fix from the 1.2 branch; proper fix will go here and is much more ↵Kevin P. Fleming
complex git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk ↵Tilghman Lesher
than for 1.2) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Blocked revisions 28257 via svnmergeTilghman Lesher
........ r28257 | tilghman | 2006-05-18 12:27:59 -0500 (Thu, 18 May 2006) | 2 lines Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE was defined ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28258 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18add another media path reinvite 'flavor', where we will only redirect our ↵Kevin P. Fleming
media to devices that we know are not behind a NAT (based on the evidence collected when we receive media from them) also, documented the 'canreinvite=update' option in the sample config file git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18adding new code should require following the formatting guidelines :-)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Merged revisions 28212 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28212 | file | 2006-05-18 13:31:16 -0300 (Thu, 18 May 2006) | 2 lines Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Merged revisions 28169 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28169 | file | 2006-05-18 11:27:21 -0300 (Thu, 18 May 2006) | 2 lines Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Allow contexts in regexten so that extensions can be added to multiple ↵Joshua Colp
contexts when peer registers (issue #6869 reported by and created by Marquis) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme ↵Olle Johansson
documentation (Imported from 1.2) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18this is not a warning, it might happen during call initializationChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18force a "make clean" because existing .depend files in the subdirectoriesRussell Bryant
may be bogus git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesRussell Bryant
are not of zero length (issue #7138, reported/patched by casper, fixed by a different patch) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue ↵Joshua Colp
#7163 reported by and fixed by akohlsmith) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue ↵Joshua Colp
#7078 reported by Corydon76) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)Joshua Colp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27975 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Merged revisions 27973 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27973 | file | 2006-05-17 19:34:08 -0300 (Wed, 17 May 2006) | 2 lines Fix codec priority stuff during authentication (issue #6194 reported by jkoopmann) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27974 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Only set the RTP DTMF information of an RTP structure does indeed exist.Joshua Colp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Issue #7176 - Crash in expire_register (imported from 1.2)Olle Johansson
This is a bad fix, since peer should never be 0. Why is it zero on Royk's system? git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27928 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Adding a debug lineOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27892 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Merged revisions 27847 via svnmerge from Joshua Colp
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27847 | file | 2006-05-17 14:07:52 -0300 (Wed, 17 May 2006) | 2 lines Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, ↵Joshua Colp
and other countries. (issue #3596 reported by deon patch by dbowerman with minor mods by moi) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to ↵Christian Richter
disconnect indications again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27770 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-17Blocked revisions 27767 via svnmergeJoshua Colp
........ r27767 | file | 2006-05-17 12:17:04 -0300 (Wed, 17 May 2006) | 2 lines OSPNext does not handle success/failure correctly (issue #7147 reported and fixed by eborgstrom) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27768 65c4cc65-6c06-0410-ace0-fbb531ad65f3