Commit Graph

10833 Commits (456cad8a47c0dafc469e7deada077d50c5fb1b51)
 

Author SHA1 Message Date
Joshua Colp f6132a8ec4 Only start timeout once we reach the end of the files to play back.
19 years ago
Jason Parker 65565ac74d Fix an issue with file name completion in "module load" and "load".
19 years ago
Joshua Colp 1e3557c636 Copy MOH settings when calling a peer so that if they put someone on hold or get put on hold themselves they get the right music class. (issue #8840 reported by mdu113)
19 years ago
Jason Parker eab59cabdb Fix an issue with deprecated commands
19 years ago
Tilghman Lesher 80466ff3ed Merged revisions 51235 via svnmerge from
19 years ago
Russell Bryant c5a3194042 Make the "hasmanager" option in users.conf actually have an effect.
19 years ago
Joshua Colp d4398c0bb6 Build the IMAP remote directory string better and properly. Fix an issue with encoding the GSM voicemail when attaching to the voicemail. (issue #8808 reported by akohlsmith)
19 years ago
Joshua Colp 9461aa0027 Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by mdu113)
19 years ago
Russell Bryant 8d0defa82b Fix some instances where when loading func_odbc, a double-free could occur.
19 years ago
Russell Bryant 2b2f8d22f7 Instead of dividing the offset by 2 directly, make it more clear that the
19 years ago
Russell Bryant 4244459e31 Merged revisions 51197 via svnmerge from
19 years ago
Tilghman Lesher 0baf4aa941 Merged revisions 51194 via svnmerge from
19 years ago
Jason Parker d47da64f51 re-add "password" for realtime voicemail
19 years ago
Joshua Colp 9f0ad6093e Return the correct result when directly writing out a packet so that the core doesn't then decide to handle it the regular way again. (issue #8833 reported by rcourtna)
19 years ago
Kevin P. Fleming 439034e464 a few more coding style cleanups and one bug fix (from AnthonyL)
19 years ago
Joshua Colp f986c4f2c3 Move rescheduling of lagrq/pings into the scheduler callback.
19 years ago
Jason Parker 1825fc3ee2 Fix issue with dtmf continuation packets when the dtmf digit is 0...
19 years ago
Jason Parker c3f17ca3c1 Fix an issue with IMAP storage and realtime voicemail.
19 years ago
Jason Parker da01057b5e change documentation to reflect new procedure in 1.4/trunk
19 years ago
Tilghman Lesher 2d893725fc Merged revisions 51161 via svnmerge from
19 years ago
Tilghman Lesher 87ea385650 Merged revisions 51158 via svnmerge from
19 years ago
Matt O'Gorman ea3421ec27 minor things i missed before i get jumped on
19 years ago
Joshua Colp 2db51f4608 Merged revisions 51145 via svnmerge from
19 years ago
Jason Parker 897e4b5eaa Display more useful output when streaming files.
19 years ago
Joshua Colp 531d008066 Merged revisions 51085 via svnmerge from
19 years ago
Russell Bryant de14e3d549 It is possible for the config pointer to be NULL here, so it needs to be
19 years ago
Matt O'Gorman cc003179d4 Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL bug #8436
19 years ago
Russell Bryant 91b5561669 Filter out a few CFLAGS that are not valid CXXFLAGS.
19 years ago
Tilghman Lesher a935012721 Blocked revisions 50987 via svnmerge
19 years ago
Matt O'Gorman d95432aad3 Merged revisions 50946 via svnmerge from
19 years ago
Jason Parker 9d49164921 re-add deprecated "show version" CLI command.
19 years ago
Joshua Colp caa099357b Move event processing into do_message so that it gets executed again when events are tripped.
19 years ago
Kevin P. Fleming dd357a71a7 use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements
19 years ago
Joshua Colp 50f951764f Add missing newlines for two memory CLI commands.
19 years ago
Tilghman Lesher 3fb08d4e9d Merged revisions 50781 via svnmerge from
19 years ago
Kevin P. Fleming 30e4f113a4 when building the sample greetings for maibox 1234@default during 'make samples', build a greeting for each language and file format the user selected to install with menuselect (reported by Brian Capouch on asterisk-dev)
19 years ago
Joshua Colp e4de85c4f5 Only write a frame out to the channel if one exists. There are cases where one may not and would therefore cause the channel driver to segfault. (issue #8434 reported by slimey)
19 years ago
Joshua Colp cc242206c6 Only join the snmp thread on an unload if the thread is actually running. (issue #8810 reported by junky)
19 years ago
Jason Parker 6de5768987 Update documentation to state that you shouldn't use realtime static with voicemail.conf
19 years ago
Joshua Colp 5fe88c5f88 We need to check for res being 0 in do_message itself, otherwise our headers will get lost.
19 years ago
Kevin P. Fleming 34b5a7c8ae Merged revisions 50561 via svnmerge from
19 years ago
Joshua Colp 915f9315e1 Remove check for channel state as it can definitely be something other then ring, and also clean up the code a bit. This should solve the parking issues and maybe some attended transfer issues people have been seeing.
19 years ago
Joshua Colp 240ca25bea Add support to see whether NAT was detected (yay symmetric RTP) and also add a check in chan_sip so that if NAT has been detected and the reinvite behind nat option has been turned off, then just do partial bridge. (issue #8655 reported by mnicholson)
19 years ago
Joshua Colp 4ec0f8cbd6 Merge speech-multi branch which adds support for joining multiple sound files together to be played one after another in SpeechBackground.
19 years ago
Joshua Colp c4d1757329 Fix parsing when using something like ldap settings. (done by anthonyl)
19 years ago
Joshua Colp 9aca2b2a54 Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 reported by st41ker)
19 years ago
Jason Parker 4ed22c8198 Reverse some logic in cdr_manager, which made it fail to load if the config file existed.
19 years ago
Joshua Colp 2c4359d9b3 Merged revisions 50295 via svnmerge from
19 years ago
Joshua Colp 59432b9e21 Ensure data's existence before trying to access it. (issue #8774 reported by rcourtna)
19 years ago
Russell Bryant 8fb6be645e Merged revisions 50227 via svnmerge from
19 years ago