Skip to content
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

route USSD menu choices to other USSD projects #82

Open
JonDiDoe opened this issue Oct 16, 2017 · 2 comments
Open

route USSD menu choices to other USSD projects #82

JonDiDoe opened this issue Oct 16, 2017 · 2 comments

Comments

@JonDiDoe
Copy link

Hi,

I have three ussd projects in VDR: project_1, project_2, project_3. All of them can be accessible by 3 distinct short code (#111#, #222#, #333#).
I have make another project project_4 accessible for example via #444# which is a portal for the three others.That is to say, when I choose "1" after the USSD Message in project_4, I'll be redirected to the first project project_1 (also pointed by #111#)

Is there any way to accomplish this kind of sequence?

@otsakir
Copy link

otsakir commented Oct 18, 2017

Hi @JonDiDoe.

Currently, you can't target another application using USSDCollect. Only modules inside the same application are supported.

@otsakir
Copy link

otsakir commented Oct 18, 2017

btw, I've created the following issue in Visual Designer for initial investigation:

RestComm/visual-designer#243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants