Thanks on that.
I'll try those suggestions on the 2nd system later tonight. The other system is all programmed and ready to go. The only thing I found, but it might be to do with something missing on my browser (and chances are the customer would never use it) is when I select group mailbox...
Hi!
I am able to ping the unit at 192.168.1.90 with no issues. When I try to connect using chrome I get:
This site can’t be reached192.168.1.90 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
I can connect to the unit using Edge or...
Well, I'm back again after going onsite with this unit and not being able to get into it to change the IP to their range. I swear I got into the unit a couple of days ago by resetting cookies on my computer or something like that. Now I can't get into it and I even switched to another Call Pilot...
Hello all.
In the end it turned out that since I also use this same computer to connect with BCMs, the cache in both this computer and the other one that I have was not allowing me to access the Call Pilot. I've since cleared out the cookies and now both machines work. Dah. With two machines...
I have a Call Pilot 100 that I changed to 192.168.1.90 figuring that I'd go on site and if that wasn't their IP range I would just change it again. I swear I could reach it here on my network to the 192.168.1.90. When I got onsite I found that they had a weird IP range, but when I tried...
You could just put up a CCR that says thank you for calling for after hours emergencys please press 1 or 2 or 3 etc to reach our after hours and then set up a branch as an external transfer. Then just change the number to whatever doctor is oncall.
Hello,
It seems when he transfers calls back to the office or parks them and then has the guy in the office try to pick up the call, there is no audio? I did something in a lot earlier posts about the secondary set of RTP ports that in the 28000 range that I've never forwarded. Could be it or...
Turns out Voicemail was corrupted. DIDs would always go to the voicemail instead of following call forwarding. Deleted and restored the voicemail, re-entering all mailboxes, menus, greetings, tables. All good now!
So you mean restore the telephone programming, but not the Call Pilot (Voicemail), right? Any comment as to the call forwarding not working from external numbers?
The other issue with this unit is that there was call forwarding set for most of the sets in the office due to this Covid thing and people working from home, etc. The call forwarding still shows in place in the programming and when the extension number is called internally or through the...
I just had a service call where all the greetings, queues and mailboxes were intact but all the mailboxes had lost their username recordings, greetings and passwords? Never seen this before, but found the customer had enabled external initialization. System is working fine, all mailboxes are...
I'm new to this Python program so I'm experimenting and fighting with syntax and formatting.
I've managed to figure out how to make this program execute and stay running but I can't figure out how to eliminate extra characters in the received data.
When I run it, I get b'GET /8005551212&230'...
The last posting above with the code did work in terms of connecting with the equipment, but it would close after getting one string of data. In speaking with someone recently about this, it was suggested that I need to use a "session" connection rather than a socket. That way it remains open...
...it would cap out or get to a very high thread count number and stop functioning. Any ideas?
import socket
import os
from _thread import *
ServerSocket = socket.socket()
host = '192.168.1.142'
port = 65432
ThreadCount = 0
try:
ServerSocket.bind((host, port))
except socket.error as e...
I found this code that supposedly works for MultiConnection Server:
import selectors
sel = selectors.DefaultSelector()
# ...
lsock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
lsock.bind((host, port))
lsock.listen()
print('listening on', (host, port))
lsock.setblocking(False)...
I didn't see the tmeout setting on the top of the program as I had originally copied the code and modified it. Thanks!! It seems to work now although it only runs to the bottom of the program and doesn't seem to keep getting the data as it comes in and printing to screen. Later once I can see...
Hi all!
I'm a newbie to Python with my background being Fortan & Basic when I was a kid and then wrote an extensive Visual Basic program a few years ago which worked well. I'm now trying to tie a computer to several pieces of equipment that will sit there and collect information as it comes...
Can this be an SSD drive? I'm not sure if I can find another standard Hard Drive in a new condition, although I'm not sure the SSD drive will A. Work and B. mount in the BCM bracket. Perhaps with some kind of adapter bracket if it will function.
Let me know,
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.