Commit Graph

3232 Commits (dba70c13408bac4a4648b8dc51792a35f0fd49d9)

Author SHA1 Message Date
Mark Michelson dba70c1340 Revert improved identities sent in dialog-info NOTIFY requests in r360862
13 years ago
Mark Michelson 139a7459cd Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.
13 years ago
Kinsey Moore 0536634ff1 Allow SIP pvts involved in Replaces transfers to fall out of reference sooner
13 years ago
Matthew Jordan 3ef885b576 Allow for reloading SRTP crypto keys within the same SIP dialog
13 years ago
Kinsey Moore c4ed0550e8 Fix reference leaks involving SIP Replaces transfers
13 years ago
Alec L Davis 2ecce90e93 chan_sip: [general] maxforwards, not checked for a value greater than 255
13 years ago
Matthew Jordan 88f80c1d54 AST-2012-006: Fix crash in UPDATE handling when no channel owner exists
13 years ago
Michael L. Young d84e70a95c Turn off warning message when bind address is set to any.
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Matthew Jordan 5c318b19c2 Fix a typo in the warning messages for an ignored media stream
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Kinsey Moore 063aa93c46 Stop sending out RTCP if RTP is inactive
13 years ago
Mark Michelson 58565827e6 Improve accuracy of identifying information sent in dialog-info SIP NOTIFY requests.
13 years ago
Mark Michelson 390e8c1f73 Make a debug message regarding subscription changes more accurate.
13 years ago
Richard Mudgett f9246f83c9 Add missing initialization of update_redirecting in chan_sip.c
13 years ago
Matthew Jordan cfdc12387b Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
13 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
13 years ago
Jonathan Rose 8e2e2bf059 Make transfer not ignore port information with SIP.
13 years ago
Joshua Colp ffa247ce6c Defer sending the connected line reinvite if a reinvite is already in progress.
13 years ago
Kinsey Moore fea6466555 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
13 years ago
Jonathan Rose 52c50e4da7 Changes transport option in sip.conf so that using multiple instances doesn't stack.
13 years ago
Richard Mudgett 534213a074 Fix worker thread resource leak in SIP TCP/TLS.
13 years ago
Richard Mudgett f49ff3ff9c Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
13 years ago
Mark Michelson 775b218b35 Fix ACK routing for non-2xx responses.
13 years ago
Matthew Jordan 6453352768 Fix potential buffer overrun and memory leak when executing "sip show peers"
13 years ago
Mark Michelson 202d83c42c Fix regressions with regards to route-set creation on early dialogs.
13 years ago
Mark Michelson a5d76e1c11 Properly invert the return of a strncmp call.
13 years ago
Kinsey Moore 7d5836ca78 Fix parsing of SIP headers where compact and non-compact headers are mixed
14 years ago
Matthew Jordan 004babb20d Clean-up of minor formatting issues in r354542/3/4
14 years ago
Matthew Jordan ead2b47907 Fix SIP INFO DTMF handling for non-numeric codes
14 years ago
Terry Wilson 15d28cfdad Fix multiple SIP realtime issues
14 years ago
Kinsey Moore ea4fa3227f Ensure entering T.38 passthrough does not cause an infinite loop
14 years ago
Jonathan Rose ad24624751 Fix sip show peers port output, align columns, and fix ami port output.
14 years ago
Jonathan Rose 3c1a9894e8 Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip
14 years ago
Terry Wilson d699845a55 Re-link peers by IP when dnsmgr changes the IP
14 years ago
Alec L Davis a61f99f985 prevent debug messsges displaying -ve Cseq numbers. Missed in R353320
14 years ago
Alec L Davis 8fc0050b54 RFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer
14 years ago
Kevin P. Fleming 2281ba7cef Clarify log WARNING message when port-zero SDP 'm' lines received.
14 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Alec L Davis 4d2f8a9cfd rfc4235 - Section 4.1: Versions MUST be representable using a non-negative 32 bit integer.
14 years ago
Jonathan Rose 301cc6b1c0 Copy amaflags to sip_pvt from peer during create_addr_from_peer
14 years ago
Alec L Davis bd8d057dee Cleanup dialog-info+xml Notify dialog
14 years ago
Terry Wilson 054c466a2f Remove some extraneous debugging from registry memleak fix
14 years ago
Terry Wilson f1dc1012ae Clean up some SIP registry-related memory leaks
14 years ago
Mark Michelson 7c7615e399 Don't do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
14 years ago
Joshua Colp d7a25693c9 Move RTP timeout check to before bridged channel check so it is actually executed.
14 years ago
Richard Mudgett fe7fb3772b Fix sip_cfg.notifycid to be set with the defined enum values.
14 years ago
Mark Michelson 1f178bb083 Remove XXX comment that is not necessary.
14 years ago
Mark Michelson 27d894d624 Fix RTP reference leak.
14 years ago
Jonathan Rose e2629535cb Accidentally left off a semicolon only in 1.8 somehow for previous patch.
14 years ago