If I wanted to keep *130 and the speed dial worked I might put the following in my star code profile A.
*130, Voicemail, call(li(*130))
giqcass,
I believe you coded to Star Code correctly, but there is a bug in the firmware and it will fail. It appears the OBi ignores the last parenthesis, so it interprets the code as Call(li(*130). It then sends li(*130 to the Phone Port OutboundCallRoute where it fails. To prove this is what's happening place "{(@@.):sp2($2@192.168.1.199)}," at the beginning of the Phone Port OutboundCallRoute and check the Call History.
I circumvented the bug by coding the Star Code like this:
*130(<li(*130)>), Voicemail, call($Code)
I have an OBi110 w/Build 2824
I don't know if the OBI20x has the same bug.