Commit Graph

14199 Commits (6f73ea7750869cf9eb2637ecd63b577ab65bb803)
 

Author SHA1 Message Date
Matthew Nicholson 6f73ea7750 Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_changed().
16 years ago
Jason Parker 510f98c4c7 Add LSB headers for Debian init script, since Debian will complain if it isn't there.
16 years ago
Matthew Nicholson 18e10794d9 Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION length strings.
16 years ago
Matthew Nicholson 5f9b0604b8 Don't stop printing cdr variables if we encounter one with a blank name or value.
16 years ago
Jeff Peeler a91c96ba5d whitespace fix
16 years ago
Jeff Peeler fa2b4c0196 Ensure mailbox is not filled to capacity before doing message forwarding.
16 years ago
Matthew Nicholson b34044bd3a Don't clear the username from a realtime database when a registration expires.
16 years ago
Matthew Nicholson 319b5134a9 Only drop duplicate answer frames if the channel is bridged.
16 years ago
Jason Parker b6bd325021 Add stuff to svn:ignore for tests/ directory.
16 years ago
Olle Johansson 7727748565 Handle error response when we can't make file compatible
16 years ago
Terry Wilson 1b3cdeab25 Return -1 if chan_local doesn't support an option
16 years ago
Paul Belanger 59349472bb Load iax.conf before registering any functions/applications/actions.
16 years ago
Richard Mudgett 111e145ef6 An outgoing call may not get hung up if a pre-connect incoming ISDN call is disconnected.
16 years ago
David Vossel 5f8e639d61 Fixes sip extension state update DEADLOCK
16 years ago
Terry Wilson 7fd5264698 Inherit CHANNEL() writes to both sides of a Local channel
16 years ago
Tilghman Lesher 619807167e Missing newline
16 years ago
Tilghman Lesher ab40f7e68d Fix Mac OS X build.
16 years ago
Paul Belanger 725e695859 GCC 4.2.x optimizations result in improper behavior of GSM codec
16 years ago
Jason Parker 7f9358db02 Transmit silence when reading DTMF in ast_readstring.
16 years ago
Brett Bryant 314ac1bea6 Fixes an issue with MOH where it doesn't recover cleanly when it can't play a file and would just stop, instead of continuing to find the next playable file in the MOH class.
16 years ago
David Vossel 49e083523d In retrans_pkt, do not unlock pvt until the end of the function on a transmit failure.
16 years ago
Tilghman Lesher 3d70384b2f Catch invalid extensions at the parser, instead of making the core deal with them.
16 years ago
Tilghman Lesher a91eaba875 Use poll, if indicated to do so, in the ast_poll2 implementation.
16 years ago
Brett Bryant 1811246e48 Fixes voicemail.conf issues where mailboxes with passwords that don't precede a comma would throw unnecessary error messages.
16 years ago
Tilghman Lesher 0653aeef5d Silly convenience script for BSD platforms.
16 years ago
Terry Wilson a2bf7447e2 Properly detect when a sound file doesn't exist
16 years ago
Brett Bryant a02ffb0a61 Fixes a bug in manager.c where the default configuration values weren't reset when the manager configuration was reloaded.
16 years ago
David Vossel f9927f1291 Removed relatedpeer code from sip_autodestruct
16 years ago
Tilghman Lesher 408cf5d2a2 Ensure that all areas that previously used select(2) now use poll(2), with implementations that need poll(2) implemented with select(2) safe against 1024-bit overflows.
16 years ago
Tilghman Lesher a8742f4a9a Don't send a devstate change on poke_noanswer if the state did not change.
16 years ago
Leif Madsen 28a0b35087 Update say.conf.sample to match the rules in say.c
16 years ago
David Vossel 0e9fb94288 Parse all "Accept" headers for SIP SUBSCRIBE requests.
16 years ago
Jason Parker d5c19c4c98 Fix issue with decoding ^-escaped characters in realtime.
16 years ago
Terry Wilson a0e2fe78a8 Use ast_free since ast_variable_new uses ast_calloc
16 years ago
David Vossel c26e47f289 Fixed how Asterisk destroys a dialog on channel hangup before invite receives a response.
16 years ago
David Vossel 3550593f30 This fix makes sure the ast_channel hangs up correctly when the dialog's PENDING_BYE flag is set.
16 years ago
Richard Mudgett 498cbf96bf Merged revision 278274 from
16 years ago
Richard Mudgett 34806f56f5 Q931 - Sending PROGRESS after sending ALERTING is a protocol error
16 years ago
David Vossel d04e866925 tos_sip option was not being set correctly
16 years ago
Terry Wilson 1c0a484763 Add some documentation about codec negotiation to sip.conf
16 years ago
Terry Wilson c5278fc111 Send a SRCCHANGE indication when we masquerade
16 years ago
Jason Parker e30457f021 Register CLI commands before parsing config, in case there is a config error.
16 years ago
Jeff Peeler e90fb11e61 Ensure SSRC is changed when media source is changed to resolve audio delay.
16 years ago
Leif Madsen e002fc6cf1 Add Danish support to say.conf.sample
16 years ago
Leif Madsen eb704b0fe3 Allow say.conf to handle large numbers ending with multiple zeros.
16 years ago
Russell Bryant 1c72a8ab49 Reset visible indication after answer.
16 years ago
Jeff Peeler 5be00864ee Prevent loss of Caller ID information set on local channel after masquerade.
16 years ago
David Vossel 4f90553a45 chan_sip: fixes provisional keepalive scheduled item crash
16 years ago
Tilghman Lesher b7cb184823 Change context lock back to a mutex, because functionality depends upon the lock being recursive.
16 years ago
Russell Bryant 5ec4ea248c Copy astcli back to 1.4 so it's available for automated testing purposes.
16 years ago