RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
88 stars 102 forks source link

route USSD menu choices to other USSD projects #82

Open JonDiDoe opened 6 years ago

JonDiDoe commented 6 years ago

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 commented 6 years ago

Hi @JonDiDoe.

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

otsakir commented 6 years ago

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

https://github.com/RestComm/visual-designer/issues/243