âïž
Sip
Session Initiation Protocol (SIP) skills for VoIP and real-time communications.
Installation
First, install the Han CLI tool:
npm install -g @thebushidocollective/hanThen install the plugin:
han plugin install buki-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
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.