언어&프레임워크/SIP

    SIP Header 참조

    Request Line RequestLine The request line is first line in a SIP request message. Status Line The status line is first line in a response message. Message Body The payload structure contains the optional message body. Separator Line An empty line separates message headers from the message body (payload). Unknown Headers The unknown headers are handled with sip_unknown_t structure. Erroneous Head..

    JAIN SIP 설치하기 (SIP를 JAVA로 구현)

    SIP 통신을 하기 위하여는 JAIN SIP를 설치 하는 것이 좋다. 파일 압축을 풀면은 3개의 파일이 존재한다. concurrent.zip - concurrent 메서드가 존재 jain-sip-1.2.jar - jain-sip JAIN-SIP-Tutorial.pdf - jain-sip 설명서 컴파일 방법 (Ant가 사전에 설치 되어 있어야 한다.) Ant 설치 방법 1. ANT 다운로드 : http://ant.apache.org/bindownload.cgi 2. 적당한 곳에 압축 풀기 3. 환경변수 등록 : 내컴퓨터 - 속성 - 고급 - 환경변수 - Path C:\apache-ant-1.7.0\bin; 를 추가해 준다. 4. 테스트 : 시작 - 실행 - cmd C:\Documents and Settin..

    SIP 참고 자료

    RTP Stacks (mainly open source C/C++ stacks) jrtplib: A very nice, simple C++ RTP stack. Works on Windows, Linux.... ; License: Free; Homepage: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html. This stack is not symmetrical, but you can use my version of rtpconnection.cpp (for jrtp version 2.8) to make it symmetrical. (send RTP and receive RTP on the same port, send RTCP and receive RTCP on th..