uSipServer is a SIP "server" on Android.
- simple to use
- works as SIP proxy and registrar
- supports only UDP-SIP
# Ex) use with CSipSimple as dial number "9999"
[0] configure properties below.
- Domain : SIP server domain. default value is local IP.
- Local IP : listening address to SIP message. default value is "0.0.0.0 (any)".
- Local Port : listening port to SIP message. default value is "5060".
[1] Runs uSipServer, and push [start] button.
then SIP domain will be printed as below.
"sipserver started. [@xxx]" / xxx = SIP domain
[2] Runs CSipSimple.
[3] Account setting of CSipSimple.
[menu] -> [Accounts] -> [Add account]
Account name = 9999
User = 9999
Server = xxx
Password = (don't care)
and pushes [save] button.
[4] Check registered status of a CSipSimple.
If it is registered, then you can dial.uSipServer는 Android에서 SIP "서버"입니다.
- 사용이 간단
- SIP 프록시 및 등록 등의 작품
- 단 UDP-SIP 지원
다이얼 번호 "9999"로 CSipSimple로 # 예) 사용
[0] 다음 속성을 구성합니다.
- 도메인 : SIP 서버 도메인입니다. 기본값은 로컬 IP입니다.
- 지역 IP : SIP 메시지에 주소를 듣기. 기본값은 "0.0.0.0 (모든)"입니다.
- 로컬 포트 : SIP 메시지에 포트를 청취. 기본값은 "5060"입니다.
[1] uSipServer를 실행하고 [시작] 버튼을 누르세요.
그런 다음 SIP 도메인은 다음과 같이 인쇄됩니다.
"sipserver가 시작되었습니다. [@ XXX]"/ XXX = SIP 도메인
[2] CSipSimple 실행합니다.
[3] CSipSimple의 계정 설정.
[메뉴] -> [계정] -> [계정 추가]
계정 이름은 = 9999
사용자 = 9,999
서버 = XXX
비밀번호 = (상관 없어요)
하고 [저장] 버튼을 등록합니다.
[4] CSipSimple의 등록 상태를 확인합니다.
가 등록되어 있다면, 당신은 전화를 할 수 있습니다.