Reputation: 28238
I have set up my android phone with Plivo SIP settings to be able to answer/make calls from my cell phone.
It works great !
--
However, when calling someone from my Plivo SIP account, the number displayed (to the receiver) is something like: [email protected]
Is there a way to configure my caller I ? to something more friendly :)
Thank you
Upvotes: 0
Views: 504
Reputation: 1701
Sorry to be so late, but there is a way to do that. You can add headers in the outgoing call and on your response xml read them and process them.
Upvotes: 0
Reputation: 542
In the Plivo Dashboard, configure the Plivo application associated with your endpoint to use the following answer url:
http://plivodirectdial.herokuapp.com/response/sip/route/?DialMusic=real&CLID=14155551234
And replace 14155551234 with a Plivo number in your account that you want to use for your caller ID
Upvotes: 0