@Jose
It sounds like you're trying to automate the process of dialing an extension after calling the main company number. The method you're using, which involves placing a comma to indicate a pause before dialing the extension, is a common approach for manual dialing on many phone systems, but it might not work as expected when setting up an automated system like an outbound assistant.
For an outbound assistant to dial an extension, you may need to implement a more sophisticated method that involves programmatically sending DTMF (Dual-Tone Multi-Frequency) tones after the call is connected. This can often be done by using specific API commands or methods provided by the voice API platform you're using.
If you're using VAPI, you would typically need to set up a sequence of actions where the assistant first dials the main number, waits for the call to be answered, and then sends the DTMF tones corresponding to the extension number.
Since you're experiencing issues with the current method, I would recommend checking the documentation of the voice API you're using to see if there are specific instructions or commands for dialing extensions after connecting to a phone number. If the documentation doesn't help, please reach out to support for more detailed assistance on this matter.