본문 바로가기

Polycom/UCSoftware

Polycom PUSH XML 예시

환경 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