Automatic call back digitmap question for Anonymous calls

(1/2) > >>

larrybob:
This is the digit map I am using for automatic call return to a number dialed to sp1:
{(<**2>(Mcallback)):aa($1)}     "callback" is a user defined digit map with all the numbers that are allowed to get a call back.  It is working.

I am traveling to South America and would like to get call backs from a phone i will be using there.
The problem is that caller ID will not be working all the time.
I would like to get a call back to a specific number (558512341234) from any number that calls in .. or anonymous. this way when ever I call to my google voice number the return call back will go to a cell phone in South America no mater what.

Thanks for the help

Larry

pc44:
Larry,

You could give this a try:

{(<**2>(x.)):aa(558512341234)}

...where x. will hopefully match all incoming calls and initiate a callback to the 558 number via SP2.

pc44

QBZappy:
pc44,
larrybob,

I don't think it works that way."$1" is hard coded to represent a number to call back. $1 is used to expand either the CID picked up by the OBi or a number provided by the user after pressing option 3 of the AA. The OBi stores that number (variable) temporarily to make the CBack. I understand from the user guide that there a two ways to initiate a call back:

Method 1) {(<**1>(14089913313|12121559801)):aa($1)}

Scenario - Call in hang up before OBi picks up and the Obi will call back either of the two numbers above if it is recognized in the CID.

This scenario may not work for the OP since CID is not reliable. Hence the problem.

Method 2) Involves selecting Option 3 after the AA picks up.

Scenario - Call in deliberately hit the AA and drop a CBack number (manually or perhaps by speed dial).

I think that you are correct in assuming all calls are to be directed to the AA in order to give the OP a chance to initiate the CBack by pressing Option # 3 + a CBack number. I suspect that a number setup in the speed dial may be a more efficient way of initaing this CBack if it is to be routine. This may work.

Mcallback should be modified to include "x." in the far right end of the line, since you want this rule to be picked up last as a failsafe in order to pick up all CIDs.

{(<**2>(x.)):aa($1)}

Note that all calls will hit the AA. OP should make that number really private and set up the AA PIN.

Since using Option 1 the caller must hangup before the OBi answers, it should not cost anything to try other than cell aire time. It may pick up the CID and CBack. If not try the other method. That should be reliable since it is the user providing the number to CBack.

pc44:
Thanks QBZappy.

I was shooting for the moon there, hoping for a way to do the callback without necessitating a charge/cost for the initial call.  Using the AA menu system for the callback, as you described, sounds like the only reliable solution here.  Hopefully, Larry will post back here and let us know once he has your callback setup up and running.

Thanks QBZ,
pc44 :)

AlexSun:

Try this:

{(x.):aa(SP1(558512341234))}

Red font part of the parameters may be modified, because The caller id does not work.

Navigation

[0] Message Index

[#] Next page