Commit Graph

2576 Commits (eccd14d7f096926c1698697211d0bf12d4abf6b7)

Author SHA1 Message Date
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
17 years ago
Mark Michelson 8ac105b26d Since greetings are not stored in IMAP, we should
17 years ago
Mark Michelson 3bf0a6c221 Fix voicemail forwarding when using ODBC storage.
17 years ago
Mark Michelson df5793b73c After adding the context checking to app_voicemail
17 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
17 years ago
Mark Michelson 8fc827e3cd Add context checking when retrieving a vm_state.
17 years ago
Russell Bryant 6177d367e2 Fix a crash in the ChanSpy application. The issue here is that if you call
17 years ago
Mark Michelson ccfa1564da Add a lock and unlock prior to the destruction of the chanspy_ds
17 years ago
Mark Michelson 6f9bd7d072 Change the inequalities used in app_queue with regards
17 years ago
Kevin P. Fleming 2ebf0eee36 remove some more chan_zap references
17 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)
17 years ago
Tilghman Lesher 925996df48 Update persistent state on all exit conditions.
17 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
17 years ago
Mark Michelson 7dcb58af43 We only need to unregister the QueueStatus manager
17 years ago
Mark Michelson bae517b1e2 Revert inadvertent changes to app_skel that occurred when
17 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
17 years ago
Steve Murphy ee8adb313e (closes issue #12982)
17 years ago
Tilghman Lesher b0e9870535 Memory leak on unload
17 years ago
Michiel van Baak c5ef42b87c make app_ices compile on OpenBSD.
17 years ago
Russell Bryant 9105d1ecff Get app_ices working again
17 years ago
Mark Michelson f51e53921c Add more timeout checks into app_queue, specifically
17 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
17 years ago
Mark Michelson b7aa2fb03c Merging the imap_consistency branch.
17 years ago
Tilghman Lesher 0b2e233479 Detect when sox fails to raise the volume, because sox can't read the file.
17 years ago
Tilghman Lesher 8e0165bb17 Remove unnecessary mmap flag
17 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
17 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
17 years ago
Mark Michelson 9482af686b Zap/pseudo is ten characters, but DAHDI/pseudo is
17 years ago
Mark Michelson ba642db1f4 Update the "last" channel in next_channel in app_chanspy so
17 years ago
Kevin P. Fleming 6a0bcc4754 fix up namespace pollution for dahdi_chan_mode enum
17 years ago
Brett Bryant 222f6d733a Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't
17 years ago
Mark Michelson 592497392b Move the init_queue call back to where it used to be (changed
17 years ago
Mark Michelson 47924ba64d Apparently, "thread safety" is important, whatever
17 years ago
Mark Michelson e10908c6d2 Make absolutely certain that the transfer datastore
17 years ago
Mark Michelson cb503c4cb4 Add a check to the CAN_EARLY_BRIDGE macro in app_dial to
17 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 :-)
17 years ago
Mark Michelson 7b1c12bcb0 Backport TCP-related timeouts to IMAP voicemail in 1.4
17 years ago
Tilghman Lesher e46bb5f5bc Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is not
17 years ago
Tilghman Lesher 37d56a983f Check for non-NULL before stripping characters.
17 years ago
Tilghman Lesher 03ba0f7ef0 Stop using deprecated method, as requested by Kevin.
17 years ago
Kevin P. Fleming 589c7bdb3a remove this, it has been moved to the main Makefile
17 years ago
Mark Michelson 2ddc2e2ca0 Add error message to failed open(2) calls inside the copy() function of
17 years ago
Mark Michelson 28004bb651 Add the interface of a queue member to the output of the "queue show" command
17 years ago
Mark Michelson 3d2bc51957 Backport of attended transfer queue_log patch from trunk.
17 years ago
Mark Michelson 033e0392e7 Prior to this patch, the "queue show" command used cached
17 years ago
Kevin P. Fleming 994998a9da allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-tools and dahdi-linux are now separate packages and can be installed in different places
17 years ago
Tilghman Lesher b8e3e5c6d5 Occasionally control characters find their way into CallerID. These need to
17 years ago
Steve Murphy a8f8c021d2 (closes issue #12910)
17 years ago
Tilghman Lesher 6bcc02490f usleep with a value over 1,000,000 is nonportable. Changing to use sleep()
17 years ago
Mark Michelson 83efc923de Fix IMAP forwarding so that messages are sent to the proper mailbox.
17 years ago