【问题标题】:Caller ID in PlivoPlivo 中的来电显示
【发布时间】:2015-02-08 22:45:29
【问题描述】:

我正在使用 Plivo API 进行呼叫,并且需要让我的呼叫显示有效的来电显示号码。 我正在使用回调 URL:

<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

【问题讨论】:

  • 您需要将 callerId 参数放在 Dial 部分。

标签: api plivo


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 2017-06-06
    • 1970-01-01
    • 2019-10-19
    • 1970-01-01
    • 2022-08-05
    • 1970-01-01
    • 2018-10-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多