sybc
This commit is contained in:
parent
af8c51693c
commit
1962a4cdc1
|
@ -7,3 +7,35 @@ web-prj
|
||||||
core
|
core
|
||||||
common
|
common
|
||||||
file
|
file
|
||||||
|
|
||||||
|
ds
|
||||||
|
자동로그인, 윈도우 자동실행 시 네트워크 체크 후 앱 실행이 가능한지 체크
|
||||||
|
성능 테스트
|
||||||
|
알림에 대한 블링크
|
||||||
|
대화상대 추가 및 대화상대 강제퇴장시 대화리스트 갱신되지 않음
|
||||||
|
첨부파일 확장자 추가(.Z01~.Z10, .egg, .xlsb, .dsd, .drt) 화이트 리스트 추가
|
||||||
|
자동로그인 체크 후 설정 저장 시 간헐적으로 동작안함
|
||||||
|
lf
|
||||||
|
대상 소스 적용
|
||||||
|
crm pro
|
||||||
|
gnb 이동 후 기존 데이터 저장
|
||||||
|
구글 연락처 API 연동 프로토타입
|
||||||
|
즐겨찾기, 주소록 공용
|
||||||
|
문서 작성
|
||||||
|
도메인 (완료)
|
||||||
|
서비스 흐름도
|
||||||
|
요구사항
|
||||||
|
wbs
|
||||||
|
QnA
|
||||||
|
돌려주기 attends, blind 절차
|
||||||
|
DTMF
|
||||||
|
통화 중일 때 Dial을 MUC 에서 전화기로 전송 한다.
|
||||||
|
발신잠금시의 통화
|
||||||
|
상황?
|
||||||
|
수신그룹 설정
|
||||||
|
사내주소록으로 검색 후 수신그룹에 추가하는 절차
|
||||||
|
수신그룹에 포함된 고객들에게 전화가 온 경우 어떻게 되는지 확인
|
||||||
|
pbx?( Private Branch eXchange )
|
||||||
|
음소거는 호에 관련된건지 아니면 2개의 호 둘다 해당되는지 확인
|
||||||
|
당겨받기일 때 동일그룹으로 되어 있는 전화기에 전화가 걸려온 경우 당겨받기를 실행
|
||||||
|
동일그룹이라 함은 같은 네트워크에 전화기?
|
||||||
|
|
105
documents/업무/8월/3째주/0819.txt
Normal file
105
documents/업무/8월/3째주/0819.txt
Normal file
|
@ -0,0 +1,105 @@
|
||||||
|
web-prj
|
||||||
|
src
|
||||||
|
app
|
||||||
|
dialogs
|
||||||
|
guards
|
||||||
|
layouts
|
||||||
|
models
|
||||||
|
pages
|
||||||
|
resolvers
|
||||||
|
sections
|
||||||
|
store
|
||||||
|
types
|
||||||
|
crm-pro
|
||||||
|
assets
|
||||||
|
environment
|
||||||
|
project
|
||||||
|
api
|
||||||
|
apis
|
||||||
|
types
|
||||||
|
utils
|
||||||
|
api-auth
|
||||||
|
api-common
|
||||||
|
api-contacts
|
||||||
|
api-call
|
||||||
|
api-sms
|
||||||
|
api-board
|
||||||
|
api-memo
|
||||||
|
api-group
|
||||||
|
core
|
||||||
|
config
|
||||||
|
host.config
|
||||||
|
module.config
|
||||||
|
url.config
|
||||||
|
interface
|
||||||
|
type
|
||||||
|
reflection
|
||||||
|
metadata
|
||||||
|
registry
|
||||||
|
store
|
||||||
|
i18n
|
||||||
|
logger
|
||||||
|
native
|
||||||
|
native-browser
|
||||||
|
domain-common
|
||||||
|
models
|
||||||
|
type
|
||||||
|
domain-authentication
|
||||||
|
models
|
||||||
|
types
|
||||||
|
domain-authorization
|
||||||
|
models
|
||||||
|
domain-call
|
||||||
|
models
|
||||||
|
history
|
||||||
|
send
|
||||||
|
receive
|
||||||
|
types
|
||||||
|
send-type
|
||||||
|
receive-type
|
||||||
|
domian-contacts
|
||||||
|
models
|
||||||
|
types
|
||||||
|
domain-sms
|
||||||
|
models
|
||||||
|
types
|
||||||
|
domain-group
|
||||||
|
domain-status
|
||||||
|
protocol
|
||||||
|
protocols
|
||||||
|
ui-scss
|
||||||
|
web-socket
|
||||||
|
web-storage
|
||||||
|
desktop-prj
|
||||||
|
config
|
||||||
|
src
|
||||||
|
app
|
||||||
|
services
|
||||||
|
windows
|
||||||
|
project
|
||||||
|
common
|
||||||
|
api
|
||||||
|
app
|
||||||
|
auto-updater
|
||||||
|
browser-window
|
||||||
|
ipc-main
|
||||||
|
platform
|
||||||
|
core
|
||||||
|
types
|
||||||
|
utils
|
||||||
|
i18n
|
||||||
|
service
|
||||||
|
logger
|
||||||
|
appenders
|
||||||
|
native
|
||||||
|
services
|
||||||
|
types
|
||||||
|
notify-window
|
||||||
|
models
|
||||||
|
services
|
||||||
|
types
|
||||||
|
utils
|
||||||
|
updater-window
|
||||||
|
models
|
||||||
|
services
|
||||||
|
types
|
70
documents/업무/8월/3째주/0820.txt
Normal file
70
documents/업무/8월/3째주/0820.txt
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
임시 배포 방식
|
||||||
|
1. PC는 CNS 서버에
|
||||||
|
http://bizucap.uplus.co.kr/
|
||||||
|
2. 앱(iOS/android)는 무료 배포 사이트
|
||||||
|
https://www.diawi.com/
|
||||||
|
|
||||||
|
|
||||||
|
일단 PC 메신저 대용량 외부 메일로 송부해주세요
|
||||||
|
imsrx2000@gemtech.co.kr
|
||||||
|
|
||||||
|
사용자 정보 조회 연동 규격
|
||||||
|
- 사용자 정보 조회에 관련된 연동 규격은 아래와 같이 규격으로 정의한다.
|
||||||
|
사용자 정
|
||||||
|
보 조회
|
||||||
|
Request URL https://{DCSIP}:10443/restapi/userinfo/{ID}/{PASSWD}
|
||||||
|
|
||||||
|
Method GET
|
||||||
|
|
||||||
|
|
||||||
|
DCSIP
|
||||||
|
|
||||||
|
String DCS 서버 공인IP
|
||||||
|
|
||||||
|
ID
|
||||||
|
|
||||||
|
String 사용자ID
|
||||||
|
|
||||||
|
PASSWD
|
||||||
|
|
||||||
|
String 비밀번호(SHA-512)
|
||||||
|
Response JSON
|
||||||
|
|
||||||
|
|
||||||
|
SVC_RT
|
||||||
|
|
||||||
|
String 결과코드
|
||||||
|
|
||||||
|
SVC_MSG
|
||||||
|
|
||||||
|
String 결과메세지
|
||||||
|
|
||||||
|
DATAS {
|
||||||
|
|
||||||
|
실제데이타
|
||||||
|
|
||||||
|
USERID String 사용자ID
|
||||||
|
|
||||||
|
USERNAME String 사용자이름
|
||||||
|
|
||||||
|
EXTENSION String 내선번호
|
||||||
|
|
||||||
|
VOIP_TEL String 070번호
|
||||||
|
|
||||||
|
ORGNUMBER String 원번호
|
||||||
|
GROUP String 당겨받기 그룹
|
||||||
|
FORWARDING String 착신전환설정정보
|
||||||
|
|
||||||
|
|
||||||
|
PREVENT String 금지정보
|
||||||
|
FORCE_CIDNUM String CID변경정보
|
||||||
|
HHP_NUMBER String 핸드폰 번호
|
||||||
|
}
|
||||||
|
|
||||||
|
통합 DCS Rest API 연동 규격 설명서
|
||||||
|
8/43
|
||||||
|
|
||||||
|
http://www.uplus.co.kr/
|
||||||
|
PREVENT String 금지정보
|
||||||
|
FORCE_CIDNUM String CID변경정보
|
||||||
|
HHP_NUMBER String 핸드폰 번호
|
11
documents/업무/8월/4째주/0826.txt
Normal file
11
documents/업무/8월/4째주/0826.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
1. ds
|
||||||
|
로그분석
|
||||||
|
자동로그인 오류
|
||||||
|
흰화면
|
||||||
|
바탕화면에 아이콘 생성되지 않는 이슈
|
||||||
|
2. lf
|
||||||
|
비밀번호 90일 연장 API 적용
|
||||||
|
|
||||||
|
3. CRM PRO
|
||||||
|
프로젝트 빌드 테스트 및 구성
|
||||||
|
|
BIN
documents/업무/Issue_doc/dstalk/PC 메신저 Ver 관리.docx
Normal file
BIN
documents/업무/Issue_doc/dstalk/PC 메신저 Ver 관리.docx
Normal file
Binary file not shown.
Binary file not shown.
BIN
weekly-report/8월/재택근무/재택근무자 근무실적_박병은(8월20일).xlsx
Normal file
BIN
weekly-report/8월/재택근무/재택근무자 근무실적_박병은(8월20일).xlsx
Normal file
Binary file not shown.
BIN
weekly-report/8월/재택근무/재택근무자 근무실적_박병은(8월21일).xlsx
Normal file
BIN
weekly-report/8월/재택근무/재택근무자 근무실적_박병은(8월21일).xlsx
Normal file
Binary file not shown.
BIN
weekly-report/8월/주간보고_박병은_2020.0821.pptx
Normal file
BIN
weekly-report/8월/주간보고_박병은_2020.0821.pptx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user