aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-16If variable gotten is not set, will segfault on Solaris.tilghman1-1/+1
2010-07-16For pass through DTMF tones, measure the actual duration between the begin an...mnicholson1-0/+13
2010-07-16Total analysis time error with SIP and silence suppressionpabelanger1-3/+4
2010-07-15In a perfect world, the frame source would never be NULL. In the meantime, do...jpeeler1-1/+1
2010-07-14Update documentation for voicemail.conf externpass option.lmadsen1-1/+2
2010-07-13Only reset a CDR that exists.russell1-1/+3
2010-07-13Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in...russell1-1/+1
2010-07-13Access peer->cdr directly instead of through a saved off reference.russell1-1/+1
2010-07-13Move SQL scripts into their own database-specific directories.tilghman5-0/+0
2010-07-12Make user removals and traversals thread safe in meetme.jpeeler1-85/+173
2010-07-12Change ast_write to not stop generator when called from ast_prod.jpeeler1-5/+5
2010-07-09fix tab-completion for unload command.pabelanger1-1/+6
2010-07-09Fix logging message for stale nonce.pabelanger1-1/+1
2010-07-09give a better error message when attempting to unload a module that is not lo...mnicholson1-1/+3
2010-07-09don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loadedmnicholson1-2/+2
2010-07-09Clear the AST_CDR_FLAG_DIALED flag for channels going into the pbx via the G ...mnicholson1-0/+5
2010-07-09Document that a leading and trailing slash is expected for test categories.russell2-1/+11
2010-07-07Close the DAHDI FD on error when processing chan_dahdi toneduration config pa...rmudgett1-0/+1
2010-07-07Correct how 100, 200, 300, etc. is said. Also add the crazy British numbers.tilghman1-0/+9
2010-07-06Ensure file.o is built correctly.jpeeler1-1/+1
2010-07-06Correct sip.conf.sample comments for prematuremedia option.jpeeler1-6/+8
2010-07-06Add option to not do a call forward on 482 Loop Detectedtwilson2-10/+22
2010-07-06Fix problem with RFC 2833 DTMF not being accepted.mmichelson1-1/+5
2010-07-06Make get_member_status return QUEUE_NO_MEMBERS instead of QUEUE_NO_REACHABLE_...mnicholson1-4/+6
2010-07-05Command 'stop gracefully' doesn't.tilghman2-16/+44
2010-07-05Remove extra line breaks from 'core show config mappings'pabelanger1-3/+1
2010-07-02Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch po...tilghman9-6395/+19675
2010-07-02Autoservice loop optimization causes a busy loop, when channels are serviced ...tilghman1-0/+5
2010-07-02Fix various typos, reported by Lintiantzafrir6-14/+14
2010-07-02If all members are paused, the wrong status is indicated.tilghman1-0/+7
2010-07-01Don't return a partially initialized datastore.russell1-1/+4
2010-07-01Allow admin user to join conference without using admin mode and no user pin.jpeeler1-2/+1
2010-07-01Ensure channel placed in meetme in ringing state is properly hung up.jpeeler1-0/+14
2010-06-29Allow the "useragent" value to be restored into memory from the realtime back...tilghman1-6/+8
2010-06-29_Really_ skip the channel... don't just retry for another 200 cycles.tilghman1-1/+1
2010-06-29Remove properties that were erroneously merged to 1.4 from one of my branches.russell0-0/+0
2010-06-28Don't change ownership/group/permissions on run directory, if it already exists.tilghman1-4/+8
2010-06-28Also trim trailing blanks on #includestilghman1-1/+1
2010-06-28Change the way that we read include files, to accommodate for changes in GCC ...tilghman1-13/+6
2010-06-28Backport applicable parts of test_astobj2.russell1-0/+329
2010-06-28Backport unit test API to 1.4.russell10-2/+1270
2010-06-28Decode URI in contact header of 302 response.mmichelson1-0/+1
2010-06-28Force SILENTMAKE where it is needed.russell1-5/+6
2010-06-28Backport method of setting SUBMAKE from trunk.russell1-1/+5
2010-06-25Make the structure of the table specified before match the queries and results.tilghman1-5/+5
2010-06-24ss_thread calls pri_grab without lock during overlap dialrmudgett1-0/+2
2010-06-23Send AgentComplete manager events in the event of blind and attended transfers.mnicholson1-0/+29
2010-06-23First caller into a dynamic conference now enter pin once.pabelanger1-3/+4
2010-06-23Backport part of revision 136715 to fix callerid in voicemail text files (IMA...tilghman1-2/+3
2010-06-22Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is...mnicholson1-0/+1