Commit Graph

2635 Commits (efee6cdadfab48ded7ee76d6ebd4d79c4630786d)

Author SHA1 Message Date
Russell Bryant eeb613ea3d fix misplaced manager event (issue #6866, flefoll)
20 years ago
Kevin P. Fleming 547a070805 allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)
20 years ago
Kevin P. Fleming 6b101367b8 oops... make sure to stop processing a request once we have sent an authentication challenge (issue #7220)
20 years ago
Kevin P. Fleming 5ecca96df5 don't send CANCEL on a pending INVITE if we haven't received a provisional response yet... mark it pending until the first response is received (issue #7079)
20 years ago
Kevin P. Fleming 84790a577b respect 'usecallingpres' in zapata.conf even if CLID has not been set for the channel (issue #7123)
20 years ago
Kevin P. Fleming 76066c2b74 fix for non-OSP builds (issue #7217)
20 years ago
Kevin P. Fleming 9739139287 add an option to allow the admin to 'hide' SIP user/peer names from systems trying to 'fish' names
20 years ago
Russell Bryant 6d3d5e1649 fix the sourceaddress option (issue #7213, alphaque)
20 years ago
Kevin P. Fleming d6873875cc simplify/fix lock retry, and fix comment
20 years ago
BJ Weschke f84891dfbb Sanity check code for an extended failure in trying to obtain a channel lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first.
20 years ago
Joshua Colp f0e022bbad Preserve presentation bit when going through chan_local (issue #7002 reported by acunningham)
20 years ago
Russell Bryant ee808b6187 fix the possibility of writing one byte past the end of a buffer.
20 years ago
Kevin P. Fleming 4eef3ef785 don't try to predict where the compiler will place things on the stack... put them in the right place explicitly (issues #7029 and #7100, maybe others)
20 years ago
Kevin P. Fleming 0c4cc3b0ce use the specified 'subscribecontext' for a peer rather than the context found via the target domain (domain contexts are for calls, not for subscriptions) (issue #7122, reported by raarts)
20 years ago
Joshua Colp dda49ce86b Make the minidle option actually exist as documented (issue #7159 reported by imran)
20 years ago
Kevin P. Fleming 89da276678 fix up a few more places to find the SDP properly (fallout from fix for #7124)
20 years ago
Kevin P. Fleming 53a0b36973 handle incoming multipart/mixed message bodies in SIP and find the SDP, if presnet (issue #7124 reported and patched by eborgstrom, but very different fix)
20 years ago
Kevin P. Fleming 2ef43a770b support 'inactive' tag for SDP media streams (simple fix, proper fix will appear in 1.4 release) (issue #7130)
20 years ago
Joshua Colp 3361be7b6e Fix codec priority stuff during authentication (issue #6194 reported by jkoopmann)
20 years ago
Olle Johansson 8b96daf53e Issue #7176 - Crash in expire_register
20 years ago
Olle Johansson d5d56f98c3 chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. Now fixed.
20 years ago
Kevin P. Fleming 78986fe938 ensure that we send a response to REGISTER requests that are successfully authenticated but contain invalid Contact URIs
20 years ago
BJ Weschke adbfc9d3c7 Add the appropriate jumping behavior that is the standard for 1.2.X to SIPGetHeader that is now deprecated in /trunk. #7111 (blitzrage!!!)
20 years ago
Olle Johansson 6b93396fb9 Issue 7103 - mikma
20 years ago
BJ Weschke 6af35712ef Don't show agents as available when they are in wrap-up time. #6726 (ZX81)
20 years ago
Russell Bryant eb19888db5 ensure that the appropriate manager events are sent in all of the places where
20 years ago
Russell Bryant 0f643c18be update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, casper)
20 years ago
Olle Johansson 87d78ee383 Issue #7074 - Problem with long contact lines
20 years ago
Kevin P. Fleming 37e9f9a15c remove a pointless comparison, since the buffer is smaller than the length being checked for
20 years ago
Kevin P. Fleming a7961494bd allow top-level OPTIMIZE setting to affect builds in these subdirectories too
20 years ago
Matthew Fredrickson cecda9a947 Fix buglet in channel reassignment on SETUP_ACK
20 years ago
Olle Johansson 7b12d67e50 - Fix cause codes
20 years ago
Olle Johansson d98317c7ad - Fix possible minor memory leak in chan_sip
20 years ago
Olle Johansson d5a3b59ccf Issue #6878 - Unhide DNDstate manager events (thanks casper)
20 years ago
Olle Johansson 65f95fee51 Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when sending NOTIFY
20 years ago
Olle Johansson bca4868578 Ugly patch to avoid hangup causes in non-final responses
20 years ago
Russell Bryant 9a729f7aff move a NULL check to before the first time the pointer is dereferenced (issue #6832)
20 years ago
Russell Bryant d125a1a278 fix the situation where bindport is specified but bindaddr is not (issue #6616)
20 years ago
Tilghman Lesher 65acfca5af Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colon
20 years ago
Olle Johansson 8d417967ce Issue #6823
20 years ago
Russell Bryant 8c63eaec22 fix Bus Error on sparc (issue #6354)
20 years ago
Olle Johansson 35ea822831 Fix breakage of NAT support for peers with qualify=yes.
20 years ago
Olle Johansson 09bf0c3032 Issue #6736 - Use flags for OPTION messages. Thanks Casper!
20 years ago
Olle Johansson 3db3883d3d Issue #6597 - sip show registry shows incorrect port
20 years ago
Olle Johansson b85f9ea8fb Issue #6409 - Use "s" extension when there's no username in the URI
20 years ago
Matthew Fredrickson b89b296584 Fix SETUP_ACK handling so that we change channels if so requested
20 years ago
Olle Johansson 674425a343 Issue #6766 - fix ;user=phone functionality. (Reported by alein, fix by russell - thanks!)
20 years ago
Olle Johansson 108275cf6c Do not overwrite ANI if it's set by IE (sendany=yes in the peer)
20 years ago
Olle Johansson 6b8f2a96f1 Reset global_rtautoclear at sip reload
20 years ago
Russell Bryant 3b776cdfdc always use the callerid signalling method set in the zt_pvt strucutre as
20 years ago