outbound Caller ID not working (comes up private number)

<< < (3/3)

amenic:
Thanks for the links I modified the instructions provided by  infin8loop to something I read in one of your links and it works!

Now I just need to figure out why E911 isn't working!  Progress!

   PHONE Port:

      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(THECALLERIDNUMBERHERE >$2)}
    
  PrimaryLine -> SPX Service (X=1/2)

Before I had it as follows:

{(<411:18003733411>):sp1},{911:sp1},{([1-9]x?*(Mpli)):pp},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1(THECALLERIDNUMBERHERE>$2)},{(<**2:>(Msp2)):sp2},{(<**9:>(Mpp)):pp},{(Mpli):pli}

For whatever reason my provider likes it attached to the pli vs the sp1

infin8loop:
I'll make one last stab at this:

Remove the ,{(<#:>|911):li} from the Phone Port OutboundCallRoute.  If you have an OBi100 you don't have a Line Port ("li") and even if you have an OBi110 you don't want to send 911 calls to it, you want them to go to flowroute on SP1. I don't think you want the previous ,{911:sp1} either as it will intercept 911 and send it to sp1 without the callerid number override.  

Ensure you have a 911 entry in your Phone Port DigitMap, something like  |911| this will ensure that when 911 is dialed it will be processed immediately without waiting on digit timeout.

I'm guessing your PrimaryLine is SP1 Service.  That's why the callerid override needs to be added to "pli" (which means PrimaryLine) instead of SP1 if you don't want to have to dial **1 before your outgoing numbers.  My previous suggestion would probably have worked had you dialed **1 followed by the number but obviously for your particular setup you need it to be "pli". My setup is on SP2 which is not my PrimaryLine, sorry for the oversight.

The $2 is an internal variable that contains the number you dialed.  The ">" between the callerid number being supplied and the $2 is a delimiter of sorts, I'm not sure it means anything.  I guess you could say is means "pass to".

If this doesn't work out, perhaps someone else will chime in and point out what's wrong. LOL

amenic:
Sorry I think I introduced some confusion while quoting the thread config..

This is what I actually have set as of right now:

{(<411:18003733411>):sp1},{([1-9]x?*(Mpli)):pp},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**9:>(Mpp)):pp},{(Mpli):pli(#DIDNUMBERHERE#>$2)}

it rang!  I'll continue to play thanks so much!

EDIT:  Confirmed E911 and CID are now both working - woot!  Thanks folks!

Navigation

[0] Message Index

[*] Previous page