Commit Graph

3800 Commits (a66fa4db24553d6ec6c8978c528081a94b1715a1)

Author SHA1 Message Date
Badalyan Vyacheslav 22820e10fe chan_sip: Delete unneeded check
9 years ago
Badalyan Vyacheslav 6aa2c5e5f9 Small code cleanup in chan_sip
9 years ago
Badalyan Vyacheslav b596fac838 Fix typo in chan_sip
9 years ago
Walter Doekes 41c6319c4e chan_sip: Do not allow non-SP/HTAB between header key and colon.
9 years ago
Joshua Colp fdf0a2afb0 Merge "res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter" into 13
9 years ago
Matt Jordan 09c36a6535 res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter
9 years ago
Michael Kuron 0cc8351484 chan_sip: Fix segfault during module unload
9 years ago
Kevin Harwell cb30963d22 Revert "chan_sip: Fix lastrtprx always updated"
9 years ago
Sebastian Gutierrez 714412f6c4 chan_sip: add missing account code
9 years ago
Grachev Sergey b3f10b7b94 chan_sip: Incorrect display option Outbound reg. retry 403
9 years ago
zuul ad2dde8106 Merge "chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia." into 13
9 years ago
Michael Kuron f1fd873df0 chan_sip: Only send video on outgoing channel if incoming channel supports it
9 years ago
Alexander Traud a859bcb49c chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia.
9 years ago
Alexander Traud f166681c12 chan_sip: Honor support of Symmetric Response (rport) for SIP requests.
9 years ago
zuul 1497e29c4f Merge "chan_sip: Resolve externhost not to IPv6; instead go for IPv4." into 13
9 years ago
Alexander Traud 0502675e5c chan_sip: Resolve externhost not to IPv6; instead go for IPv4.
9 years ago
George Joseph 0056bcaebd chan_sip: Address runaway when realtime peers subscribe to mailboxes
9 years ago
zuul 1ddaa825ec Merge "chan_sip: Fix session timeout on retransmit of non-UDP packets" into 13
9 years ago
Steve Davies 98e42cc662 chan_sip: Fix session timeout on retransmit of non-UDP packets
9 years ago
Walter Doekes da8ba990d1 chan_sip: Allow target refresh (Contact update) on re-INVITE.
9 years ago
Joshua Colp efcfc4c1ee chan_sip: Don't allocate new RTP instances on top of old ones.
9 years ago
Walter Doekes d04ae7d1d8 chan_sip: Don't refuse calls with "optional crypto"; fall back to RTP.
9 years ago
Kevin Harwell 43f400ef95 res_format_attr_g729: Add annexb=no format parameter to SDPs
9 years ago
zuul 455bc78901 Merge "Refactor usage pattern of xmldoc info tag." into 13
9 years ago
zuul 643aac69a7 Merge "chan_sip: Fix lastrtprx always updated" into 13
9 years ago
Corey Farrell f4e28b3a09 Refactor usage pattern of xmldoc info tag.
9 years ago
cjack 93332cb1d0 chan_sip: Fix lastrtprx always updated
9 years ago
Alexander Traud 66c9dfb272 chan_sip: Enable Session-Timers for SIP over TCP (and TLS).
9 years ago
Joshua Colp 0de05c2938 Merge "chan_sip: Prevent deadlock when issuing "sip show channels"" into 13
9 years ago
George Joseph 52ab0bf258 chan_sip: Prevent deadlock when issuing "sip show channels"
9 years ago
Richard Mudgett fa91cf3eec chan_sip.c: Fix deadlock potential in fax redirection.
9 years ago
Corey Farrell 2be13d62fd chan_sip: Fix reference leak in mwi_event_cb
9 years ago
Corey Farrell 06ba533bc7 chan_sip: Fix reference leaks in error paths.
9 years ago
Joshua Colp 77b0145a25 chan_sip/res_pjsip_t38: Handle a request to negotiate T.38 after it is enabled.
9 years ago
Joshua Colp 1dfc286418 siren: Add format attribute modules for Siren7 and Siren14.
9 years ago
Vasil Kolev 89cc86fc38 chan_sip: bigger buffers for headers, better failure mode
9 years ago
George Joseph a99ddc6a0d build: Fix ast_sockaddr initialization to be more portable
9 years ago
George Joseph 77e8ec162b chan_sip: Prevent extra Session-Expires headers from being added
9 years ago
zuul 72ee8c1bf9 Merge "chan_sip: Make autocreated peers send PeerStatus events" into 13
9 years ago
Joshua Colp 949bf6b282 chan_sip: Give more time for TCP/TLS threads to stop.
9 years ago
kkm 29bab0d1a4 chan_sip: Make autocreated peers send PeerStatus events
9 years ago
Jaco Kroon 22335fe18a chan_sip: Don't verify table if rtupdate=no
9 years ago
Alexander Traud 81ce60f6d4 chan_sip: Do not send all codecs on INVITE. Do not break on Session-Timers.
9 years ago
Francesco Castellano c5170677e7 chan_sip.c: Space after port causes unnecessary resolution attempt
9 years ago
Richard Mudgett de04308ae4 chan_sip.c: Fix mwi resub deadlock potential.
9 years ago
Richard Mudgett 5f6627a8a4 chan_sip.c: Fix registration timeout and expire deadlock potential.
9 years ago
Richard Mudgett 32bd7a64f9 chan_sip.c: Fix t38id deadlock potential.
9 years ago
Richard Mudgett 43556b800b chan_sip.c: Fix reinviteid deadlock potential.
9 years ago
Richard Mudgett 38c1cdab2c chan_sip.c: Fix packet retransid deadlock potential.
9 years ago
Richard Mudgett e4ad55c888 chan_sip.c: Fix waitid deadlock potential.
9 years ago
Richard Mudgett 98d5669c28 chan_sip.c: Fix session timers deadlock potential.
9 years ago
Richard Mudgett 9cb8f73226 chan_sip.c: Fix autokillid deadlock potential.
9 years ago
Richard Mudgett c5c7f48a15 chan_sip.c: Fix provisional_keepalive_sched_id deadlock.
9 years ago
Richard Mudgett f959d84dfd chan_sip.c: Adjust how dialog_unlink_all() stops scheduled events.
9 years ago
Richard Mudgett 5f3225ddcc chan_sip.c: Clear scheduled immediate events on unload.
9 years ago
zuul 739c28357e Merge "chan_sip.c: Simplify sip_pvt destructor call levels." into 13
9 years ago
Richard Mudgett 9ae21b510f chan_sip.c: Made sip_reinvite_retry() call sip_pvt_lock_full().
9 years ago
Richard Mudgett 56bcb97a3c chan_sip.c: Simplify sip_pvt destructor call levels.
9 years ago
Richard Mudgett 4165ea7778 SIP diversion: Fix REDIRECTING(reason) value inconsistencies.
9 years ago
Richard Mudgett 18a323e542 chan_sip.c: Fix T.38 issues caused by leaving a bridge.
9 years ago
Richard Mudgett 6656afffa0 chan_sip.c: Suppress T.38 SDP c= line if addr is the same.
9 years ago
Richard Mudgett 3c81a052c8 AST-2016-002 chan_sip.c: Fix retransmission timeout integer overflow.
9 years ago
StefanEng86 aa9348ab9a chan_sip.c: AMI & CLI notify methods get different values of asterisk's own ip.
9 years ago
Corey Farrell a6823bb0c4 chan_sip: Fix buffer overrun in sip_sipredirect.
9 years ago
Dade Brandon be050f2638 chan_sip.c: fix websocket_write_timeout default value
10 years ago
Joshua Colp 158a0a5422 chan_sip: Enable WebSocket support by default.
10 years ago
Jonathan Rose 14b41115e3 chan_sip: Add TCP/TLS keepalive to TCP/TLS server
10 years ago
Filip Jenicek 142d4fefb8 chan_sip: Check sip_pvt pointer in ast_channel_get_t38_state(c)
10 years ago
Eugene Voityuk 28d9243079 chan_sip.c: Start ICE negotiation when response is sent or received.
10 years ago
Richard Mudgett 2b992014dc chan_sip: Fix crash involving the bogus peer during sip reload.
10 years ago
Richard Mudgett 4aed349a7b Audit improper usage of scheduler exposed by 5c713fdf18. (v13 additions)
10 years ago
Richard Mudgett 6d9156d10f Audit improper usage of scheduler exposed by 5c713fdf18.
10 years ago
Steve Davies 07583c2888 Further fixes to improper usage of scheduler
10 years ago
Alexander Traud 1bff400df7 ast_format_cap_get_names: To display all formats, the buffer was increased.
10 years ago
Corey Farrell 0393bd6bed chan_sip: Allow websockets to be disabled.
10 years ago
Alexander Traud 1256aedf66 chan_sip: Do not send all codecs on INVITE.
10 years ago
Alexander Traud 869ef2a8ee chan_sip: Fix autoframing=yes.
10 years ago
Matt Jordan f8707ae9a5 channels/chan_sip: Set cause code to 44 on RTP timeout
10 years ago
Matt Jordan 50fa9ff997 Fix improper usage of scheduler exposed by 5c713fdf18
10 years ago
Walter Doekes b59c4d82b5 chan_sip: Fix From header truncation for extremely long CALLERID(name).
10 years ago
Rodrigo Ramírez Norambuena 865377fc38 chan_sip.c: Validation on module reload
10 years ago
Joshua Colp c01111223f chan_sip: Allow call pickup to set the hangup cause.
10 years ago
Kevin Harwell 25af2d71c8 chan_sip.c: wrong peer searched in sip_report_security_event
10 years ago
Alexander Traud f68c995bc9 chan_sip: Fix negotiation of iLBC 30.
10 years ago
Mark Michelson 39cc28f6ea res_http_websocket: Avoid passing strlen() to ast_websocket_write().
10 years ago
Richard Mudgett bc5d7f9c37 chan_sip.c: Tweak glue->update_peer() parameter nil value.
10 years ago
Walter Doekes e0f565663b chan_sip: Fix early call pickup channel leak.
10 years ago
Alexander Traud a419c69def chan_sip: Reload peer without its old capabilities.
10 years ago
Joshua Colp 74616ae43d chan_sip: Destroy peers without holding peers container lock.
10 years ago
Damian Ivereigh 3f57f3f8ec chan_sip.c: Update dialog fromtag after request with auth
10 years ago
Corey Farrell 55c8daf88b Fix unsafe uses of ast_context pointers.
10 years ago
Corey Farrell 0d266cbe02 Stasis: Fix unsafe use of stasis_unsubscribe in modules.
10 years ago
Corey Farrell ad6ea29697 Remove unneeded uses of optional_api providers.
10 years ago
Kevin Harwell af458e2e60 chan_sip: make progressinband default to no
10 years ago
Matthew Jordan be13c72142 chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabled
10 years ago
Matthew Jordan c027133f6d clang compiler warnings: Fix non-literal-null-conversion warnings
10 years ago
George Joseph 95de71f247 build: Fixes for gcc 5 compilation
10 years ago
Matthew Jordan 09b681e344 clang compiler warnings: Fix invalid enum conversion
10 years ago
Corey Farrell 958bc84caf chan_sip: Simplify dialog/peer references, improve REF_DEBUG output.
10 years ago
Corey Farrell 7fddae99dd chan_sip: Fix dialog reference leaked to scheduler for reinvite_timeout.
10 years ago