이 튜토리얼에 따라 시도/B :이 전화
https://www.twilio.com/docs/quickstart/ruby/rest/call-request
이 코드는 오직 나를 위해 번호를하기 위해 다이얼 :
@call = @client.calls.create(
:from => '+14159341234', # From your Twilio number
:to => '+18004567890', # To any number
# Fetch instructions from this URL when the call connects
:url => 'http://twimlets.com/holdmusic?Bucket=com.twilio.music.ambient'
)
나를 위해,이 코드는 전화에서 절대 전화를 걸지 않습니다. "to :"번호가 응답되면 음악을 재생합니다. "보낸 사람"번호는 절대로 울리지 않습니다. 나는 TWIML을 써서 첫 번째 번호 (to)로 전화를해야만한다고 생각하지만 TWIML에서 "to"변수에 대한 참조를 볼 수 없다. 두 개의 전화를 연결하는 샘플 twiml이 있는가?