aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-23this mod from 8593 (dstchannel in cdr is empty when transfer call).murf1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51716 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23via 8748 (callerid.c loses name when returning PRIVATE_NUMBER flag), the ↵murf1-1/+1
user suggested this mod, saying it would allow 'WITHHELD' to appear in the name field, which would be useful git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51683 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Merged revisions 50495,50506 via svnmerge from crichter3-15/+32
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50495 | crichter | 2007-01-11 14:27:52 +0100 (Do, 11 Jan 2007) | 6 lines * more additions to make the RESTART message work * added fix for misdn_call to allow SETUPs with empty extensions, replaced the strtok_r functions with strsep for that (inspired by Sandro Cappellazzo, thanks) ........ r50506 | crichter | 2007-01-11 15:45:38 +0100 (Do, 11 Jan 2007) | 1 line when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as well. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51649 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23manually merged r49922 and r50335, because of conflicts. this commint ↵crichter3-0/+43
includes addition of the ISDN RESTART Message git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51648 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Do not abort Asterisk startup if h323 configuration file not found (reported ↵pcadach2-5/+11
by mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51615 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Only change audio formats on the channel if we have an audio format to ↵file1-1/+1
change to. (issue #8535 reported by ivoc) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51558 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Merged revisions 51512 via svnmerge from file1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51512 | file | 2007-01-22 20:41:35 -0500 (Mon, 22 Jan 2007) | 2 lines Yield before reading from zaptel timing source under Solaris so that other threads get a chance to do things. (issue #7875 reported by bob) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51513 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Blocked revisions 51410 via svnmergerussell0-0/+0
........ r51410 | russell | 2007-01-22 13:39:30 -0600 (Mon, 22 Jan 2007) | 3 lines Merge codec_zap support for the transcoder card. This is a standalone codec module so it will not affect anything else. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51411 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22This fixes 8836, according to dnaturalmurf1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51409 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Merged revisions 51406 via svnmerge from file1-27/+32
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51406 | file | 2007-01-22 14:08:52 -0500 (Mon, 22 Jan 2007) | 2 lines Move filestream creation to Mixmonitor loop. This will prevent a blank file from being created if no frames ever pass through to be recorded. (issue #7589 reported by steve_mcneil) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51407 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Blocked revisions 51359 via svnmergefile0-0/+0
........ r51359 | file | 2007-01-22 11:23:03 -0500 (Mon, 22 Jan 2007) | 2 lines Explicitly declare what codecs are supported by default globally since using a bitmask for all may include ones we don't need. (issue #8357 reported by gknispel_proformatique) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51360 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-20Fix Italian numeral support in say.conf for "_[2-9]00" case.qwell1-1/+1
"2131" would've translated to something along the lines of (pardon my..Italian {or lack thereof}) "duecentocentotrentuno", which makes no sense at all. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51350 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-20Fix German language support in say.confqwell1-3/+3
Properly support 21, 31, 41, 51, 61, 71, 81, and 91. einundzwanzig has the same format as zweiundzwanzig (as do all other "_ZX" spoken numerals) Fix support for numbers in the 10,000,000 to 99,999,999 range. Add support for numbers in the 100,000,000 to 999,999,999 range. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51348 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-20Remove an unused instance of an unnamed enum.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51343 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Remove another duplicated definitionrussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51341 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Remove a variable that was declared twice.russell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51339 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Add a couple more processors that need optimizations excluded.russell1-3/+3
(issue #8637) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51331 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Fix VLDTMF support in chan_gtalk. AST_FRAME_DTMF and AST_FRAME_DTMF_END arerussell1-3/+1
actually the same thing. So, a digit would have been interpreted incorrectly here. Since the channel driver will always have the begin and end callbacks called for a digit, only support the button-down and button-up messages. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51328 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Bump the cleancount since my last commit changed the channel structure.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51326 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell18-109/+200
The main bug being addressed here is a problem introduced when two SIP channels using SIP INFO dtmf have their media directly bridged. So, when a DTMF END frame comes into Asterisk from an incoming INFO message, Asterisk would try to emulate a digit of some length by first sending a DTMF BEGIN frame and sending a DTMF END later timed off of incoming audio. However, since there was no audio coming in, the DTMF_END was never generated. This caused DTMF based features to no longer work. To fix this, the core now knows when a channel doesn't care about DTMF BEGIN frames (such as a SIP channel sending INFO dtmf). If this is the case, then Asterisk will not emulate a digit of some length, and will instead just pass through the single DTMF END event. Channel drivers also now get passed the length of the digit to their digit_end callback. This improves SIP INFO support even further by enabling us to put the real digit duration in the INFO message instead of a hard coded 250ms. Also, for an incoming INFO message, the duration is read from the frame and passed into the core instead of just getting ignored. (issue #8597, maybe others...) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51311 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Merged revisions 51300 via svnmerge from russell1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51300 | russell | 2007-01-19 10:44:09 -0600 (Fri, 19 Jan 2007) | 4 lines Fix a memory leak on command line tab completion. The container for the matches was freed, but the individual matches themselves were not. (issue #8851, arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51302 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19chan_zap compiles without libpri after committing 7877 patchdhubbard1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51274 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Merged revisions 51271 via svnmerge from dhubbard1-483/+469
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51271 | dhubbard | 2007-01-18 17:47:10 -0600 (Thu, 18 Jan 2007) | 3 lines issue 7877: chan_zap module reload does not use default/initialized values on subsequent loads. Reset configuration variables to default values prior to parsing configuration file. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51272 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18block this patch since it is already herekpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51270 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell5-113/+212
Issue 8832, patch(es) by tgrman git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51265 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell5-28/+154
curses, termcap, or tinfo are further passed along to the editline configure script. This fixes some cross-compilation environments. (issue #8637, reported by ovi, patch by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51262 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Merged revisions 51255 via svnmerge from tilghman1-3/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51255 | tilghman | 2007-01-18 15:11:34 -0600 (Thu, 18 Jan 2007) | 2 lines If a timezone is not specified, assume localtime (instead of gmtime) (Issue #7748) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51256 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Only start timeout once we reach the end of the files to play back.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51251 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Fix an issue with file name completion in "module load" and "load".qwell1-3/+24
Issue 8846 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51245 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Copy MOH settings when calling a peer so that if they put someone on hold or ↵file1-0/+2
get put on hold themselves they get the right music class. (issue #8840 reported by mdu113) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51243 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Fix an issue with deprecated commandsqwell1-4/+79
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51241 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Merged revisions 51235 via svnmerge from tilghman1-12/+63
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51235 | tilghman | 2007-01-18 11:42:17 -0600 (Thu, 18 Jan 2007) | 2 lines Document all the fields, including the indication that "uniqueid" should not be renamed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51236 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Make the "hasmanager" option in users.conf actually have an effect.russell1-0/+34
(issue #8740, LnxPrgr3) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51233 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Build the IMAP remote directory string better and properly. Fix an issue ↵file1-8/+18
with encoding the GSM voicemail when attaching to the voicemail. (issue #8808 reported by akohlsmith) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51213 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by ↵file1-2/+2
mdu113) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51211 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Fix some instances where when loading func_odbc, a double-free could occur.russell1-1/+6
Also, remove an unneeded error message. If the failure condition is actually a memory allocation failure, a log message will already be generated automatically. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51205 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Instead of dividing the offset by 2 directly, make it more clear that therussell1-1/+1
offset is being scaled by the size of the elements in the buffer. (Inspired by a discussing on the asterisk-dev list about this code) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51204 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Merged revisions 51197 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51197 | russell | 2007-01-17 15:17:21 -0600 (Wed, 17 Jan 2007) | 3 lines Move the check for a failure of ast_channel_alloc() to before locking the pvt structure again. Otherwise, on a failure, this will cause a deadlock. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51198 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Merged revisions 51194 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51194 | tilghman | 2007-01-17 14:52:21 -0600 (Wed, 17 Jan 2007) | 4 lines When ast_strip_quoted was called with a zero-length string, it would treat a NULL as if it were the quoting character (and would thus return the string in memory immediately following the passed-in string). ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51195 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17re-add "password" for realtime voicemailqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51186 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Return the correct result when directly writing out a packet so that the ↵file1-2/+2
core doesn't then decide to handle it the regular way again. (issue #8833 reported by rcourtna) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51182 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17a few more coding style cleanups and one bug fix (from AnthonyL)kpfleming1-22/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51176 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Move rescheduling of lagrq/pings into the scheduler callback.file1-16/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51172 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Fix issue with dtmf continuation packets when the dtmf digit is 0...qwell1-2/+5
Issue 8831 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51170 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Fix an issue with IMAP storage and realtime voicemail.qwell2-0/+36
Also update the vmdb sql script for IMAP specific options. Issue 8819, initial patches by bsmithurst (slightly modified by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51167 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16change documentation to reflect new procedure in 1.4/trunkqwell1-11/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51165 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51161 via svnmerge from tilghman1-0/+436
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51161 | tilghman | 2007-01-16 15:50:04 -0600 (Tue, 16 Jan 2007) | 2 lines Add documentation walkthrough on getting Postgres to work with voicemail (from Issue 8513) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51162 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51158 via svnmerge from tilghman1-5/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51158 | tilghman | 2007-01-16 15:26:06 -0600 (Tue, 16 Jan 2007) | 2 lines Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8513) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51159 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16minor things i missed before i get jumped onmogorman1-8/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51150 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51145 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51145 | file | 2007-01-16 12:36:50 -0500 (Tue, 16 Jan 2007) | 2 lines Return previous behavior. ParkedCalls will be able to do DTMF based transfers again. trunk however will get an option to allow this to be set on/off. (issue #8804 reported by nortex) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51148 f38db490-d61c-443f-a65b-d21fe96a405b