RINGING

Name

RINGING -- Call in progress

Synopsis

This is not a command.

Description

The RINGING reply indicates that a previously initiated outgoing CALL is in the state where a new outgoing CALL can be made.

Reply

RINGING link_id

Example


          READY.
          CALL 1 00:07:80:80:bf:01 1 RFCOMM
          <Making new CALL is not allowed but generates BUSY error>
          CALL 1
          <Making new CALL is not allowed but generates BUSY error>
          RINGING 1
          <Making new CALL is allowed>
          CALL 2 00:07:80:80:bf:02 2 RFCOMM
          <Making new CALL is not allowed but generates BUSY error>
          CALL 2
          <Making new CALL is not allowed but generates BUSY error>
          RINGING 2
          <Making new CALL is allowed>
          CONNECT 1 RFCOMM 1042
          <Client can open socket connection to port 1042>
          CONNECT 2 RFCOMM 1043
          <Client can open socket connection to port 1043>