aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.15@212958 ↵v1.2.15kpfleming11-9/+23
f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-08importing files for 1.2.15 releasekpfleming3-0/+4761
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.15@53684 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-08Creating tag for the release of asterisk-1.2.15kpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.15@53682 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-08ensure channelcount is cleared before we enumerate transcoders, so 'reload' ↵kpfleming1-0/+5
doesn't double the channel count git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53658 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-08Issue 9003 - If fullname is empty, quote() passes back "\"" tilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53529 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-07Fix a few potential memory leaks with realtime users and peers. (issue #8999 ↵file1-11/+12
reported by bsmithurst) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53357 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-07Issue 7440 - Macro called from Macro from the h extension exits prematurelytilghman1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53354 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-06Issue 8987 - Status could return two responses (mnicholson)tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53245 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-06Add a proper newline at the end of this sample config file.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53224 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-03Revert some changes that accidentally got committed as a part of another fix.russell3-67/+16
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53134 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-03set the DIALSTATUS variable to contain "INVALIDARGS" when the dial applicationrussell4-23/+73
exits early because of invalid arguments instead of just leaving it empty. (issue #8975) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53133 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-02Pass the glob expanded filename to process_text_line so that error messages ↵file1-1/+1
contain the actual filename, not the original include one. (issue #8959 reported by tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53117 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Fix a small typo. Synopsis lines shouldn't have a newlineqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53107 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Copy noncodeccapability over to the joint variable so that telephone-event ↵file1-0/+1
will get transmitted in the sent INVITE. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53103 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported ↵file1-6/+6
by mdu113) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53095 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01- Make sure we release call from call counter before we destroy call (maybe ↵oej1-3/+10
#7744 and more) - Backported by accident from 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53090 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Return previous behavior of having MOH pick up where it was left off. (issue ↵file1-12/+13
#8672 reported by sinistermidget) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53084 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functionstilghman1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53074 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c ↵tilghman2-4/+5
was wrong git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53069 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell15-9/+48
pthread_attr_destroy() was not. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53045 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31update to match modified transcoder APIkpfleming1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53044 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Use the proper format string to print unsigned values in the rtp debug output.russell1-1/+1
(issue #8954, wmis) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53039 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31allow codec_zap to build again, now that transcoder support is in zaptel 1.2kpfleming1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53034 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Don't print a message indicating that we don't know what to do with a proceedingrussell1-1/+1
control frame in ast_request_and_dial(). We just need to ignore it. (reported by JerJer on #asterisk-dev) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52954 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30The SIGHUP handler was implemented to allow admins to send SIGHUP to a runningrussell1-3/+17
Asterisk process to reload the configuration. However, doing the actual reload in the signal handler itself is a very bad thing to do, because the reload process includes calling non-reentrant functions such as malloc/calloc/etc. If Asterisk is running in the background, then the reload will happen immediately. However, if running in console mode, the reload doesn't work until something is typed at the console. That sort of defeats the purpose, but I don't see an easy way to get around it at this point. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52903 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Comment out the parts in the Makefile that make codec_zap get built. It willrussell1-12/+12
not yet build against zaptel 1.2, so I am disabling it to prevent further bug reports until it gets merged. (issue #8940) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52857 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ↵crichter2-43/+27
on high load (when calls are very fast generated) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52843 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Fix the extraction of the timestamp from video frames. It was using therussell1-2/+2
mapping for a mini-frame instead of a video-frame, which caused it to get invalid data. (issue #8795, mihai) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52762 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Now that filename is part of the structure and since it comes before ↵file1-1/+1
postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52716 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Use the correct zaptel header file location.qwell1-1/+1
Currently, this will not build - transcoder support will be added to zaptel later today. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52503 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow ↵file1-3/+3
documentation. (issue #7677 reported by amilcar) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52415 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Make the last context entry read in the dominant one. (issue #8918 reported ↵file1-4/+2
by pj) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52360 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Allow dequeueing of frames with negative timestamp by moving jitterbuffer ↵file1-2/+2
frames check to jb_next. (issue #8546 reported by harmen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52264 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Add another note about audio files being played back to each bridged party. ↵file1-1/+2
(issue #8718 reported by ppyy) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52162 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Fix a seg fault when running this application with no arguments from AGI.russell1-0/+5
(issue #8905, junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52137 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24updated check_expr via 8322 (refactoring of expression checking impl); ↵murf2-62/+94
elfring contributed a nice code reorg, I contributed some time to get it working again, better messages git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52002 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24fixed the busy problem (dialstatus was not busy when we called a busy extension)crichter1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51966 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Fix an issue related to synchronization of recordings when using Monitor().russell1-4/+6
The bug is a miscalculation of the amount to seek the stream for writing to disk when the number of samples coming in and out of a channel do not match up. (issue #8298, #8887, report and patch by guillecabeza, patch files created and testing done by whoiswes) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51843 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Don't set a new value for the END_ variable on the channel before using therussell1-1/+1
old value. If you do, it will lead to accessing a memory address that has been free()'d. (issue #8895, arkadia) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51828 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Yield before reading from zaptel timing source under Solaris so that other ↵file1-0/+6
threads get a chance to do things. (issue #7875 reported by bob) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51512 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Merge codec_zap support for the transcoder card. This is a standalone codecrussell2-0/+941
module so it will not affect anything else. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51410 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Move filestream creation to Mixmonitor loop. This will prevent a blank file ↵file1-25/+32
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.2@51406 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Explicitly declare what codecs are supported by default globally since using ↵file1-1/+1
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.2@51359 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Fix a memory leak on command line tab completion. The container for therussell1-1/+3
matches was freed, but the individual matches themselves were not. (issue #8851, arkadia) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51300 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18issue 7877: chan_zap module reload does not use default/initialized values ↵dhubbard1-388/+533
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.2@51271 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18support echo cancellers that can handle 64ms or 128ms of echo cancellationkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51269 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18If a timezone is not specified, assume localtime (instead of gmtime) (Issue ↵tilghman1-3/+4
#7748) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51255 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Document all the fields, including the indication that "uniqueid" should not ↵tilghman1-10/+53
be renamed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51235 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17Move the check for a failure of ast_channel_alloc() to before locking therussell1-1/+1
pvt structure again. Otherwise, on a failure, this will cause a deadlock. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51197 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17When ast_strip_quoted was called with a zero-length string, it would treat atilghman1-1/+1
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.2@51194 f38db490-d61c-443f-a65b-d21fe96a405b