我正在使用plivo顺序拨号来轮流拨打电话。
<?xml version = "1.0" encoding = "UTF-8"?>
<Response>
<Record maxLength="10800" action="http://example.com/recording-callback.php" startOnDialAnswer="false" redirect="false" recordSession="true" />
<Dial callerId="19515555555" timeout="15" action="http://example.com/action-webhook.php" callbackUrl="http://example.com/status-callback.php" callbackMethod="POST" >
<Number>14444444444</Number>
</Dial>
<Dial callerId="19515555555" timeout="15" action="http://example.com/action-webhook.php" callbackUrl="http://example.com/status-callback.php" callbackMethod="POST" >
<Number>15555555555</Number>
</Dial>
<Dial callerId="19515555555" timeout="15" action="http://example.com/action-webhook.php" callbackUrl="http://example.com/status-callback.php" callbackMethod="POST" >
<Number>16666666666</Number>
</Dial>
</Response>
如果第二个用户应答,则终止呼叫,呼叫将继续到xml的末尾。即使我输出hangup xml,它也会调用其余的用户。仅当拨号方挂断电话时,呼叫才完全终止。有没有人遇到终止以sequential dialing
发起的plivo电话呼叫的经历