RestComm / ussdgateway

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

Forward to a *default* shortcode incase of shortcode is not availabled #30

Open nhanth87 opened 8 years ago

nhanth87 commented 8 years ago

At this time, if a shortcode is not availabled, USSD GW will return a message descried with noroutingruleconfigerrmssg.

However, we can define a new parameter called defaultshortcode point to a valid shortcode and route all unknow shortcode to this defined parameter.

Br, TN