Commit Graph

3369 Commits (98658b0670a4374be271aed0c7b42657cfced657)

Author SHA1 Message Date
Paul Belanger b735edd891 Increase verbosity level for ast_verb messages
14 years ago
Russell Bryant e55b86fca9 Multiple revisions 360356-360357
14 years ago
Richard Mudgett 94fb536135 Make number not available presentation also set screening to network provided.
14 years ago
Richard Mudgett 01b999f833 Allow AMI action callback to be reentrant.
14 years ago
Matthew Jordan 522df4c5f8 Fix remotely exploitable stack overflow in HTTP manager
14 years ago
Russell Bryant f892e9152d udptl: Ensure fec[] in udptl_build_packet() is initialized.
14 years ago
Richard Mudgett 43100ddd82 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Matthew Jordan b7254422e9 Fix incorrect jitter buffer overflow due to missed resynchronizations
14 years ago
Richard Mudgett 46f24f0596 Fix Dial m and r options and forked calls generating warnings for voice frames.
14 years ago
Russell Bryant cca76a24b6 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant cfb780a5f5 Fix inaccurate sizeof() in sched.c.
14 years ago
Russell Bryant c7c08aa792 Fix incorrect sizeof() usage in features.c.
14 years ago
Russell Bryant f56c91a316 Fix incorrect sizeof() on a pointer in MD5Final().
14 years ago
Russell Bryant 2cf40a7f57 Don't use a buffer after it goes out of scope.
14 years ago
Terry Wilson 0f7fe58196 Fix setting CDR variables in the hangup extension
14 years ago
Terry Wilson 7db4fb902e Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Jonathan Rose 15c1391da0 Eliminate double close of file descriptor in manager.c
14 years ago
Kinsey Moore 56c9cee3f6 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago
Richard Mudgett f1bdfc6180 Remove ISDN hold restriction for non-bridged calls.
14 years ago
Mark Michelson 76dc2d4705 Fix race condition that can cause important control frames (such as a hangup) to be missed.
14 years ago
Kinsey Moore 7741e5fab3 Prevent outbound SIP NOTIFY packets from displaying a port of 0
14 years ago
Walter Doekes 98b303468b Update stringfield documentation for removed second va_list in favor of va_copy.
14 years ago
Richard Mudgett da61b9ec5f Fix callerid of Originated calls.
14 years ago
Terry Wilson b0b1eb823a Copy CDR variables when set during a bridge
14 years ago
Matthew Jordan e796b45951 Allow SRTP policies to be reloaded
14 years ago
Richard Mudgett 3b57020680 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
14 years ago
Terry Wilson f11810c690 Track module use count for res_calendar
14 years ago
Kinsey Moore fe385136d7 Add missing newline to ccss state change notification
14 years ago
Sean Bright 3ded9d711c Revert a change to audio_audiohook_write_list that had no affect.
14 years ago
Richard Mudgett bf13951c9f Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.
14 years ago
Kinsey Moore 8cff202f2f Make the config parser remove escaping backslashes
14 years ago
Russell Bryant 10e41e37b5 Remove some unnecessary locking from ast_hangup().
14 years ago
Richard Mudgett 3229952bc7 Add missing headers to AMI UnParkedCall event to uniquely identify the call.
14 years ago
Mark Michelson b504a707f5 Fix TLS port binding behavior as well as reload behavior:
14 years ago
Richard Mudgett 754e821648 Fix memory leak in error paths for action_originate().
14 years ago
Terry Wilson 48b42ebe3a Re-link peers by IP when dnsmgr changes the IP
14 years ago
Russell Bryant 735e673bb9 Find even more network interfaces.
14 years ago
Kevin P. Fleming b5cd652324 Add 'L16-256' MIME subtype alias for slin16.
14 years ago
Russell Bryant 2fa0175cda Update ast_set_default_eid() to find more network interfaces.
14 years ago
Richard Mudgett 88af121f9f Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Kevin P. Fleming bfedbd32b2 Avoid unnecessary rebuilds of main/test.c.
14 years ago
Richard Mudgett b1f34068ac Fixes for sending SIP MESSAGE outside of calls.
14 years ago
Kevin P. Fleming 0f2ebf6df3 Eliminate unnecessary rebuilds of main/format*.c.
14 years ago
Mark Michelson 56032cb4cc Fix grammar of comment.
14 years ago
Mark Michelson ff00876b13 Fix blind transfers from failing if an 'h' extension is present.
14 years ago
Richard Mudgett dd82e9676e Fix ast_app_dtget() time unit inconsistency.
14 years ago
Sean Bright e91ada0ae4 Sort the output of 'database showkey' as well.
14 years ago
Joshua Colp ca3a020b0a Add missing code to set direct RTP setup information during dialing.
14 years ago
Sean Bright 0e41fe0f2f Sort the output of 'database show' by key.
14 years ago
Walter Doekes dd6c7a95c3 Allow only one thread at a time to do asterisk cleanup/shutdown.
14 years ago