I am new to twilio sdk, trying to use it with sdk's sample code with live account credentials,but i am stuck in getting incoming call. What i have done this twiML config. on server side
<Response> <Dial callerId="+91xxxxxxxxxx"> <Client>+91xxxxxxxxx</Client> </Dial> </Response>
I had strictly followed the HelloMonkey App source code with my own urls,If i make client to PSTN outbound call it succeeds,but could not make app to app calling.