환경 Win7 , curl 7.37(windows버전)
ID: Push
PS: Push
Polycom IP-Phone : 10.250.108.x
ID와 Password 는 서버가 IP전화기에 접근할때 사용된다. 따라서 IP-Phone 에 설정한다.
curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"all\"><H1>Fire Drill at 2pm</H1> Please exit and congregate at your appropriate location outside</Data></PolycomIPPhone>" --header "Content-Type: application/xhtml+xml" http://10.250.108.83/push
curl --digest -u Push:Push -d "<PolycomIPPhone><URL priority=\"Critical\">/fire.html</URL></PolycomIPPhone>" --header "Content-Type: application/xhtml+xml" http://10.250.108.83/push
curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"Critical\"><html><body>Hello, World</body></html></Data></PolycomIPPhone>" --header "Content-Type: application/xhtml+xml" http://10.250.108.83/push
curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"Critical\">Hello, World Test</Data></PolycomIPPhone>" --header "Content-Type: application/xhtml+xml" http://10.250.108.83/push
curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"all\">tel:\\1002</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" http://10.250.108.83/push
curl --digest -u Push:Push -d "<PolycomIPPhone><Data priority=\"Critical\">Key:Softkey1</Data></PolycomIPPhone>" --header "Content-Type: application/x-com-polycom-spipx" http://10.250.108.76/push
'Polycom > UCSoftware' 카테고리의 다른 글
폴리콤 IP-Phone 을 지원하는 IP-PBX 리스트 (0) | 2014.03.10 |
---|---|
Polycom IP 전화기 스크린캡쳐 screen capture (0) | 2014.01.23 |
Polycom IP전화기 AutoAnswer 기능을 프로비져닝을 이용하여 구현. (0) | 2013.12.17 |
Polycom IP-Phone 에서 특정 번호 수신거부 (0) | 2013.11.11 |
Device Certificates on Polycom® Phones(Feature Profile 37148) (0) | 2013.08.23 |