aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-17When ast_strip_quoted was called with a zero-length string, it would treat atilghman1-1/+1
2007-01-16Add documentation walkthrough on getting Postgres to work with voicemail (fro...tilghman1-0/+436
2007-01-16Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8...tilghman1-5/+4
2007-01-16Return previous behavior. ParkedCalls will be able to do DTMF based transfers...file1-0/+2
2007-01-16Add none as a valid callgroup/pickupgroup option. I consider it a bug that it...file1-2/+8
2007-01-15Check return value before dereferencing (Bug 8822)tilghman1-1/+2
2007-01-15Solves issue with forwarding voicemails from folders other than inbox.mogorman1-5/+9
2007-01-14Bug 8814 - db should look for its header using a relative path, instead of th...tilghman31-31/+31
2007-01-12minor documentation clarificationkpfleming1-1/+2
2007-01-11Issue #8793 bad response for Unsupported Extension (different fix).oej1-0/+2
2007-01-11when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as ...crichter1-1/+6
2007-01-11* more additions to make the RESTART message workcrichter3-14/+26
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter6-35/+87
2007-01-10Add another return value to dial_exec_full that indicates execution is going ...file1-4/+11
2007-01-10Make the number that represents the major version number a single digit insteadrussell1-1/+1
2007-01-09The advent of realtime has enabled people to use commas in the fullname field.tilghman1-2/+26
2007-01-08make gcc 4 happy, remove some warningscrichter3-56/+49
2007-01-08Ensure we use the default refresh value of 60 if the remote server does not s...file1-1/+1
2007-01-07If openstream fails, then we crash (Issue 8564)tilghman1-1/+2
2007-01-05ensure that threads which are supposed to be detached (because we aren't goin...kpfleming3-5/+20
2007-01-04converted a lot of 256 to PATH_MAX and some white space fixes.mogorman1-61/+61
2007-01-04good catch russell sorry i missed that.mogorman1-4/+4
2007-01-03When using ODBC_STORAGE VoicemailMain doesn't create themogorman1-6/+31
2007-01-03* Added check for bridging in misdn_call to avoid setting echocancellationcrichter2-20/+16
2007-01-02added check for channel ranges in the set/empty channel functions. set pmp_l1...crichter5-8/+51
2006-12-29location of the bug posting guidelines has changedkpfleming1-1/+1
2006-12-27Issue 8596: Set CAN_BYE flag for 100 trying toooej1-0/+1
2006-12-25Fix an error introduced by copying and pasting the handling of the >= operatorrussell1-1/+0
2006-12-24Check for the proper return value on an error in a call to mmap().russell1-1/+1
2006-12-24Remove a couple of misplaced dots in log messages. This was reported byrussell1-2/+2
2006-12-21Add new silence sound files to the spec for Redhat. (issue #8652 reported by ...file1-0/+2
2006-12-19Free localuser structure when we fail to dial (issue #8612 reported by rizzo)file1-0/+3
2006-12-19when we reject a channel, because it's in use already, we shouldn't process t...crichter1-56/+38
2006-12-18when our PTP Partner sends us a SETUP with a preselected channel we just acce...crichter2-15/+28
2006-12-15Issue #8592 - handle 504 as 503 - congestionoej1-0/+3
2006-12-14removed FIXUP state. added check for channel allocation conflict when we crea...crichter2-8/+23
2006-12-13This small patch fixes bug 8541, where the L option to the Dial app wasn't wo...murf1-2/+5
2006-12-12add silence fileskpfleming10-0/+0
2006-12-11the english language can be a tricky beastmogorman1-1/+1
2006-12-11app_externalivr needs a real silence file, and additionalmogorman3-1/+32
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman8-20/+102
2006-12-10This version applies the patch suggested by stevens in bug 7836 (make inbound...murf1-6/+5
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-2/+11
2006-12-07Ensure that the file position is not incremented beyond the total number ofrussell1-0/+1
2006-12-06Fix the name of the rtignoreregexpire option in the sample configuration file.russell1-1/+1
2006-12-06added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcat...crichter3-0/+23
2006-12-06Issue #8528 - make sure we don't delete the dialog too quickly after receivingoej1-6/+15
2006-12-06changed a few debugs to higher debug levelscrichter1-4/+8
2006-12-06Don't add Contact header on BYE, CANCEL, MESSAGE requestsoej1-1/+2
2006-12-05Only set the ALREADYGONE flag once in handle_response()oej1-2/+1