Commit Graph

10620 Commits (9d3ff33b25fc88b10c589038b402ab00963f90c6)
 

Author SHA1 Message Date
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
Jason Parker 281b1a890c Re-add CLI command that should have only been deprecated in 1.4.
19 years ago
Tilghman Lesher 8597c8f7b4 Merged revisions 50150 via svnmerge from
19 years ago
Olle Johansson 1a33c38a15 - handle re-invites properly in sip_hangup()
19 years ago
Jason Parker 5cd6177995 Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password"
19 years ago
Matt O'Gorman f7767f2e23 we can't unlock a channel if we cant find it. - AnthonyL bug #8741
19 years ago
Joshua Colp 46700b62af Disable the more intense packet2packet bridging until the bugs can be worked out.
19 years ago
Olle Johansson 3394598f93 Issue #8677 - Handle failure of T.38 re-invite
19 years ago
Olle Johansson 0f96f73768 Issue #8524, support multiple via header values (tardieu)
19 years ago
Olle Johansson be32fad9b8 We only need one forward declaration
19 years ago
Olle Johansson 484add6554 Issue 8735: Terminate state when extension is unavailable for subscription
19 years ago
Joshua Colp 0a51642588 Merged revisions 49889 via svnmerge from
19 years ago
Kevin P. Fleming 708276e718 since we use AC_PATH_TOOL to find tools, we should use the results it provides for us (reported by Brian Capouch on the asterisk-dev list)
19 years ago
Tilghman Lesher 5d9b3e845f Merged revisions 49833 via svnmerge from
19 years ago