VoIP My Way
nang:
How can I use just E911 service with my current obi110. I want to keep using my google voice for phone service and want to use voipmyway only for 911. How can I do that without buying another obi110?
Thanks,
QBZappy:
nang,
Some service providers offer E911 with or without monthly fee. I think you will have to verify with them if they offer that service.
VaHam:
Quote from: nang on April 09, 2011, 02:21:41 pm
How can I use just E911 service with my current obi110. I want to keep using my google voice for phone service and want to use voipmyway only for 911. How can I do that without buying another obi110?
Thanks,
You can setup Google Voice on SP1 and voipmyway on SP2 and modify the OutboundCallRoute so that 911 calls are directed to SP2 instead of the standard li.
Default OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
Change it to:
{([1-9]x?*(Mpli)):pp},{(<#:>|911):SP2},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
I think this should work for you but I have not tested it with an actual 911 call for obvious reasons.
RonR:
You also changed the behavior of '#', which is supposed to give you an immediate connection to the LINE Port. To direct 911 to SP2 without interfering with '#', use:
PHONE Port OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp2},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},
{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
VaHam:
Quote from: RonR on April 12, 2011, 03:43:00 pm
You also changed the behavior of '#', which is supposed to give you an immediate connection to the LINE Port. To direct 911 to SP2 without interfering with '#', use:
PHONE Port OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp2},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},
{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
Your right good catch Ron!
Navigation
[0] Message Index
[#] Next page
[*] Previous page