cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1302
Views
0
Helpful
16
Replies

how to get phone ip without using devicelistx.asp?

bedla.czech
Level 1
Level 1

is it possible, and how?

thanks a lot

16 Replies 16

test

CodeDoctor
Level 1
Level 1

To get the IP to ANY phone is quite simple if you are using IIS/ASP scripts to feed the phone XML.

sPhoneIP = Request.ServerVariables("REMOTE_HOST")

This will always return the IP address of the Device accessing the ASP Session.