Plivo中的来电显示

时间:2014-12-20 13:46:12

标签: api plivo

我正在使用Plivo API进行呼叫,需要拨打我的电话才能显示有效的来电显示号码。 我正在使用回调网址:

<Response>
    <Record action="http://173.255.193.124/~ramacrm/CallWithPlivo/vtigercrm/plivo/call/recording" startOnDialAnswer="true" redirect="false" callerId="+9198102****"/>
    <Dial>
        <Number>+91880231****</Number>
    </Dial>
</Response>

我正在做的任何事情都是错误的,因为我正在参考Plivo API Documentation - Here

1 个答案:

答案 0 :(得分:1)

你需要将CallerId放在Dial动词中,所以:

<Dial action="your_action_url" 
callbackUrl="your_callback_url"
callerId="441903xxxxxx" method="POST" timeout="25"><Number>4479xxxxxx</Number></Dial>