简体   繁体   English

Restcomm USSD-不返回对话框

[英]Restcomm USSD - do not return a dialog

I have a working USSD gateway, messages between the user's device and the app are set. 我有一个正常工作的USSD网关,设置了用户设备和应用之间的消息。

But there is a particular type of message where I don't want to send any dialog back to the user. 但是有一种特定类型的消息,我不想将任何对话框发送回用户。 When a user puts a sim inside a phone for the first time, an automated USSD call is made - I receive it and handle it, to send a configuration SMS or such. 当用户第一次将sim卡放入电话中时,就会进行自动USSD呼叫-我会收到并处理它,以发送配置SMS或类似信息。

The thing is, then I don't want to send anything to the user - there is no need for the user to be aware of that call. 问题是,那么我不想发送任何内容给用户-用户无需知道该呼叫。 I didn't succeed to do that up to now. 到目前为止,我还没有成功做到这一点。 Using type End , Unidirectional or Abort didn't change anything. 使用EndUnidirectionalAbort类型不会更改任何内容。 The message processUnstructuredSSRequest_Response still has a string that will show on screen, needing the user to click the "OK" button. 消息processUnstructuredSSRequest_Response仍然具有将在屏幕上显示的string ,需要用户单击“确定”按钮。

How can I make this happen ? 我怎样才能做到这一点?

Found it. 找到了。 It's the prearrangedEnd dialog attribute, look for it in the doc https://www.restcomm.com/docs/core/ussd/USSD_Gateway_Admin_Guide.html#_attributes 这是prearrangedEnd对话框属性,请在文档https://www.restcomm.com/docs/core/ussd/USSD_Gateway_Admin_Guide.html#_attributes中查找

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM