aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) oej3-1/+11
implementing T.140 support in RTP. T.140/RFC 4351 is TDD over IP - text telephony for hearing impaired. It defines a realtime text chat, much like the old "talk" application in Unix. T.140 is character by character in real time. It's not the same as our current MESSAGE format - that is more like IM, but can be gatewayed to MESSAGE with a text "codec" if needed. More patches will follow, as soon as we've separated this code from the video capabilities functions in the videocaps branch. Code by John Martin, Aupix (disclaimer on file) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48258 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Merged revisions 48254 via svnmerge from tilghman1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48254 | tilghman | 2006-12-04 19:41:02 -0600 (Mon, 04 Dec 2006) | 2 lines Oops, forgot to release the odbc handle ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Merged revisions 48252 via svnmerge from tilghman1-14/+16
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48252 | tilghman | 2006-12-04 19:34:34 -0600 (Mon, 04 Dec 2006) | 14 lines Merged revisions 48251 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48251 | tilghman | 2006-12-04 19:26:08 -0600 (Mon, 04 Dec 2006) | 6 lines If the recording in the database is too large, it will fail to retrieve with an mmap error. Not too sure why this doesn't happen when we put it in the database, also, but since that doesn't seem to be broken, I'm not going to fix it (at least until someone reports it). Solution is to ask for the file in smaller chunks. (Bug 8385) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Merged revisions 48248 via svnmerge from qwell1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48248 | qwell | 2006-12-04 15:48:41 -0600 (Mon, 04 Dec 2006) | 2 lines Fix an issue which didn't allow unavail/greet/busy/etc messages from being saved into ODBC (and probably IMAP). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48249 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Blocked revisions 48234 via svnmergefile0-0/+0
................ r48234 | file | 2006-12-04 13:16:31 -0500 (Mon, 04 Dec 2006) | 9 lines Blocked revisions 48233 via svnmerge ........ r48233 | file | 2006-12-04 13:14:46 -0500 (Mon, 04 Dec 2006) | 2 lines If the generic bridge tells us not to retry, and we have a frame to spit out then break the bridge. Props to markit in #asterisk-bugs for bringing this up. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48235 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Merged revisions 48230 via svnmerge from qwell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48230 | qwell | 2006-12-04 11:54:46 -0600 (Mon, 04 Dec 2006) | 4 lines Add documentation to voicemail.conf.sample for ODBC storage. Issue 8499 - patch by blitzrage. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48231 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Merged revisions 48228 via svnmerge from qwell1-2/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48228 | qwell | 2006-12-04 11:43:24 -0600 (Mon, 04 Dec 2006) | 4 lines Attempt to document some of the dependencies that are needed for net-snmp Issue 8499 - initial patch by blitzrage. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48229 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-03Merged revisions 48223 via svnmerge from russell1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48223 | russell | 2006-12-03 01:34:14 -0500 (Sun, 03 Dec 2006) | 3 lines When "fetch" is in use, instead of "wget", --continue is not a valid option. (issue #8451) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48224 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Cleaning up handle_response a bit. (Imported from 1.4)oej1-15/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48220 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Removing two .h files means we need to update cleancount to forceoej1-1/+1
make depend again (or ?) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48217 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Send CANCEL to call with early media (PROGRESS INBAND).oej1-11/+12
This is imported from branch "invitestate" and "invitestate-1.4" *** *** *** IF YOU HAVE ISSUES WITH BYEs/CANCELs - PLEASE UPDATE AND TEST AGAIN! *** Thank you! *** *** /Olle git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48216 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Invitestate updatesoej1-13/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Oops. oej1-1/+1
Something is wrong in the agi directory. Asking for autoconfig.h. I have it disabled locally, but no reason to commit that change. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48208 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Doxygenificationoej1-43/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48206 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Code formattingoej5-137/+174
- remove coef_in.h and coef_out.h that was only included as data definitions in fskmodem.c If you understand spanish, please help us translate the comments in fskmodem.c. Thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48205 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Disable RTP timeouts during T.38 transmissionoej4-76/+178
- Encapsulate RTP timers to the RTP structure, so we have one set for video and one for audio - Document RTP keepalive configuration option - Cleanup and document the monitor support function to hangup on RTP timeouts - Add RTP keepalive to SIP show settings Imported from 1.4 with modifications for trunk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48200 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Blocked revisions 48195 via svnmergerussell0-0/+0
........ r48195 | russell | 2006-12-01 22:50:58 -0500 (Fri, 01 Dec 2006) | 3 lines Backport the comment containing the warning regarding the limitations on the usage of this function. It is thread safe, but not technically reentrant. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48196 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48193 via svnmerge from kpfleming1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48193 | kpfleming | 2006-12-01 17:37:28 -0600 (Fri, 01 Dec 2006) | 10 lines Merged revisions 48192 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48192 | kpfleming | 2006-12-01 17:30:59 -0600 (Fri, 01 Dec 2006) | 2 lines if Dial() is going to send music-on-hold to the calling party, it has to send PROGRESS first to ensure that the reverse audio path has been setup first (BE-106) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48190 via svnmerge from russell5-32/+154
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48190 | russell | 2006-12-01 18:16:28 -0500 (Fri, 01 Dec 2006) | 12 lines FreeBSD 6.1 does not include wget by default. However, it has fetch which will work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48191 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Formatting fixoej1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48188 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48186 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48186 | qwell | 2006-12-01 14:25:51 -0600 (Fri, 01 Dec 2006) | 10 lines Merged revisions 48183 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48183 | qwell | 2006-12-01 14:19:10 -0600 (Fri, 01 Dec 2006) | 2 lines Fix a small typo - issue 8848, reported by pabelanger ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48187 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48179 via svnmerge from tilghman1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48179 | tilghman | 2006-12-01 13:38:59 -0600 (Fri, 01 Dec 2006) | 2 lines Double-unlock error (reported by blitzrage on IRC) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48180 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01- Remove T.38 early media, since T.38 requires two way communication ↵oej2-13/+16
(imported from 1.4) - Small fixes to limitonpeer git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48178 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Tiny doxygen improvementoej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48175 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48168 via svnmerge from file3-6/+16
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48168 | file | 2006-11-30 16:18:24 -0500 (Thu, 30 Nov 2006) | 2 lines Do not do a partial bridge for Google Talk since we need to handle STUN. (issue #8448 reported by phsultan) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48169 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Issue #8319 (imported from 1.2, 1.4) - Increment nonce-count properly (noriyuki)oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48167 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Documentation updatesoej5-35/+92
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48164 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Blocked revisions 48162 via svnmergefile0-0/+0
................ r48162 | file | 2006-11-30 15:28:19 -0500 (Thu, 30 Nov 2006) | 9 lines Blocked revisions 48161 via svnmerge ........ r48161 | file | 2006-11-30 15:27:29 -0500 (Thu, 30 Nov 2006) | 2 lines Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out to the channel driver. (issue #8390 reported by hselasky) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48158 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48158 | file | 2006-11-30 15:07:55 -0500 (Thu, 30 Nov 2006) | 10 lines Merged revisions 48157 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48157 | file | 2006-11-30 15:06:43 -0500 (Thu, 30 Nov 2006) | 2 lines Only print out debug message if bridged channel is not NULL. (issue #8412 reported by jubilex) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48160 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48155 via svnmerge from file1-6/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48155 | file | 2006-11-30 14:05:14 -0500 (Thu, 30 Nov 2006) | 10 lines Merged revisions 48154 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48154 | file | 2006-11-30 14:04:11 -0500 (Thu, 30 Nov 2006) | 2 lines Do not listen for DTMF on the bridge that comes into existence when ParkedCall is executed. This means native bridging can now occur for this. (issue #8406 reported by kebl0155) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48156 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48152 via svnmerge from file1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48152 | file | 2006-11-30 13:47:40 -0500 (Thu, 30 Nov 2006) | 10 lines Merged revisions 48151 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48151 | file | 2006-11-30 13:42:45 -0500 (Thu, 30 Nov 2006) | 2 lines Print certain CDR messages out at the NOTICE level versus WARNING since they can occur when used with the CDR applications and are perfectly fine. (issue #8367 reported by dartvader) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Small updateoej1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Doxygen updatesoej5-2/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48149 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Blocked revisions 48147 via svnmergefile0-0/+0
................ r48147 | file | 2006-11-30 13:19:55 -0500 (Thu, 30 Nov 2006) | 9 lines Blocked revisions 48146 via svnmerge ........ r48146 | file | 2006-11-30 13:17:54 -0500 (Thu, 30 Nov 2006) | 2 lines Remember the pointer to the allocated block of memory so that we can free it and not cause a memory leak. (issue #8449 reported by arkadia) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48148 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48143 via svnmerge from file1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48143 | file | 2006-11-30 12:57:35 -0500 (Thu, 30 Nov 2006) | 10 lines Merged revisions 48142 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48142 | file | 2006-11-30 12:55:23 -0500 (Thu, 30 Nov 2006) | 2 lines Document 'port' for SIP peers, came up because of the current mailing list thread. (issue #8450 reported by blitzrage) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48144 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Adding some generic docs on extension and device states - watchers and providersoej2-1/+45
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48139 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Add information on status eventsoej1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48136 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merging patch from 1.2/1.4. I think this was originally spotted byoej1-1/+1
Luigi, but hit me in the back today. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30I am pretty sure that oej only meant to change the variable name in the ↵file1-1/+1
source, not the configuration option name so let's turn it back to srvlookup instead of global_srvlookup. (issue #8442 reported by jtodd) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Merged revisions 48115 via svnmerge from file1-3/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48115 | file | 2006-11-29 16:05:17 -0500 (Wed, 29 Nov 2006) | 2 lines Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48116 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Clarify some settings for status reports in subscriptions, queues and manageroej1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Explain RTP timeoutsoej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48112 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Change logging for p2p rtp bridge modeoej1-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29- Fix a few spelling mistakes.russell1-4/+19
- Add some more documentation for the ast_dynamic_str_............() function to document the behavior of the function in the case of a partial write. Also, document the return value and note that the function should never need to be called directly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48110 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Go ahead and make this write unconditional. Making it conditional is more workrussell1-10/+2
in both the append and non-append modes. Also, always truncating the partial write makes the behavior of the function more consistent, where in any type of write, no partial result is left in the buffer. Thanks for the feedback, luigi git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Merged revisions 48107 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48107 | file | 2006-11-29 11:50:33 -0500 (Wed, 29 Nov 2006) | 10 lines Merged revisions 48106 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48106 | file | 2006-11-29 11:47:10 -0500 (Wed, 29 Nov 2006) | 2 lines If the frame was duplicated before writing out then we need to free it. (issue #8429 reported by edguy3) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48108 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Remove an XXX command suggesting that this truncation should not be conditional,russell1-1/+8
and also add a more verbose comment explaining why it is only needed in the case of appending to the string for any curious readers that come along in the future. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48103 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Merged revisions 48101 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48101 | file | 2006-11-28 23:26:53 -0500 (Tue, 28 Nov 2006) | 2 lines Don't crash if the mailstream was not created. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48102 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Use the proper version of extra sounds. (issue #8441 reported by jtodd)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-28Add a comment to note near some code that performs a very expensive operationrussell1-0/+14
that occurs for every incoming media frame. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48099 f38db490-d61c-443f-a65b-d21fe96a405b