ð¯
Sip
v1.1.3Session Initiation Protocol (SIP) skills for VoIP and real-time communications.
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-sipOverview
Session Initiation Protocol (SIP) skills for VoIP and real-time communications.
Skills
- sip-fundamentals: SIP protocol basics, message types, and call flows
- sip-security: SIP security, authentication, and best practices
- sip-troubleshooting: Debugging SIP issues and analyzing traffic
Installation
Install with npx (no installation required):
han plugin install jutsu-sip
Skills
ð
sip-authentication-security
Use when implementing SIP authentication, security mechanisms, and encryption. Use when securing SIP servers, clients, or proxies.
ð
sip-media-negotiation
Use when handling SDP offer/answer, codec negotiation, media capabilities, and RTP session setup in SIP applications.
ð
sip-protocol-fundamentals
Use when working with SIP messages, methods, call flows, and protocol fundamentals for VoIP applications.