We send leads via n8n to Retell to call leads, which worked already for 30+ Leads on an ongoing basis. Now, it says its calling leads properly which is not true (tried to call myself, nothing came through), so there seems to be a problem with the SIP Trunking (maybe?). As I said it already worked for lots of leads and just stopped working without any changes.
Based on your description of calls showing as initiated but not actually connecting, this sounds like a SIP trunking configuration issue. Here are the most common causes when calls suddenly stop working:
Common SIP Trunking Issues:
Termination URI or Authentication Problems(1) - If you’re using elastic SIP trunking, verify your termination SIP URI is correct and that any username/password credentials are still valid(1).
Telephony Provider Configuration Changes(2) - Check your SIP trunk settings in your telephony provider (Twilio, Telnyx, Vonage, etc.). Even without changes on your end, providers can update configurations(2).
Origination Settings(1) - For inbound calls, ensure your origination SIP URI is still set to sip:sip.retellai.com(1).
IP Whitelisting(1) - If your provider requires IP whitelisting, confirm these IP blocks are allowed: 18.98.16.120/30 (all regions), 143.223.88.0/21 (certain US traffic), 161.115.160.0/19 (certain US traffic)(1).
Since this worked previously and stopped without changes on your end, I’d recommend checking with your telephony provider first to see if they made any infrastructure updates(3).
For immediate assistance with SIP trunking issues, you can:
Based on the call ID you provided (call_cd4b7277c157420a30aeff9df41), I can help you investigate this issue. The fact that it’s affecting both German and UK numbers suggests a broader telephony routing problem.
Checking Call Details:
You can retrieve detailed information about this specific call using the Retell API(1):
import Retell from 'retell-sdk';
const client = new Retell({
apiKey: 'YOUR_RETELL_API_KEY',
});
const callResponse = await client.call.retrieve('call_cd4b7277c157420a30aeff9df41');