Search found 1 match

by ParthoBiswas007
Wed Nov 06, 2013 7:53 pm
Forum: General VoIP Discussions
Topic: All possible responses of various SIP requests
Replies: 2
Views: 10612

All possible responses of various SIP requests

I am writing a sip stack in C++. I need to know the all possible responses of SIP requests(REGISTER, INVITE, OPTION etc) separately. So far i have got the following... :::::::::: All possible responses of REGISTER request :::::::::: The UAC may receive 2xx, 3xx(except 300, 380) or 4xx(except 402, 40...