从单个 Phone 号码接收对 Twilio SIP 端点的同时呼叫
Receive Simulteneous Call to Twilio SIP End Points from a Single Phone Number
我在 Twilio 上有一个 phone 号码和一个 SIP 域。因此,当我在 phone 号码上收到呼叫时,所有 SIP 端点必须同时响铃,并且一旦任何 SIP 端点收到呼叫,到其他号码的响铃必须停止。我或多或少想要一个呼叫中心的配置。我可以呼叫单个 SIP 端点,但不能呼叫多个。
其次,如果无法通过 twilio 对 SIP 端点进行多个同时响铃,那么我想使用 Asterisk,所以请指导我是否可以使用 asterisk 接收一个号码上的呼叫并将其转发到多个 SIP 端点点。
星号:
exten => 600,1,Dial(SIP/100&SIP/101,,o)
; call to 600 to get two calls to 100 and 101 endpoint.
Twilio:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Number>877-555-1212</Number>
<Number>877-999-1234</Number>
<Number>877-123-4567</Number>
</Dial>
</Response>
我在 Twilio 上有一个 phone 号码和一个 SIP 域。因此,当我在 phone 号码上收到呼叫时,所有 SIP 端点必须同时响铃,并且一旦任何 SIP 端点收到呼叫,到其他号码的响铃必须停止。我或多或少想要一个呼叫中心的配置。我可以呼叫单个 SIP 端点,但不能呼叫多个。
其次,如果无法通过 twilio 对 SIP 端点进行多个同时响铃,那么我想使用 Asterisk,所以请指导我是否可以使用 asterisk 接收一个号码上的呼叫并将其转发到多个 SIP 端点点。
星号:
exten => 600,1,Dial(SIP/100&SIP/101,,o)
; call to 600 to get two calls to 100 and 101 endpoint.
Twilio:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Number>877-555-1212</Number>
<Number>877-999-1234</Number>
<Number>877-123-4567</Number>
</Dial>
</Response>