cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
435
Views
0
Helpful
3
Replies

Push2Phone throttled?

michaelj
Level 1
Level 1

Im trying to push a dial command to a 7941. It works successfully the first time, then subsequent tries will not work unless you wait about 30 seconds, then it will work once more. Is there a setting in the CallManager that would throttle POSTs to the phone?

3 Replies 3

stephan.steiner
Spotlight
Spotlight

I'm always pushing via JTAPI (there's no authentication overhead so it's a lot quicker) and I'm sending way more than a single command per 30 seconds.

What kind of error are you getting when you push twice within 30 seconds?

I'm also using POST to send xml to a phone. But haven't got any problem with that. Even 4 times in a second works fine...

Any error?

After the first successful call, the asp page responds with:

msxml3.dll error '800c0004'

Unable to connect to the target server.

/CiscoIPServices/includes/phonepush.asp, line 26

which in my file is: xmlhttp.Send(pushxml);

it is exactly 60 seconds before I can make another successful attempt.