当使用手机无条件转接将呼叫转接到 twilio 号码时,如下所示:
*21*0031123456789#
我从来没有得到关于原始呼叫者 ID 的信息,或者更好的是,我得到+266696687,这相当于 ANONYMOUS。
这是 twilio 发送的请求参数示例
/twilioml?AccountSid=AC9xxxxxxxxxxxxxxxxxx&ToZip=&FromState=&Called= %2B31123456789 &FromCountry=LS&CallerCountry=LS&CalledZip=&Direction=inbound&FromCity=&CalledCountry=NL&CallerState=&CallSid=CAxxxxxxxxxxxxxxxxxxxx&CalledState=&From= %2B266696687 &CallerZip=&FromZip=&ApplicationSid=APxxxxxxxxxxxxxxxxx&CallStatus=ringing&ToCity=&ToState=&To= % 2B31123456789 &ToCountry=NL&CallerCity=&ApiVersion=2010-04-01&Caller= %2B266696687 &CalledCity=
如果我尝试像这样的 条件呼叫转移,例如:
*61*0031123456789#
/twilioml?AccountSid=AC9xxxxxxxx&ToZip=&FromState=&Called= %2B31123456789 &FromCountry=NL&CallerCountry=NL&CalledZip=&Direction=inbound&FromCity=&CalledCountry=NL&CallerState=&CallSid=CAxxxxxxxxxxxxxxx&CalledState=&From= %2B315555555 &CallerZip=&FromZip=&ApplicationSid=APxxxxxxxxxxxxxxxxxx&CallStatus=ringing&ToCity=&ToState=&To= % 2B31123456789 &ToCountry=NL&CallerCity=&ApiVersion=2010-04-01&Caller= %2B315555555 &CalledCity=
在这种情况下,假设我的号码是+315555555,来电显示信息是我自己的号码,而不是呼叫我电话的原始号码
我正在荷兰沃达丰尝试这个,但我还没有尝试过其他运营商。有没有办法使这项工作?这是沃达丰(荷兰)的问题还是 Twilio 方面的问题,否则我担心这对我们的解决方案来说是一个重大挫折。
提前致谢