This commit is contained in:
Park Byung Eun 2020-11-10 18:01:18 +09:00
parent 3e1ba161e7
commit de6a537ca4
14 changed files with 0 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,30 +0,0 @@
접속포트 : 9876, TCP
1. 로그인
1.1. 요청
{ "req_type" : "Login", "SeqNum" : "1", "LoginId" : "07082774004", "Password" : "cp!uc@pLG" }
1.2. 응답
{ "RespType" : "LoginResult", "Result" : "LOGINRESULT|STATUS:1|EXTEN:101t4004|CALLERID:07082774004|DOMAIN:premium_c_965657.lgdacom.net|MSG:101t4004,07082774004,tmpid4004@premium_c_965657.lgdacom."}
2. 전화걸기
2.1. 요청
{ "req_type" : "ClickCall", "SeqNum" : "1", "CallNumber" : "01012345678" }
2.2. 응답
{ "RespType" : "SendRingEvent", "Result" : "RINGEVENT|ISDIAL:0|CHANNEL:SIP/10013458..." }
3. 이벤트
3.1. SendRingEvent, 송신/수신시
{ "RespType" : "SendRingEvent", "Result" : "RINGEVENT|ISDIAL:0|CHANNEL:SIP/10013458..." }
3.2. SendChannelListEvent, 전화통화 이루어 질 때, (Answer 시)
{ "RespType" : "SendChannelListEvent", "Result" : "......" }
3.3. SendChannelOutEvent, ring 종료시, 통화중 채널종료시
{ "RespType" : "SendChannelOutEvent", "Result" : "......" }

Binary file not shown.

Binary file not shown.