Commit Graph

13775 Commits (8730e034d36988fdfea8fa1653dbf048beaf1e43)
 

Author SHA1 Message Date
David Vossel 8730e034d3 fixes conditional jump or move depending on uninitialised STACK value
17 years ago
Kevin P. Fleming 851de5edaa When 'sip set debug' is enabled, and the last line of an incoming SIP message
17 years ago
Kevin P. Fleming afd2b5e203 Correct fix for issue #16268... the reporter's original patch was very close to correct.
17 years ago
Kevin P. Fleming 800a1df304 Ensure that SDP parsing does not ignore the last line of the SDP.
17 years ago
Matthew Nicholson f32239bff8 Copy the peer CDR's userfield to the bridge CDR if it exists. This is necessary for the recordagentcalls option in chan_agent to store the recorded file name in the bridge CDR.
17 years ago
David Vossel 182c57ce17 fixes MixMonitor thread not exiting when StopMixMonitor is used
17 years ago
Michiel van Baak 9d6f7502ac Update copyright year in visible output. (cli)
17 years ago
Kevin P. Fleming 708e058915 Correct mistaken option name in error message.
17 years ago
Joshua Colp 4950fbeebc Respect the maddr parameter in the Via header.
17 years ago
Joshua Colp 607defd94a Fix a crash caused by two threads thinking they should both free the
17 years ago
Joshua Colp 2ef94c5196 Document a limitation in the AVAILSTATUS variable from ChanIsAvail and provide
17 years ago
David Vossel 251f196760 fixes merging error, datastore was being freed in the wrong function.
17 years ago
David Brooks 933ad675be Solaris doesn't like NULL going to ast_log
17 years ago
Tilghman Lesher e04cade814 If two pattern classes start with the same digit and have the same number of characters, they will compare equal.
17 years ago
David Ruggles 4d366f8147 Fix ExternalIVR Documentation
17 years ago
Joshua Colp 258a49e0dc Remove broken support for direct transcoding between G.726 RFC3551 and G.726 AAL2.
17 years ago
David Ruggles 24261d3fba Document ExternalIVR event tag collision
17 years ago
David Vossel cbd0215153 don't crash on log message in solaris
17 years ago
Matthew Nicholson d9ef686bc3 Reverted revision 202022.
17 years ago
Leif Madsen 446f9a0e47 Update WARNING message.
17 years ago
Matthew Nicholson a3887d4511 Perform limited bounds checking when destroying ast_mutex_t structures to make sure we don't try to use negative indices.
17 years ago
David Vossel 8939eece6a fixes audiohook write crash occuring in chan_spy whisper mode.
17 years ago
Joshua Colp 0eb5bea853 Don't overwrite caller ID name on a trunk with the configured fullname when using users.conf
17 years ago
David Vossel 5f6bf9a820 fixes segfault in iLBC
17 years ago
Joshua Colp 3e10834b22 Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing through the Asterisk core.
17 years ago
Matthew Nicholson aa51d30173 Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE.
17 years ago
David Vossel 15d78bc88b fixes crash in astfd.c
17 years ago
David Vossel 25968fe49b fixes memory leak in func_audiohookinherit.c
17 years ago
Jason Parker d7dfd99014 Fix crash on VPB exception when no hardware is present.
17 years ago
David Brooks 50c0d05b8a chan_misdn Asterisk 1.4.27-rc2 crash
17 years ago
Jeff Peeler cd447927e4 Fix incorrect filename comparsion after monitor file change
17 years ago
Matthew Nicholson 3c256882d6 This patch modifies the Dial application to monitor the calling channel for hangups while playing back announcements.
17 years ago
Matthew Nicholson 841a1d5ed5 Modify the SDP parsing code to parse session and media level items separately.
17 years ago
Joshua Colp d1ec8f8be6 Fix a security issue where it may be possible for someone to execute a cross-site
17 years ago
Joshua Colp 7f8c4f7278 Fix a security issue where sending a REGISTER with a differing username in the From
17 years ago
Richard Mudgett dc898f35c9 Make sure the outgoing flag is cleared if a new channel fails to get created for outgoing calls.
17 years ago
Joshua Colp f4298a49f0 Fix a bug where an RPID header could be generated with a blank username in the URI.
17 years ago
Olle Johansson 6ad9ff8acc Fixing bug before someone reports it...
17 years ago
Olle Johansson 8239b12ab7 Adding IP address in Contact ACL log message and removing redundant message
17 years ago
Olle Johansson 05390babd0 Use proper response code when violating Contact ACL's.
17 years ago
David Brooks e3103c39a7 SIP channel name uniqueness
17 years ago
Joshua Colp ed413ec76c Fix a bug where the recorded privacy introduction file would not get removed if the caller hung up
17 years ago
Tilghman Lesher 717c3e1789 Don't allow two separate instances of safe_asterisk when restarting from the init script.
17 years ago
David Vossel 9c6f754b18 fixes crash on iterator_destroy on uninitialized iterator
17 years ago
David Vossel 183624e194 changes calltoken debug messages from LOG_NOTICE to LOG_DEBUG like they are supposed to be
17 years ago
Joshua Colp 6070611b35 Add an option to enabling passing music on hold start and stop requests through instead of
17 years ago
Leif Madsen ff7b512bcc Update documentation in sip.conf.sample.
17 years ago
Leif Madsen 93433cfc47 Update CALLINGSUBADDR channel variable documentation.
17 years ago
Tilghman Lesher 41f0b0de9c Fix documentation (pointed out by TheDavidFactor on #-dev)
17 years ago
Tilghman Lesher 50c0fedbc0 Manager output is not always NULL-terminated, so force a NULL at the end of the filestream.
17 years ago