cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
4
Replies

("HTTP_USER_AGENT") in 7970?

raymond009
Level 1
Level 1

Hi,

I would like to know the value of Request.ServerVariables("HTTP_USER_AGENT") in 7970.

As I have to determine the type of IP Phone accessing my service.

Anyone know?

Thanks

p.s. for 7960, i got Allegro-Software-WebClient/3.10

4 Replies 4

stephan.steiner
Spotlight
Spotlight

off the top of my head I'd say it's Allegro-Software-WebClient/4.20 but I can look it up to make sure once I'm back at the office next Tuesday.

for IPC, it returns :

Allegro-Software-WebClient/4.20

if 7970 also return this value, how to determine the user agent is 7970 or IPC ?

I'm afraid the 7970 also returns the same string. But since both phones have the same capabilities, is there a need to make the difference?

There are of course other ways, one would be the query the webpage of the phone, where you can find the phone type in the string following "Model Number". Alternatively, an AXL request should give you the phone type as well.

Thanks.