Commit Graph

2589 Commits (c19ca186c1499a338643fa9c2ee3d0f533f15a84)

Author SHA1 Message Date
Mark Michelson 3c205d2d3f Update the queue with the correct number of calls and
18 years ago
Tilghman Lesher 124e45e739 Check correct values in the return of ast_waitfor(); also, get rid of a
18 years ago
Tilghman Lesher 2d65bd3f1f Some compilers warn, some don't. Fixing.
18 years ago
Tilghman Lesher f4584aa9ff Ensure that mail headers are 7-bit clean, even when UTF-8 characters are used
18 years ago
Tilghman Lesher 8dad2a85a5 User not notified of temporary greeting, if ODBC storage is in use.
18 years ago
Tilghman Lesher 276f78ae7d When blank, callerid name and number should display "unknown caller" in voicemail
18 years ago
Joshua Colp 38402d868c If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8)
18 years ago
Sean Bright 3c576b4262 Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.
18 years ago
Tilghman Lesher 93ef1ee4ef Dialplan functions should not actually return 0, unless they have modified the
18 years ago
Sean Bright 9f0f616c1e Change some preprocessor macros to struct definitions so that we get
18 years ago
Tilghman Lesher 987835bbfe Backport Hebrew language to voicemail.
18 years ago
Tilghman Lesher 128c387bf2 When callerid is blank, we want to use "unknown caller" in those cases, too.
18 years ago
Tilghman Lesher 496b85d5ed Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
18 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
18 years ago
Mark Michelson 8ac105b26d Since greetings are not stored in IMAP, we should
18 years ago
Mark Michelson 3bf0a6c221 Fix voicemail forwarding when using ODBC storage.
18 years ago
Mark Michelson df5793b73c After adding the context checking to app_voicemail
18 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
18 years ago
Mark Michelson 8fc827e3cd Add context checking when retrieving a vm_state.
18 years ago
Russell Bryant 6177d367e2 Fix a crash in the ChanSpy application. The issue here is that if you call
18 years ago
Mark Michelson ccfa1564da Add a lock and unlock prior to the destruction of the chanspy_ds
18 years ago
Mark Michelson 6f9bd7d072 Change the inequalities used in app_queue with regards
18 years ago
Kevin P. Fleming 2ebf0eee36 remove some more chan_zap references
18 years ago
Kevin P. Fleming a57dd05769 convert this module to be able to handle DAHDI or Zaptel (reported on asterisk-users, don't know how this got missed before)
18 years ago
Tilghman Lesher 925996df48 Update persistent state on all exit conditions.
18 years ago
Kevin P. Fleming 24dedd7016 work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of 'const' for pointers when the developer knows it is safe to do so
18 years ago
Mark Michelson 7dcb58af43 We only need to unregister the QueueStatus manager
18 years ago
Mark Michelson bae517b1e2 Revert inadvertent changes to app_skel that occurred when
18 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
18 years ago
Steve Murphy ee8adb313e (closes issue #12982)
18 years ago
Tilghman Lesher b0e9870535 Memory leak on unload
18 years ago
Michiel van Baak c5ef42b87c make app_ices compile on OpenBSD.
18 years ago
Russell Bryant 9105d1ecff Get app_ices working again
18 years ago
Mark Michelson f51e53921c Add more timeout checks into app_queue, specifically
18 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
18 years ago
Mark Michelson b7aa2fb03c Merging the imap_consistency branch.
18 years ago
Tilghman Lesher 0b2e233479 Detect when sox fails to raise the volume, because sox can't read the file.
18 years ago
Tilghman Lesher 8e0165bb17 Remove unnecessary mmap flag
18 years ago
Kevin P. Fleming cd12517eeb make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
18 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
18 years ago
Mark Michelson 9482af686b Zap/pseudo is ten characters, but DAHDI/pseudo is
18 years ago
Mark Michelson ba642db1f4 Update the "last" channel in next_channel in app_chanspy so
18 years ago
Kevin P. Fleming 6a0bcc4754 fix up namespace pollution for dahdi_chan_mode enum
18 years ago
Brett Bryant 222f6d733a Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't
18 years ago
Mark Michelson 592497392b Move the init_queue call back to where it used to be (changed
18 years ago
Mark Michelson 47924ba64d Apparently, "thread safety" is important, whatever
18 years ago
Mark Michelson e10908c6d2 Make absolutely certain that the transfer datastore
18 years ago
Mark Michelson cb503c4cb4 Add a check to the CAN_EARLY_BRIDGE macro in app_dial to
18 years ago
Kevin P. Fleming 75c6f9ab0f a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-)
18 years ago
Mark Michelson 7b1c12bcb0 Backport TCP-related timeouts to IMAP voicemail in 1.4
18 years ago