SIP Make & Receive Test

Use your own SIP credentials to test making and receiving calls independently. Once this works, we can integrate with Grab.

1. Create your SIP account in Telnyx

  1. Go to portal.telnyx.com
  2. Connections → Create connection → Credential Connection
  3. Choose WebRTC as the credential type
  4. Set "Receive SIP URI calls" to Only from my Connections
  5. Copy the username and password, paste below

2. Enter your SIP credentials

Or set NEXT_PUBLIC_TELNYX_SIP_USERNAME and NEXT_PUBLIC_TELNYX_SIP_PASSWORD in .env.local

disconnected

3. Test outbound call

4. Test inbound call

Sends a test call to your SIP. You should see "Incoming call" and an Answer button.

Requires TELNYX_CALL_CONTROL_APP_ID (Call Control App, not Credential Connection). Create in Telnyx: Messaging → Call Control Apps, set webhook to your /api/telnyx-webhook URL.