Tele: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
         </td><td align=center width=10%>Caller</td><td>No</td></tr>
         </td><td align=center width=10%>Caller</td><td>No</td></tr>
<tr><td align=center>0</td> <td>Cyan</td> <td><center><span style="color: black;background-color: cyan;font-weight: 700;font-size: 10px;"> &nbsp; ATTENTION &nbsp; </span></center>  
<tr><td align=center>0</td> <td>Cyan</td> <td><center><span style="color: black;background-color: cyan;font-weight: 700;font-size: 10px;"> &nbsp; ATTENTION &nbsp; </span></center>  
         <blockquote style="text-align:justify;">On hook state, like a backlit doorbell, ready to join or originate a call. Subscriber double clicking toggles offhook and single moves to LOOKUP/PAGE.</blockquote>  
         <blockquote style="text-align:justify;">Subscriber on hook state, like a backlit doorbell, ready to join or originate a call. Double click toggles offhook and single moves to LOOKUP/PAGE.</blockquote>  
         </td><td align=center>Subscriber</td><td>Yes</td></tr>
         </td><td align=center>Subscriber</td><td>Yes</td></tr>
<tr><td align=center>1</td>  <td>Blue</td><td><center><span style="color: white;background-color: blue;font-weight: 700;font-size: 10px;"> &nbsp; LOOKUP/PAGE &nbsp; </span></center>
<tr><td align=center>1</td>  <td>Blue</td><td><center><span style="color: white;background-color: blue;font-weight: 700;font-size: 10px;"> &nbsp; LOOKUP/PAGE &nbsp; </span></center>
         <blockquote style="text-align:justify;">If no user or group callee is implicit, clicking prompts for the subscriber or group lookup text, which is then looked up. If the lookup finds an active call, the join processing for this Agent and call begin. If there is an implicit callee, they are rung up. If ring up attempt fails, returns to ATTENTION otherwise moves to IN CALL. </blockquote>  
         <blockquote style="text-align:justify;">If no user or group callee is implicit, clicking prompts for the subscriber or group lookup text, which is then looked up. If the lookup finds an active call, the join processing for this Agent and call begin. If there is an implicit callee, they are rung up. If ring up attempt fails, returns to ATTENTION otherwise moves to IN CALL. Default on hook state for an non-subscribing caller. </blockquote>  
       </td><td align=center>Caller</td><td>Yes</td></tr>
       </td><td align=center>Both</td><td>Yes</td></tr>
<tr><td align=center>2</td>  <td>Yellow</td><td><center><span style="color: black;background-color: yellow;font-weight: 700;font-size: 10px;"> &nbsp; INCOMING &nbsp; </span></center>  
<tr><td align=center>2</td>  <td>Yellow</td><td><center><span style="color: black;background-color: yellow;font-weight: 700;font-size: 10px;"> &nbsp; INCOMING &nbsp; </span></center>  
         <blockquote style="text-align:justify;" >Indicates incoming events for the agent.  Blinks until callee dispatches state.  
         <blockquote style="text-align:justify;" >Indicates incoming events for the agent.  Blinks until callee dispatches state.  

Revision as of 13:50, 1 January 2024


Call Model DS Ft abstracts a backend provider, natively Jitsi.
Concise story of sameboat en:smart doorbell.

OrdinalColorStateVisibilityEnabled
doorbell metaphor: button controls and tracks video conference call states
-1White
  OFFLINE  

No subscriber context or caller device rejected.

CallerNo
0 Cyan
  ATTENTION  

Subscriber on hook state, like a backlit doorbell, ready to join or originate a call. Double click toggles offhook and single moves to LOOKUP/PAGE.

SubscriberYes
1 Blue
  LOOKUP/PAGE  

If no user or group callee is implicit, clicking prompts for the subscriber or group lookup text, which is then looked up. If the lookup finds an active call, the join processing for this Agent and call begin. If there is an implicit callee, they are rung up. If ring up attempt fails, returns to ATTENTION otherwise moves to IN CALL. Default on hook state for an non-subscribing caller.

BothYes
2 Yellow
  INCOMING  

Indicates incoming events for the agent. Blinks until callee dispatches state. Single click moves the call to a holding state. While in the holding state information on the call is presented to the callee which can include a live feed of the caller. Another single click by callee connects the call. At any time a double click drops the call.

BothYes
3 Green
  IN CALL  

Call active, blinks when additional callers join the call. Single click moves to BUSY. Double click ends call.

BothYes
4Red
  AFK/ASIDE/BUSY  

A subscriber controlled state indicating the user is in a dialog or momentarily off camera. Entered by swipe down, exited by swipe up, blinks while block active for subscriber solid for other callers.

BothYes
5Black
  DOWN/OFFHOOK/REJECT  

Agents may be Callers or Subscribers, both can initiate calls but only a Subscriber can receive them, owns a doorbell. Both start in this state and may enter it only as a result of network events. Clicking if enabled moved to ATTENTION or OFFLINE per network state.

BothSubscr.