Commit Graph

2697 Commits (efb22ba096ddfc0803f0275d2ccbb22a62d85566)

Author SHA1 Message Date
Tilghman Lesher efb22ba096 Add a similar dependency on SMDI for voicemail as already exists for ADSI.
17 years ago
Matthew Nicholson bec8573c37 This change modifies app_queue to properly generate CDR records in failure
17 years ago
Tilghman Lesher f6ba2472bd Avoid initializing routines if the authentication fails. Fixes a crash (RR) issue.
17 years ago
Tilghman Lesher 8425d87bdf Move 300 bytes around on the stack, to make more room for an extension buffer.
17 years ago
Joshua Colp 6b15b32783 Fix a bug where the followme application would continue trying numbers after the caller hung up.
17 years ago
Mark Michelson b67282e2fd Fix a bug which resulted from the Hebrew voicemail commit.
17 years ago
Mark Michelson 972d9bf53c Kevin has informed me that thi sort of thing is not necessary.
17 years ago
Mark Michelson 85a8916552 Move static buffers to outside for loops in app_chanspy.
17 years ago
Sean Bright b5ec450104 Move the defintion of the a couple arrays out of loops.
17 years ago
Sean Bright 603a56aa69 Fix a crash in app_queue with very long member lists.
17 years ago
Terry Wilson 59ee389e31 Update CDR appropriately when AST_CAUSE_NO_ANSWER is set
17 years ago
Terry Wilson ef9ef40c19 Don't treat a NOANSWER like a CHANUNAVAIL
17 years ago
Tilghman Lesher caef916825 Umask should not be exported into global namespace.
17 years ago
Tilghman Lesher 1cb43cfa75 Permit zero-length text messages in SIP.
17 years ago
Mark Michelson 8e31a331b4 Fix a crash due to too few arguments to RetryDial.
17 years ago
Tilghman Lesher 56e7ca00c1 Fix Macro documentation to match current (and intended) behavior.
17 years ago
Mark Michelson e2c30564bf Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is used.
17 years ago
Tilghman Lesher 3d9585f4ba Found a conflict in the last commit, due to multiple targets
17 years ago
Tilghman Lesher 6d08bad538 Distinguish in a sent email between simple sends and forwards.
17 years ago
Mark Michelson 7cc775e1ed Fix crash that would occur if an empty member was specified in queues.conf.
17 years ago
Mark Michelson e2eaf7f862 Fix Russian voicemail intro to say the word "messages" properly.
17 years ago
Mark Michelson c48480f5e4 Fix some state_interface stuff that was in trunk but not in the backport to 1.4.
17 years ago
Mark Michelson fd7d3271c6 Fix queue weight behavior so that calls in low-weight queues are not inappropriately blocked.
17 years ago
Mark Michelson cf7131dd6a Backport state interface changes to app_queue from trunk.
17 years ago
Russell Bryant 23de13f3da Ensure targs variable is fully initialized.
17 years ago
David Vossel d64575ac5c pri loop TestClient/TestServer fails: server SEND DTMF 8
17 years ago
Mark Michelson 4a209dbe40 Change NULL pointer check to be ast_strlen_zero.
17 years ago
Terry Wilson 2da89b3022 Add missing datastore inherit (exists in all other branches)
17 years ago
David Vossel f42e9eb6bf Cleaning up a few things in detect disconnect patch
17 years ago
David Vossel dd17912d68 Allow disconnect feature before a call is bridged
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Jason Parker 62fbf19157 Allow dahdichanname to work as advertised.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
17 years ago
Mark Michelson a8e2597803 Make compilation succeed in dev-mode when IMAP storage is enabled.
17 years ago
Mark Michelson aef6c114f1 [IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.
17 years ago
Mark Michelson 7e44582f57 Fix broken mailbox parsing when searchcontexts option is enabled.
17 years ago
Mark Michelson ab5b88843c Clarify some documentation of queues.conf.sample
17 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
17 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
17 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
17 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
17 years ago
Mark Michelson b30800adfb Remove unused variable and make dev-mode compilation happy
17 years ago
Mark Michelson 5ae664d5aa Open the DAHDI pseudo device and set it to be nonblocking atomically
17 years ago
Mark Michelson 3e0b36d9d0 Fix a potential crash situation when using IMAP voicemail
17 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
17 years ago
Steve Murphy 680cc35607 This patch solves some compiler complaints
17 years ago
Jeff Peeler 0b026ce04f Add new configuration option to make shared IMAP mailboxes function as expected.
17 years ago
Mark Michelson e7478c7b15 Fix situations where queue members could be autopaused unexpectedly
17 years ago