Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twilio可编程无线-消息阻止处于活动状态_Twilio - Fatal编程技术网

Twilio可编程无线-消息阻止处于活动状态

Twilio可编程无线-消息阻止处于活动状态,twilio,Twilio,我正在使用信号2018的NB Alpha套件。SIM卡已连接到T-Mobile网络(蓝色LED亮起): 当我尝试从SIM卡发送命令时,我得到: AT+CMGS="2936" > HELLO +CMGS: 7 OK 当我尝试从API发送命令时,命令保持排队状态,当我尝试使用SIM卡接收命令时,我得到: AT+CMGL +CMGL: 0,"REC UNREAD","2936",,"19/09/10,00:14:10-20" Free Msg: Unable to

我正在使用信号2018的NB Alpha套件。SIM卡已连接到T-Mobile网络(蓝色LED亮起):

当我尝试从SIM卡发送命令时,我得到:

  AT+CMGS="2936"
  > HELLO
  +CMGS: 7
  OK
当我尝试从API发送命令时,命令保持排队状态,当我尝试使用SIM卡接收命令时,我得到:

  AT+CMGL
  +CMGL: 0,"REC UNREAD","2936",,"19/09/10,00:14:10-20"
   Free Msg: Unable to send message - Message Blocking is active.
  OK

有没有关于如何让信息流动的想法?

这里是Twilio开发者福音传道者

NB IoT网络不用于通信,因此目前不支持SMS。您从SIM卡发送的消息可能也没有发送到任何地方

但是,我们认识到,当您尝试向不支持该消息的SIM卡发送消息时,应该会收到错误消息。我们将研究在API中使其成为错误,而不是排队和从不发送消息

  AT+CMGL
  +CMGL: 0,"REC UNREAD","2936",,"19/09/10,00:14:10-20"
   Free Msg: Unable to send message - Message Blocking is active.
  OK