Commit Graph

12955 Commits (8dad2a85a5feb95b0b93a153df4135cf61c86013)
 

Author SHA1 Message Date
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
Jeff Peeler b1da541a92 (closes issue #13139)
17 years ago
Kevin P. Fleming d7be4318bb when parsing a text configuration option, ensure that the buffer on the stack is actually large enough to hold the legal values of that option, and also ensure that sscanf() knows to stop parsing if it would overrun the buffer (without these changes, specifying "buffers=...,immediate" would overflow the buffer on the stack, and could not have worked as expected)
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
Kevin P. Fleming 325aa9652f revert this change until i can understand why it results in locking order changes
17 years ago
Kevin P. Fleming 198b01597b don't start a PBX on incoming PRI call channels until after we're done setting channel variables and other things on the channel, otherwise the channel might go away (if the dialplan hangs up quickly) before we are done, which results in a spectacular crash
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
Tilghman Lesher 850cd15e26 Check whether an extension exists in the _call method, rather than the _alloc
17 years ago
Kevin P. Fleming e1fc602c64 ensure that the private structure for pseudo channels is created without 'leaking' configuration data from other configured channels
17 years ago
Jason Parker 8eb7b7e43c Fix silly formatting.
17 years ago
Sean Bright 9f0f616c1e Change some preprocessor macros to struct definitions so that we get
17 years ago
Jeff Peeler fc2e08f823 (closes issue #13425)
17 years ago
Steve Murphy b161b2df6e (closes issue #13579)
17 years ago
Tilghman Lesher afae26f04d Backport support for some of the keyword modifications used in 1.6 (while warning that
17 years ago
Tilghman Lesher 1178fb0bc4 Some sanity checks that may have led to prior crashes, found by codefreeze-lap
17 years ago
Leif Madsen f82c12f5d0 Update the realtime_pgsql.sql script to create the setinterfacevar column.
17 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
17 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
17 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
17 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
17 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
17 years ago
Steve Murphy 8524d212f6 (closes issue #12101)
17 years ago
Tilghman Lesher 987835bbfe Backport Hebrew language to voicemail.
17 years ago
Christian Richter 4bc71ce504 improved helptext of misdn_set_opt.
17 years ago
Steve Murphy ee2d2f2cae (closes issue #13489)
17 years ago
Steve Murphy b7a9ab7203 In at least one machine, we noted that the timestr
17 years ago
Sean Bright 5ffbc15de7 Use the advertised header size in .au files instead of just assuming they
17 years ago
Sean Bright c83cefe9be Make vmail.cgi work with mailboxes defined in users.conf, too.
17 years ago
Steve Murphy fc6f84e9e9 This fix comes from a debugging session on a test box that has been getting hung channels when the mssqlserver bounces. All the connections then become invalid, and must be reconnected. The cdr_odbc backend had code to do it, but depended on re-establishing the connection, but re-using the STMT that had been built. By trial and error, we determined that the STMT could not be re-used after the connection was re-established. and must be rebuilt. These changes accomplish this.
17 years ago
Doug Bailey d4748ad3c3 Adjust for technology when generating user extension
17 years ago
Steve Murphy 92d91e43e0 A micro-fix, in sip_park_thread, where d is freed before the func is done using it.
17 years ago
Jeff Peeler 5d6a7c270b compare peer and chan instead of looking at the parked user (pu), which could have possibly already have been freed by the parking thread
17 years ago
Tilghman Lesher 128c387bf2 When callerid is blank, we want to use "unknown caller" in those cases, too.
17 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
17 years ago
Jeff Peeler 407b16efd7 (closes issue #13493)
17 years ago
Jeff Peeler a3289918e3 (closes issue #13465)
17 years ago
Tilghman Lesher 84b197673b Set the raw formats at the same time as the other formats.
17 years ago
Jeff Peeler ca37a64754 (closes issue #12965)
17 years ago
Tilghman Lesher a4ebc105ef Create rules for disallowing contacts at certain addresses, which may
17 years ago
Michiel van Baak bc9f006e3e fix copyright year range
17 years ago
Tilghman Lesher 496b85d5ed Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
17 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
17 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
17 years ago
Steve Murphy aa58c91fbe (closes issue #13364)
17 years ago
Steve Murphy dca52e11c5 (closes issue #12318)
17 years ago
Sean Bright 42e0a95c2f Fix detection of PWLIB and OpenH323 version when spacing in the headers
17 years ago
Tilghman Lesher 2f789ddab8 Publish new extra sounds version.
17 years ago
Russell Bryant 4b5b6ffa27 It is a normal situation that a task gets put in the scheduler that should run
17 years ago