wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
300 stars 105 forks source link

SMS sending failure: Error sending SMS message 0x7ffeb0001ca0 SMSTEXT,how can I tell if my message is a success or failure? #176

Open hanyuanzhong opened 3 months ago

hanyuanzhong commented 3 months ago

A few days ago, I could send SMS messages normally. Today, I suddenly failed to send SMS messages with the following error message: image dial plan config: image The following commands are used to send short messages in python: image In addition, there is still confusion about how it found exten => sms, and how I can tell if the SMS was sent successfully or failed in python code, using the message that chatgpt returns to me as shown below, is chatgpt correct: image

Again, how can I tell if my message is a success or failure? Please help me