Commit Graph

2594 Commits (1c4d34a0f797ee77bfde00e868388f8064a47d85)

Author SHA1 Message Date
Terry Wilson 6280e04736 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
17 years ago
Steve Murphy fffb7722be A little documentation cross-ref between features and
17 years ago
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
17 years ago
Tilghman Lesher fd9de775c5 Quoting in the wrong direction
17 years ago
Tilghman Lesher 785f27a29a Reset all DIAL variables back to blank, in case Dial is called multiple times
17 years ago
Mark Michelson 3c205d2d3f Update the queue with the correct number of calls and
17 years ago
Tilghman Lesher 124e45e739 Check correct values in the return of ast_waitfor(); also, get rid of a
17 years ago
Tilghman Lesher 2d65bd3f1f Some compilers warn, some don't. Fixing.
17 years ago
Tilghman Lesher f4584aa9ff Ensure that mail headers are 7-bit clean, even when UTF-8 characters are used
17 years ago
Tilghman Lesher 8dad2a85a5 User not notified of temporary greeting, if ODBC storage is in use.
17 years ago
Tilghman Lesher 276f78ae7d When blank, callerid name and number should display "unknown caller" in voicemail
17 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)
17 years ago
Sean Bright 3c576b4262 Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.
17 years ago
Tilghman Lesher 93ef1ee4ef Dialplan functions should not actually return 0, unless they have modified the
17 years ago
Sean Bright 9f0f616c1e Change some preprocessor macros to struct definitions so that we get
17 years ago
Tilghman Lesher 987835bbfe Backport Hebrew language to voicemail.
17 years ago
Tilghman Lesher 128c387bf2 When callerid is blank, we want to use "unknown caller" in those cases, too.
17 years ago
Tilghman Lesher 496b85d5ed Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
17 years ago
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