<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I am looking for a way to check the status of a cell phone. Found one way
that worked for me and would like to have some feedback or suggestion of
improvments.</DIV>
<DIV> </DIV>
<DIV>Below example is for a “Swedish” cell phone, dont know if it works in the
same way for other countries.</DIV>
<DIV> </DIV>
<DIV>I could define “redirecting” numbers for 3 traffic cases when u dial my
mobile (073-302 59 75):</DIV>
<DIV>NOT_INUSE call forward to A</DIV>
<DIV>INUSE call forward to B in my case 010-602 4975</DIV>
<DIV>UNAVAILABLE call forward to C in my case 010-602 4976</DIV>
<DIV> </DIV>
<DIV>From manager:</DIV>
<DIV>Action: Originate\r\nChannel: OOH323/00733025975@Avaya\r\nExten:
0106024000\r\nContext: inputinterior.se\r\nPriority: 1\r\nTimeout:
1000\r\nCallerID: 106024000\r\n\r\n</DIV>
<DIV>DBPut\r\nFamily: DS\r\nKey: 0733025975\r\nVal: NOT_INUSE\r\n\r\n</DIV>
<DIV> </DIV>
<DIV>Wait a second...</DIV>
<DIV> </DIV>
<DIV>Action: DBGet\r\nFamily: DS\r\nKey: 0733025975\r\n\r\n</DIV>
<DIV> </DIV>
<DIV>In the dialplan:</DIV>
<DIV>exten => 0106024975,1,Set(DB(DS/0733025975)=INUSE)</DIV>
<DIV>exten => 0106024975,n,Hangup()</DIV>
<DIV> </DIV>
<DIV>exten => 0106024976,1,Set(DB(DS/0733025975)=UNAVAILABLE)</DIV>
<DIV>exten => 0106024976,n,Hangup()</DIV>
<DIV> </DIV>
<DIV>Just a short call to my cell phone, to se if i get anything back, my cell
phone doesn’t even ring.</DIV>
<DIV>Wait a second if the call is redirected, then check to se if the status has
changed from NOT_INUSE to something else.</DIV>
<DIV> </DIV>
<DIV>Dont know if it is a stupid idea, but it worked on my cell phone, and the
switchboard girls was very happy to be able “to ask” my cell phone “what I am
doing” <IMG
style="BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none"
class="wlEmoticon wlEmoticon-smile" alt=Ler
src="cid:5357A32E4AD84519B9EBA6F2414E4685@mabePC"></DIV>
<DIV>Most of the day i am INUSE so they dont need to transfer calls to me ehen
they know I am INUSE.</DIV>
<DIV> </DIV>
<DIV>Ofc there is some delay from asking to getting the answer, but as the girls
said, we could live with the delay, 2seconds compared to be “blind” is
nothing.</DIV></DIV></DIV></BODY></HTML>