Hi everyone..
I have voicemail with callcentric and in order to access it I have to dial *123
Problem is, callcentric is setup as sp1 and any outbound calls made from the Phone port are routed to Google Voice on sp2.
How can I set it up that whenever I dial *123 it automatically dials that on to sp1 rather than sp2?
Here is my outboundcallroute of my Phone Port.
Current config
{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp1},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1}, {(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
I'm thinking..
{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp1},{*123:sp1},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1}, {(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli} Will this work?
Also.. I'm not sure of the obi can do this but is there a way I can configure it so that if I dial *1 on the Phone Port the Obi will automatically dial *123 on sp1? Like a shortcut?
I think I figured it out for the shortcut, will this work?
{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp1},{(<*1:*123>):sp1},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1}, {(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
Thanks!