-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout making voice call, Huawei e171 #85
Comments
Hi i am also facing the same problem. below is my log. can i get any hint to resolve this..! |
I have a similar problem with the Huawei modem E3531. I tried incoming_callTrial.py and it got stuck at the ¨Waiting for incoming calls.... ¨ message. I called the modem with my phone and I get a line busy message on my phone. Initializing modem... Traceback (most recent call last): |
By the way, the SMS_handler_demo.py worked. I was able to send an SMS to my Raspberry Pi 3 and I got a reply. |
I tried running the test script dial_callback_demo.py. Ubuntu 16.04, running on Python 2.7, Huawei e171 USB 3G modem (unlocked and voice enabled). I get this message:
DEBUG: write: AT+CSQ
DEBUG: response: ['+CSQ: 10,99', 'OK']
Dialing number: 0951161251
DEBUG: write: ATD0951161251;
DEBUG: response: ['OK']
Traceback (most recent call last):
File "dial_callback_demo.py", line 71, in
main()
File "dial_callback_demo.py", line 64, in main
call = modem.dial(NUMBER, timeout=10, callStatusUpdateCallbackFunc=callStatusCallback)
File "/usr/local/lib/python2.7/dist-packages/gsmmodem/modem.py", line 728, in dial
raise TimeoutException()
gsmmodem.exceptions.TimeoutException
I plan to look into it myself, but, any hints?
Many Thanks, David
The text was updated successfully, but these errors were encountered: