- Newest
- Most votes
- Most comments
This is more of a telephony question than a Connect question. Depending on how you’re terminating your SIP trunk check out if it supports sip normalization rules. This would could allow your SBC to not send ring back but send back silence until the call connects. Cisco example: https://www.cisco.com/c/en/us/support/docs/customer-collaboration/packaged-contact-center-enterprise/200323-Cisco-Packaged-Contact-Center-Enterprise.html
David
This is what we can gather from documentation hence you have a few options:
- Set the "Resume flow after disconnect" property to "Yes". This will resume the contact flow after the call disconnects from the external number, bypassing the ringing tone.
- Use the "Send DTMF" property to immediately send DTMF digits after the call is transferred. This can bypass initial prompts in the external IVR.
- Configure a low timeout value like 5-10 seconds. This will cancel the transfer and resume the flow if the call is not answered within the timeout, avoiding extended ringing.
- You've also configured the Transfer to Phone Number block to use an Amazon Chime Voice Connector for SIP integration. Make sure the connector is configured properly to pass the calls without delay or ringing.
You may have to mess around with an invoke Lambda and the API to get this to work... (but this is just a guess) https://docs.aws.amazon.com/connect/latest/APIReference/participant-actions-transferparticipanttothirdparty.html ("Corresponding block in the UI": "Transfer to phone number")
""ThirdPartyPhoneNumber": Optional, Only for phone number type. A phone number, in e.164 format, of the external number to which to transfer the contact. Ignored when using VoiceConnectors. May be defined statically or dynamically."
Put your Chime Connector in the API call and maybe it won't play a ringtone since it says phonenumber is optional if you use a voice connector? "VoiceConnector": { Optional, only for voice connector type. Contains the configuration of the voice connector "VoiceConnectorType": Only support "ChimeConnector". Must be defined statically.
Please update this post if you figure it out!!
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
Hello David,
Thanks for your reply.. Could you guide same with Avaya based Voice Infrastructure, as we are having Avaya Voice Infrastructure,
Explain in short what exactly we want to achieve here..
could please share any useful resources which will help us to implement the same
Between Chime Voice Connector and your Avaya there's an SBC. That's where you could control your ringback.