aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-19Adding some documentation on Asterisk and video telephony. Thanks to the teamoej1-0/+45
on the asterisk-video mailing list for teaching me :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Adding send_text capability to chan_localoej1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28520 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19First stab at supporting video in chan_localoej1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28502 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Add simple devicestate for chan_localoej1-0/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28484 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Formatting cleanupoej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19when displaying the list of registered music on hold classes, only showrussell1-2/+3
the format if the mode is not "files", because the field has no meaning in that case git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28445 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18revert bogus changekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Merged revisions 28380,28384 via svnmerge from kpfleming1-26/+105
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: http://svn.digium.com/svn/asterisk/trunk@28394 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Add missing argument to ast_carefulwriteoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Merged revisions 28337 via svnmerge from kpfleming1-5/+7
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: http://svn.digium.com/svn/asterisk/trunk@28338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18block this fix from the 1.2 branch; proper fix will go here and is much more ↵kpfleming0-0/+0
complex git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk ↵tilghman4-102/+102
than for 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28300 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Blocked revisions 28257 via svnmergetilghman0-0/+0
........ 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: http://svn.digium.com/svn/asterisk/trunk@28258 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18add another media path reinvite 'flavor', where we will only redirect our ↵kpfleming2-21/+53
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: http://svn.digium.com/svn/asterisk/trunk@28215 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18adding new code should require following the formatting guidelines :-)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28214 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Merged revisions 28212 via svnmerge from file1-2/+3
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: http://svn.digium.com/svn/asterisk/trunk@28213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Merged revisions 28169 via svnmerge from file1-5/+6
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: http://svn.digium.com/svn/asterisk/trunk@28170 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Allow contexts in regexten so that extensions can be added to multiple ↵file2-8/+61
contexts when peer registers (issue #6869 reported by and created by Marquis) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28168 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme ↵oej1-6/+4
documentation (Imported from 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28126 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18this is not a warning, it might happen during call initializationcrichter1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28091 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18force a "make clean" because existing .depend files in the subdirectoriesrussell1-1/+1
may be bogus git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18fix file dependency generation so that the resulting files in the subdirectoriesrussell1-2/+4
are not of zero length (issue #7138, reported/patched by casper, fixed by a different patch) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue ↵file1-6/+6
#7163 reported by and fixed by akohlsmith) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28017 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue ↵file1-0/+145
#7078 reported by Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28016 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)file1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Merged revisions 27973 via svnmerge from file1-17/+25
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: http://svn.digium.com/svn/asterisk/trunk@27974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Only set the RTP DTMF information of an RTP structure does indeed exist.file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27972 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Issue #7176 - Crash in expire_register (imported from 1.2)oej1-4/+11
This is a bad fix, since peer should never be 0. Why is it zero on Royk's system? git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27928 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Adding a debug lineoej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27892 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Merged revisions 27847 via svnmerge from file1-1/+1
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: http://svn.digium.com/svn/asterisk/trunk@27848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, ↵file2-6/+65
and other countries. (issue #3596 reported by deon patch by dbowerman with minor mods by moi) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to ↵crichter1-3/+7
disconnect indications again git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27770 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Blocked revisions 27767 via svnmergefile0-0/+0
........ 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: http://svn.digium.com/svn/asterisk/trunk@27768 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Block TRANSFER_CONTEXT patch for 1.2 only, since is already implemented in ↵oej0-0/+0
siptransfer git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27724 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Use pointer instead of un-needed buffer. Thanks Kevin!oej1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Merged revisions 27636 via svnmerge from tilghman1-103/+112
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27636 | tilghman | 2006-05-16 21:19:50 -0500 (Tue, 16 May 2006) | 2 lines Bug 7125 - Fix race condition between resequencing and leaving a message ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Inherit channel variables when call forwarding through chan_local (issue ↵file1-0/+4
#7095 reported by raarts) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27595 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16mark RTP sessions that are not carrying DTMFkpfleming3-5/+35
allow native bridging of RTP sessions that are not carrying DTMF even when the bridge needs to listen to DTMF (when SIP INFO is used for DTMF, for example) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16clean up some compiler warnings (no reason to use signed integers for buffer ↵kpfleming1-5/+5
lengths, ever) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Add option for enabling and disabling echo cancellationmattf2-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Argument macro janitor for func_odbc, fixes #7171tilghman1-47/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27522 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Send a=recvonly when put on hold, otherwise a=sendrecv to indicate that we ↵oej1-2/+10
want two streams. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16make this app actually compilekpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27478 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Merged revisions 27468 via svnmerge from kpfleming1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27468 | kpfleming | 2006-05-16 15:05:17 -0500 (Tue, 16 May 2006) | 2 lines don't leak frames when deferring DTMF or dropping duplicate ANSWER frames (issue #7041, slightly different fix, reported/patched by clausf) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Typooej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Adding check of option_debugoej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Show all formats for an active SIP calloej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. ↵crichter4-356/+123
removed redundant buffer betweend mISDN reading thread and ast_read in favour of the already existing pipe, this clarifies the way a voice frame takes between mISDN and asterisk a lot. centralized debugging of NumberPlan. removed a compiler warning. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16One sipfrag attachment is enough...oej1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16- Format fixesoej1-14/+19
- Adding if(option_debug) in front of complicated debug messages... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27305 f38db490-d61c-443f-a65b-d21fe96a405b