When trying to install cx_Freeze with pip (pip install cx_Freeze) I got the above error.
Python-devel is installed and yet the error occurred!
Solution? zypper in python3-devel
Monday, May 18, 2015
Wednesday, May 6, 2015
Tuesday, May 5, 2015
BusinessPhone to MX-ONE TSW via H.323
Should you be linking a MX-ONE TSW (may even apply to the TSE) to a BusinessPhone via IP, note the following:
BusinessPhone needs a "Own Location Code". e.g. 6504
On MX-ONE, you create:
RODDI:DEST=6504,ROU=xy,....;
The BusinessPhone needs it's own location code to be sent to it, so no truncation in the above example.
Note that the following will not work:
RODDI:DEST=2015,ROU=xy,TRC=4,PRE=6504,.....;
Even though the correct digits are being sent, the BusinessPhone rejects the call for some reason. Thus the DEST must equal the Own Location Code.
BusinessPhone needs a "Own Location Code". e.g. 6504
On MX-ONE, you create:
RODDI:DEST=6504,ROU=xy,....;
The BusinessPhone needs it's own location code to be sent to it, so no truncation in the above example.
Note that the following will not work:
RODDI:DEST=2015,ROU=xy,TRC=4,PRE=6504,.....;
Even though the correct digits are being sent, the BusinessPhone rejects the call for some reason. Thus the DEST must equal the Own Location Code.
Subscribe to:
Posts (Atom)