05-31-2007 08:30 AM - edited 03-13-2019 04:11 PM
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?
05-31-2007 11:54 PM
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?
06-01-2007 12:22 AM
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?
06-01-2007 05:06 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide