The document contains log messages from a phone service initializing a SIP.js client and registering a phone number with a SIP server. It records the phone service setting up the SIP.js adapter with the user's credentials and phone number, initializing the SIP.js UserAgent, and sending a REGISTER request to the SIP server to register the number. The server responds with a 401 Unauthorized status.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
145 views6 pages
22
The document contains log messages from a phone service initializing a SIP.js client and registering a phone number with a SIP server. It records the phone service setting up the SIP.js adapter with the user's credentials and phone number, initializing the SIP.js UserAgent, and sending a REGISTER request to the SIP server to register the number. The server responds with a 401 Unauthorized status.
[2022-06-02T09:21:16.586Z] LOG - SipJsCallAdapter - Sent request = [object Object]
[2022-06-02T09:21:16.586Z] LOG - SipJsCallAdapter - User Agent: Started [2022-06-02T09:21:16.689Z] INFO - sip.Transport - Received WebSocket text message:
SIP/2.0 401 Unauthorized\r
Via: SIP/2.0/WSS vaa866idn857.invalid;rport=57182;received=10.241.33.99;branch=z9hG4bK2338668\r To: <sip:16265077642_8V3ZoYxoxHIRQqeEFFo5AiyC1yTYEoyXX4O6lbxNjuAE@prod.tncp.textno w.com>;tag=bddf01204f7ddc64078da14557abcaf7.bf9a0000\r From: <sip:16265077642_8V3ZoYxoxHIRQqeEFFo5AiyC1yTYEoyXX4O6lbxNjuAE@prod.tncp.textno w.com>;tag=4cnsb774fa\r CSeq: 2 REGISTER\r Call-ID: btk01p4o0b70hjb64n2j\r WWW-Authenticate: Digest realm=\"prod.tncp.textnow.com\", nonce=\"YpiCOGKYgQwIbJSuE+mvqBrBX2z0FwKM\"\r Server: sip-registrar2.tncp\r Content-Length: 0\r \r [2022-06-02T09:21:16.695Z] DEBUG - sip.transaction.nict - State change to \"Completed\" on non-INVITE client transaction with id z9hG4bK2338668. [2022-06-02T09:21:16.695Z] DEBUG - sip.transaction.nict - Constructing non-INVITE client transaction with id z9hG4bK7143913. [2022-06-02T09:21:16.695Z] INFO - sip.Transport - Sending WebSocket message:
transaction with id z9hG4bK2338668. [2022-06-02T09:21:16.820Z] DEBUG - sip.transaction.nict - State change to \"Terminated\" on non-INVITE client transaction with id z9hG4bK2338668. [2022-06-02T09:21:16.832Z] DEBUG - punt - Punt start succeeded [2022-06-02T09:21:16.832Z] INFO - sip.Transport - Received WebSocket text message:
[2022-06-02T09:21:16.837Z] DEBUG - sip.transaction.nict - State change to \"Completed\" on
non-INVITE client transaction with id z9hG4bK7143913. [2022-06-02T09:21:16.838Z] INFO - sip.Registerer - Registration transitioned to state Registered [2022-06-02T09:21:16.838Z] DEBUG - phoneServiceModule/eventRouter - registerConnectionEvents: event received: phone-service-ready, adapter: sip-js [2022-06-02T09:21:16.838Z] INFO - sip.Registerer - Waiting toggled to false [2022-06-02T09:21:16.855Z] DEBUG - sip.transaction.nict - Destroyed non-INVITE client transaction with id z9hG4bK7143913. [2022-06-02T09:21:16.856Z] DEBUG - sip.transaction.nict - State change to \"Terminated\" on non-INVITE client transaction with id z9hG4bK7143913. [2022-06-02T09:21:16.856Z] DEBUG - sip.transaction.nict - Destroyed non-INVITE client transaction with id z9hG4bK7143913. [2022-06-02T09:21:16.984Z] DEBUG - punt - Punt did succeed [2022-06-02T09:21:19.264Z] DEBUG - permissionService - handleMicrophoneAccessGranted() [2022-06-02T09:21:19.265Z] INFO - phoneServiceModule/eventRouter - phone service ready [2022-06-02T09:21:19.265Z] DEBUG - phoneServiceModule/eventRouter - setServiceState(ready)"