次のように、携帯電話から無条件転送を使用して通話を twilio 番号に転送する場合:
*21*0031123456789#
元の発信者 ID に関する情報を取得することはありません。より良いのは、ANONYMOUS に相当する+266696687を取得することです。
これは、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であると仮定すると、発信者 ID 情報は自分の番号であり、私の電話に電話をかけた元の番号ではありません。
ボーダフォン オランダからこれを試していますが、まだ他の通信事業者では試していません。とにかくこれを機能させる方法はありますか?それは Vodafone (オランダ) の問題ですか、それとも Twilio 側の問題ですか。
前もって感謝します