Commit Graph

12929 Commits (ee2d2f2caeeae3e4a0c4afd9a6142cfa9cdef18e)
 

Author SHA1 Message Date
Steve Murphy ee2d2f2cae (closes issue #13489)
18 years ago
Steve Murphy b7a9ab7203 In at least one machine, we noted that the timestr
18 years ago
Sean Bright 5ffbc15de7 Use the advertised header size in .au files instead of just assuming they
18 years ago
Sean Bright c83cefe9be Make vmail.cgi work with mailboxes defined in users.conf, too.
18 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.
18 years ago
Doug Bailey d4748ad3c3 Adjust for technology when generating user extension
18 years ago
Steve Murphy 92d91e43e0 A micro-fix, in sip_park_thread, where d is freed before the func is done using it.
18 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
18 years ago
Tilghman Lesher 128c387bf2 When callerid is blank, we want to use "unknown caller" in those cases, too.
18 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
18 years ago
Jeff Peeler 407b16efd7 (closes issue #13493)
18 years ago
Jeff Peeler a3289918e3 (closes issue #13465)
18 years ago
Tilghman Lesher 84b197673b Set the raw formats at the same time as the other formats.
18 years ago
Jeff Peeler ca37a64754 (closes issue #12965)
18 years ago
Tilghman Lesher a4ebc105ef Create rules for disallowing contacts at certain addresses, which may
18 years ago
Michiel van Baak bc9f006e3e fix copyright year range
18 years ago
Tilghman Lesher 496b85d5ed Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
18 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
18 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
18 years ago
Steve Murphy aa58c91fbe (closes issue #13364)
18 years ago
Steve Murphy dca52e11c5 (closes issue #12318)
18 years ago
Sean Bright 42e0a95c2f Fix detection of PWLIB and OpenH323 version when spacing in the headers
18 years ago
Tilghman Lesher 2f789ddab8 Publish new extra sounds version.
18 years ago
Russell Bryant 4b5b6ffa27 It is a normal situation that a task gets put in the scheduler that should run
18 years ago
Mark Michelson 3cf97e5d90 Make sure that the branch sent in CANCEL requests
18 years ago
Mark Michelson 09c3b90918 When determining if codecs used by SIP peers allow
18 years ago
Russell Bryant 5730a3169a Ensure that the stored CDR reference is still valid after the bridge before
18 years ago
Mark Michelson 02fb0b646e Fix pedantic mode of chan_sip to only check the
18 years ago
Russell Bryant 79d074c9fa When doing an async goto, detect if the channel is already in the middle of a
18 years ago
Jason Parker c2eee2c415 Remove RPM package targets from Makefile (and all associated parts).
18 years ago
Russell Bryant 00605e78a4 Actually use Zaptel CFLAGS if using Zaptel instead of DAHDI
18 years ago
Steve Murphy a05ebb78af This fix comes from Joshua Colp The Brilliant, who, given the trace, came up with a solution. This will most likely will close 13235 and 13409. I'll wait till Monday to verify, and then close these bugs.
18 years ago
Tilghman Lesher 0e8f3075bc Reverting behavior change (AGI should not exit non-zero on SUCCESS)
18 years ago
Mark Michelson 9f079b3158 Agent's should not try to call a channel's indicate callback
18 years ago
Mark Michelson 8ac105b26d Since greetings are not stored in IMAP, we should
18 years ago
Mark Michelson 20d7257914 Commit 140417 had a logic flaw in it which
18 years ago
Steve Murphy 8f720a0bdf A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
18 years ago
Steve Murphy 00256a00c2 (closes issue #13357)
18 years ago
Jeff Peeler 1c8fff43ad (closes issue #11979)
18 years ago
Mark Michelson 3bf0a6c221 Fix voicemail forwarding when using ODBC storage.
18 years ago
Russell Bryant cb07ce5fa0 Don't freak out if the poll emulation receives NULL for the pollfds array
18 years ago
Mark Michelson df5793b73c After adding the context checking to app_voicemail
18 years ago
Steve Murphy 32218b2529 I am turning the warnings generated in ast_cdr_free and post_cdr into verbose level 2 messages. Really, they matter little to end users. You either get the CDR's you wanted, or you don't, and it is a bug.
18 years ago
Steve Murphy 84800b8fb0 After reconsidering, with respect to 13409, ast_cdr_detach should be OK, better in fact, than ast_cdr_free, which generates lots of useless warnings that will undoubtably generate complaints.
18 years ago
Steve Murphy f255b55947 (closes issue #13409)
18 years ago
Sean Bright 161b31df57 Make sure to use the correct length of the mohinterpret and mohsuggest
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
Mark Michelson 3e0342deaf Fix SIP's parsing so that if a port is specified
18 years ago
Mark Michelson ec8c71e9c1 Fix tag checking in get_sip_pvt_byid_locked when
18 years ago