Problem with Telynx telecomm numberL
# support
p
Hello πŸ‘‹πŸ» team. We added a Telynx number through the dashboard and so far the assistant response time during the call has become soo long, almost 10seconds. But the error isn't visible in the call log. In the call log - it shows as if the caller always reply late and that is not the case during the call as it was the assistant that always replied late. Here is the call id. 482dbe2f-6742-441c-bddb-521cc82c5ab8
v
Hi there! πŸ‘‹ Thanks for reaching out about this issue with your Telynx number. I'm unable to explain exactly why the call log incorrectly shows the caller as replying late instead of the assistant. However, I can definitely help with troubleshooting the slow assistant response time you're experiencing! Based on the information I've found, there are several potential causes for the slow response time after adding a Telynx number: 1. **Configuration Settings**: Your
startSpeakingPlan
settings might need adjustment. Setting
waitSeconds
to 0.8 and adjusting Deepgram's endpointing value to 300 has helped others with similar issues. According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344177033625997322), this combination can significantly improve response times. 2. **Model-generated responses**: If your assistant is configured to generate the first message using a language model (LLM), this can introduce a delay of approximately three seconds. The configuration
firstMessageMode: assistant-speaks-first-with-model-generated-message
might be causing delays as mentioned in [this discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339303957675245669). 3. **Using your own key**: If you're using your own key instead of Vapi's, it can add extra latency according to [this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339303957675245669). Here are some troubleshooting steps you can try: 1. **Adjust your configuration**:
Copy code
json
   "start_speaking_plan": {
     "waitSeconds": 0.8,
     "smartEndpointingEnabled": false,
     "transcriptionEndpointingPlan": {
       "onPunctuationSeconds": 0.5
     }
   }
2. Consider using a static first message instead of a model-generated one to reduce initial response time.
3. Check your transcriber settings, including the model, language, and provider to ensure they're optimized for your use case. Your call ID (482dbe2f-6742-441c-bddb-521cc82c5ab8) can be used to further diagnose the issue. If these steps don't resolve the problem, would you like me to suggest additional configuration adjustments or explain how to use the call ID for more detailed diagnostics? Sources: - [Troubleshooting slow assistant response time after adding Telynx number](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344177033625997322) - [Telynx number causing slow assistant response time](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339303957675245669) - [Call log not accurately reflecting assistant response time](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339201697188286525) - [How to use call ID to diagnose assistant response time issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1340523490662416494)
k
Thank you for reaching out to us. We've received your message and will get back to you as soon as possible.
Hi, checking if this is resolved/solved for you?
p
This isn't resolved yet.
k
Hey it was because of drift detected in call logs and because of this responses were delayed. This is coming from telnyx side, as its pretty new tech you can expect few hiccups sometime.
p
Okay sir. So what do you suggest sir? We should keep using it that way?
k
Yes, you can use it as long as drips are less than 10% of your total calls.
p
I don't understand, what is drips?
k
Sorry, there is a typo. It's not drips, instead, drifts.
As the name implies, Drift means when something deviates from its natural functioning or from its expected functioning. In the case of telephony, when they drift, it eventually leads to the audio coming from their side, resulting in hallucinations or assists, or sounds like an assistant is speaking before the human. Sometimes, either of the four parties' voices get lost in the audio channels or in the recordings.
As long as the Drift call volumes are less than 10% of your total call volumes, it's good to proceed and continue your business with the current telephony.