route dial out strings to the same number based on service state

VZ network noticed that 611 and *611 were dialing different
numbers that are meant for IVR when the phone service state
was the same(e.g ROMAING_DOMESTIC).  This is not the intended
behavior and the dial out string should be routed to the same
number remapping which is based on the service state. Dialer
handled this before but at some point stoppped.

A new carrier config bundle has been added to account for the
service state ROAMING_TYPE_INTERNATIONAL.

bug: 211116126
Test: 2 unit tests,
      manually tested by
          (1) setting the phone in Roaming
          (2) Overidding Country code
          (3) settings carrier config bundles
          (4) placing calls and asserting the
              correct devices were called.

Change-Id: I1ecacd33b12c98ed5dc43e0cf8e88395f98f2a22
1 file changed