-1

Is there any way to call a number which starts with *? For example *212*12345*? Normally the public APIs let us do it with numbers, but not with symbols.

d4Rk
  • 6,622
  • 5
  • 46
  • 60
Aree
  • 3
  • 3
  • 1
    why not just remove the `*` from the number? – nburk Dec 12 '14 at 13:06
  • The numbers might be [USSD codes](http://en.wikipedia.org/wiki/Unstructured_Supplementary_Service_Data). Maybe. – n00bProgrammer Dec 12 '14 at 13:11
  • Refer to the answer [HERE](http://stackoverflow.com/questions/19589344/dial-ussd-code-from-iphone-programatically) for some information. – n00bProgrammer Dec 12 '14 at 13:16
  • @HotLicks I see numbers starting with `*` advertised all the time on interstates in the US .. EG "Call *77 for state police". Ooops I take that back .. its `#77`. My bad – Peter M Dec 12 '14 at 13:33

1 Answers1

2

There is no way to make phone calls with *. It is totally disallowed.

Have a look at the documentation on that here.

Unheilig
  • 16,196
  • 193
  • 68
  • 98