Skip to content

Instantly share code, notes, and snippets.

@howethomas
Created August 21, 2009 18:59
Show Gist options
  • Save howethomas/172327 to your computer and use it in GitHub Desktop.
Save howethomas/172327 to your computer and use it in GitHub Desktop.
00-1 6:55:25 PM Application[http://mistermashup.voipmashups.com/call.rb] ver(1.0.100.10) has been created.
01278 00-1 6:55:25 PM DNS found hosted Application[http://mistermashup.voipmashups.com/call.rb] ver(1.0.100.10) for sip:[email protected]:5060
01279 6716 6:55:25 PM # ----------- # line 436
01280 6716 6:55:25 PM # connecting the call to another number () # line 437
01281 6716 6:55:25 PM # ----------- # line 438
01282 6716 6:55:25 PM # line 439
01283 6716 6:55:25 PM answer # line 440
01284 6716 6:55:25 PM log "Inbound call answered at #{Time.now}" # line 441
01285 6716 6:55:25 PM wait 2000 # line 442
01286 6716 6:55:25 PM result = record "Hello. Thanks for calling. Leave your message at the beep.", # line 443
01287 6716 6:55:25 PM { :beep => true, :timeout => 10, :silenceTimeout => 7, :maxTime => 10 } # line 444
01288 6716 6:55:25 PM if( result.name=='record' ) # line 445
01289 6716 6:55:25 PM ## record returns a URI pointing to the recorded audio... # line 446
01290 6716 6:55:25 PM log "result.recordURI = " + result.recordURI # line 447
01291 6716 6:55:25 PM ## we can then use that URI in a say command to play the recorded audio back... # line 448
01292 6716 6:55:25 PM # line 449
01293 6716 6:55:25 PM say "you said " + result.recordURI # line 450
01294 6716 6:55:25 PM recordURI = result.recordURI # line 451
01295 6716 6:55:25 PM end # line 452
01296 6716 6:55:25 PM # line 453
01297 6716 6:55:25 PM hangup # line 454
01298 6716 6:55:25 PM $currentCall = nil # line 455
01299 6716 6:55:25 PM # line 456
01300 6716 6:55:25 PM # line 457
01301 6716 6:55:25 PM # If this script is called via HTTP, the initial "answer();" can be # line 458
01302 6716 6:55:25 PM # removed. # line 459
01303 6716 6:55:25 PM # line 460
01304 6716 6:55:25 PM options = { :answerOnMedia => false, # line 461
01305 6716 6:55:25 PM :callerID => '+15083750743', # line 462
01306 6716 6:55:25 PM :timeout => 12.123, # line 463
01307 6716 6:55:25 PM :onAnswer => lambda { |event| log '******************** Answered from ' + event.inspect.to_s }, # line 464
01308 6716 6:55:25 PM :onError => lambda { |event| log '******************** oops , error*********************' + event.inspect.to_s }, # line 465
01309 6716 6:55:25 PM :onTimeout => lambda { |event| log '******************** timeout *********************' + event.inspect.to_s }, # line 466
01310 6716 6:55:25 PM :onCallFailure => lambda { |event| log '******************** call failed *********************' + event.inspect.to_s } # line 467
01311 6716 6:55:25 PM } # line 468
01312 6716 6:55:25 PM # line 469
01313 6716 6:55:25 PM event = call "tel:+15088153428", options # line 470
01314 6716 6:55:25 PM # line 471
01315 6716 6:55:25 PM if event.name == 'answer' # line 472
01316 6716 6:55:25 PM log 'Outgoing call gets answered by ' + event.value.calledID # line 473
01317 6716 6:55:25 PM log recordURI # line 474
01318 6716 6:55:25 PM say "you said " + recordURI # line 475
01319 6716 6:55:25 PM # line 476
01320 6716 6:55:25 PM end # line 477
01321 6716 6:55:25 PM # line 478
01322 6716 6:55:25 PM hangup # line 479
01323 6716 6:55:25 PM # line 480
01324 6716 6:55:25 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm9yh6lbfluffer] has been created.
01325 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10) is received.
01326 6716 6:55:25 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm9yh6lbfluffer] starts execution.
01327 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10) : currentCall is assigned to incoming Call[howethomas->9996072511] ver(1.0.100.10)
01328 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10)->answer(30000)
01329 032f 6:55:25 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 249 Content-Type: application/sdp CSeq: 1 Transport: RTP/AVP;unicast;destination=10.90.63.103;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer v=0 o=voxeo.8.0.289.0 0 0 IN IP4 10.90.63.103 s=voxeo c=IN IP4 10.90.63.103 t=0 0 m=audio 10026 RTP/AVP 0 8 3 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01330 032f 6:55:25 PM RTP session (10482) was modified successfully.
01331 032f 6:55:25 PM MRCP local media endpoint is 10.6.69.204:10482
01332 032f 6:55:25 PM MRCP remote media endpoint is 10.90.63.103:10026
01333 032f 6:55:25 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Transport: RTP/AVP;unicast;client_port=10026-10027;server_port=10482-10483 CSeq: 1 Content-Type: application/sdp Content-Length: 200 v=0 o=voxeo.8.0.283.0 0 0 IN IP4 10.6.69.204 s=voxeo c=IN IP4 10.6.69.204 t=0 0 m=audio 10482 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01334 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10) is answering.
01335 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10) is answered.
01336 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10) : Inbound call answered at Fri Aug 21 18:55:23 +0000 2009
01337 6716 6:55:25 PM Call[howethomas->9996072511] ver(1.0.100.10)->block(2000)
01338 6716 6:55:27 PM Call[howethomas->9996072511] ver(1.0.100.10)->promptWithRecord("Hello. Thanks for calling. Leave your message at the beep.",true,"",0.3,any,10000,true,true,10000,7000)
01339 032f 6:55:27 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 424 Content-Type: application/mrcp CSeq: 2 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f RECORD 881000 MRCP/1.0 Sensitivity-Level: 50 N-Best-List-Length: 1 Dtmf-Term-Timeout: 0 Dtmf-Term-Char: # No-Input-Timeout: 10000 Speed-Vs-Accuracy: 50 Confidence-Threshold: 30 Recognizer-Start-Timers: false Speech-Language: en-us-prophecy Vendor-Specific-Parameters: Voxeo-Input-Mode=dtmf voice Media-Type: audio/basic Max-Time: 10000 Final-Silence: 7000 Capture-On-Speech: true Start-Input-Timers: false
01340 032f 6:55:27 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 2 Content-Type: application/mrcp Content-Length: 35 MRCP/1.0 881000 200 IN-PROGRESS
01341 032f 6:55:27 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 3 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Transport: RTP/AVP;unicast;destination=10.90.63.103;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
01342 032f 6:55:27 PM RTP session (10482) was modified successfully.
01343 032f 6:55:27 PM MRCP local media endpoint is 10.6.69.204:10482
01344 032f 6:55:27 PM MRCP remote media endpoint is 10.90.63.103:10026
01345 032f 6:55:27 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Transport: RTP/AVP;unicast;client_port=10026-10027;server_port=10482-10483 CSeq: 3
01346 032f 6:55:27 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 231 Content-Type: application/mrcp CSeq: 4 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f SPEAK 881001 MRCP/1.0 Kill-On-Barge-In: true Speech-Language: en-US Content-Type: application/synthesis+ssml Content-Length: 96 <?xml version="1.0"?><speak>Hello. Thanks for calling. Leave your message at the beep.</speak>
01347 032f 6:55:27 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 4 Content-Type: application/mrcp Content-Length: 35 MRCP/1.0 881001 200 IN-PROGRESS
01348 032f 6:55:28 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 1 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Content-Type: application/mrcp Content-Length: 46 START-OF-INPUT 881000 IN-PROGRESS MRCP/1.0
01349 032f 6:55:28 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 1 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01350 032f 6:55:28 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 37 Content-Type: application/mrcp CSeq: 5 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f BARGE-IN-OCCURRED 881002 MRCP/1.0
01351 032f 6:55:28 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 5 Content-Type: application/mrcp Content-Length: 32 MRCP/1.0 881002 200 COMPLETE
01352 032f 6:55:28 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 2 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Content-Type: application/mrcp Content-Length: 75 SPEAK-COMPLETE 881001 COMPLETE MRCP/1.0 completion-cause: 001 barge-in
01353 032f 6:55:28 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 2 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01354 032f 6:55:28 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 321 Content-Type: application/mrcp CSeq: 6 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f START-INPUT-TIMERS 881003 MRCP/1.0 Sensitivity-Level: 50 N-Best-List-Length: 1 Dtmf-Term-Timeout: 0 Dtmf-Term-Char: # No-Input-Timeout: 10000 Speed-Vs-Accuracy: 50 Confidence-Threshold: 30 Recognizer-Start-Timers: false Speech-Language: en-us-prophecy Vendor-Specific-Parameters: Voxeo-Input-Mode=dtmf voice
01355 032f 6:55:28 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 6 Content-Type: application/mrcp Content-Length: 32 MRCP/1.0 881003 200 COMPLETE
01356 032f 6:55:38 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 30 Content-Type: application/mrcp CSeq: 7 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f SET-PARAMS 881004 MRCP/1.0
01357 032f 6:55:38 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 7 Content-Type: application/mrcp Content-Length: 32 MRCP/1.0 881004 200 COMPLETE
01358 032f 6:55:38 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 3 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Content-Type: application/mrcp Content-Length: 237 RECORD-COMPLETE 881000 COMPLETE MRCP/1.0 completion-cause: 001 success-maxtime record-uri: http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav x-voxeo-record-duration: 10000
01359 032f 6:55:38 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 3 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01360 032f 6:55:38 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 307 Content-Type: application/mrcp CSeq: 8 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f STOP 881005 MRCP/1.0 Sensitivity-Level: 50 N-Best-List-Length: 1 Dtmf-Term-Timeout: 0 Dtmf-Term-Char: # No-Input-Timeout: 10000 Speed-Vs-Accuracy: 50 Confidence-Threshold: 30 Recognizer-Start-Timers: false Speech-Language: en-us-prophecy Vendor-Specific-Parameters: Voxeo-Input-Mode=dtmf voice
01361 032f 6:55:38 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 8 Content-Type: application/mrcp Content-Length: 32 MRCP/1.0 881005 200 COMPLETE
01362 6716 6:55:38 PM Call[howethomas->9996072511] ver(1.0.100.10) : result.recordURI = http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav
01363 6716 6:55:38 PM Call[howethomas->9996072511] ver(1.0.100.10)->prompt("you said http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav",true,"",0.3,any,30000)
01364 032f 6:55:38 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 304 Content-Type: application/mrcp CSeq: 9 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f SPEAK 881006 MRCP/1.0 Kill-On-Barge-In: true Speech-Language: en-US Content-Type: application/synthesis+ssml Content-Length: 168 <?xml version="1.0"?><speak>you said <audio src="http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav"/>
01365 032f 6:55:38 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 9 Content-Type: application/mrcp Content-Length: 35 MRCP/1.0 881006 200 IN-PROGRESS
01366 032f 6:55:38 PM HTTP request headers: GET /MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav HTTP/1.1 User-Agent: Voxeo-VCS/8.0 Host: 127.0.0.1:9990 Accept: */*
01367 032f 6:55:38 PM HTTP response headers: HTTP/1.1 200 OK Date: Fri, 21 Aug 2009 18:55:38 GMT Server: Mbedthis-AppWeb/2.0.5 Content-type: audio/x-wav Last-modified: Fri, 21 Aug 2009 18:55:38 GMT ETag: "0-140da-4a8eedaa" Content-length: 82138 Connection: close
01368 032f 6:55:38 PM successfully initialized stream from http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav
01369 032f 6:55:49 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 4 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f Content-Type: application/mrcp Content-Length: 73 SPEAK-COMPLETE 881006 COMPLETE MRCP/1.0 completion-cause: 000 normal
01370 032f 6:55:49 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 4 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01371 6716 6:55:49 PM Call[howethomas->9996072511] ver(1.0.100.10)->hangup()
01372 032f 6:55:49 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 10 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01373 032f 6:55:49 PM RTP session (10482) was modified successfully. RTPSTAT:Duration=0023183;TX=001058|000;RX=001155|000|001155|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|001|000|000;10.90.63.103:10026;
01374 032f 6:55:49 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 10
01375 032f 6:55:49 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 11 Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f
01376 032f 6:55:49 PM RTP session (10482) was stopped. RTPSTAT:Duration=0023184;TX=001058|000;RX=001155|000|001155|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|001|000|000;10.90.63.103:10026; JB:000000|000000|001155|000000|000000;000001|000473|000684|000000|000000;drops=0000|0000|0000|00|00.00;disc=00000|000|000|000;other=000|000|060;
01377 032f 6:55:49 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f CSeq: 11
01378 0333 6:55:49 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/mixer RTSP/1.0 CSeq: 1 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
01379 0333 6:55:49 PM MRCP local media endpoint is 127.0.0.1:10484
01380 0333 6:55:49 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Transport: RTP/AVP;unicast;client_port=65535-65536;server_port=10484-10485 CSeq: 1 Content-Type: application/sdp Content-Length: 243 v=0 o=voxeo.8.0.283.0 0 0 IN IP4 127.0.0.1 s=voxeo c=IN IP4 127.0.0.1 t=0 0 m=audio 10484 RTP/AVP 0 8 3 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01381 6716 6:55:49 PM Call[+15083750743->+15088153428] ver(1.0.100.10) will be called.
01382 6716 6:55:49 PM Call[+15083750743->+15088153428] ver(1.0.100.10) is calling.
01383 0333 6:55:55 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/mixer RTSP/1.0 Content-Length: 200 Content-Type: application/sdp CSeq: 2 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer v=0 o=voxeo.8.0.289.0 0 0 IN IP4 10.6.63.201 s=voxeo c=IN IP4 10.6.63.201 t=0 0 m=audio 10322 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01384 0333 6:55:55 PM MRCP local media endpoint is 10.6.69.204:10484
01385 0333 6:55:55 PM MRCP remote media endpoint is 10.6.63.201:10322
01386 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 CSeq: 2 Content-Type: application/sdp Content-Length: 200 v=0 o=voxeo.8.0.283.0 0 0 IN IP4 10.6.69.204 s=voxeo c=IN IP4 10.6.69.204 t=0 0 m=audio 10484 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01387 0333 6:55:55 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 200 Content-Type: application/sdp CSeq: 3 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Transport: RTP/AVP;unicast;destination=10.6.63.201;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer v=0 o=voxeo.8.0.289.0 0 0 IN IP4 10.6.63.201 s=voxeo c=IN IP4 10.6.63.201 t=0 0 m=audio 10322 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
01388 0333 6:55:55 PM RTP session (10484) was modified successfully.
01389 0333 6:55:55 PM MRCP local media endpoint is 10.6.69.204:10484
01390 0333 6:55:55 PM MRCP remote media endpoint is 10.6.63.201:10322
01391 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Transport: RTP/AVP;unicast;client_port=10322-10323;server_port=10484-10485 CSeq: 3
01392 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10) is answered.
01393 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10) : currentCall is assigned to outgoing Call[+15083750743->+15088153428] ver(1.0.100.10)
01394 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10) : ******************** Answered from #<TropoEvent:0x1e8e2db @recordURI=nil, @name="answer", @choice=nil, @value=#<TropoCall:0x85c0d9 @callerName=nil, @callerID="+15083750743", @call=#<Java::ComVoxeoFlufferCore::SimpleOutgoingCall:0x13808ad @java_object=Call[+15083750743->+15088153428] ver(1.0.100.10)>, @calledName=nil, @calledID="+15088153428">>
01395 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10) : Outgoing call gets answered by +15088153428
01396 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10) : http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav
01397 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10)->prompt("you said http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav",true,"",0.3,any,30000)
01398 0333 6:55:55 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 4 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Transport: RTP/AVP;unicast;destination=10.6.63.201;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm9yh6lbfluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
01399 0333 6:55:55 PM RTP session (10484) was modified successfully.
01400 0333 6:55:55 PM MRCP local media endpoint is 10.6.69.204:10484
01401 0333 6:55:55 PM MRCP remote media endpoint is 10.6.63.201:10322
01402 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Transport: RTP/AVP;unicast;client_port=10322-10323;server_port=10484-10485 CSeq: 4
01403 0333 6:55:55 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 304 Content-Type: application/mrcp CSeq: 5 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 SPEAK 872000 MRCP/1.0 Kill-On-Barge-In: true Speech-Language: en-US Content-Type: application/synthesis+ssml Content-Length: 168 <?xml version="1.0"?><speak>you said <audio src="http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav"/>
01404 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 CSeq: 5 Content-Type: application/mrcp Content-Length: 35 MRCP/1.0 872000 200 IN-PROGRESS
01405 0333 6:55:55 PM HTTP request headers: GET /MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav HTTP/1.1 User-Agent: Voxeo-VCS/8.0 Host: 127.0.0.1:9990 Accept: */*
01406 0333 6:55:55 PM HTTP response headers: HTTP/1.1 404 Not Found Server: Mbedthis-AppWeb/2.0.5 Date: Fri, 21 Aug 2009 18:55:55 GMT Connection: close Content-Type: text/html Content-length: 126
01407 0333 6:55:55 PM Initialization of playback stream from http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav has failed (Couldn't initialize I/O resource from http://127.0.0.1:9990/MRCP/Utterances/sas_2-8-sm9yh6lbfluffer-3967272422-2e601980-00000f38-0000032f-0000.wav)
01408 0333 6:55:55 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 1 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 Content-Type: application/mrcp Content-Length: 73 SPEAK-COMPLETE 872000 COMPLETE MRCP/1.0 completion-cause: 000 normal
01409 0333 6:55:55 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 1 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333
01410 6716 6:55:55 PM Call[+15083750743->+15088153428] ver(1.0.100.10)->hangup()
01411 0333 6:55:55 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 6 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333
01412 0333 6:55:55 PM RTP session (10484) was modified successfully. RTPSTAT:Duration=0000533;TX=000027|000;RX=000025|000|000025|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.201:10322;
01413 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 CSeq: 6
01414 0333 6:55:55 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/mixer RTSP/1.0 CSeq: 7 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333
01415 0333 6:55:55 PM RTP session (10484) was modified successfully.
01416 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 CSeq: 7
01417 0333 6:55:55 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 8 Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333
01418 0333 6:55:55 PM RTP session (10484) was stopped. RTPSTAT:Duration=0000534;TX=000027|000;RX=000025|000|000025|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.201:10322; JB:000000|000016|000009|000000|000000;000001|000027|000000|000000|000000;drops=0000|0000|0000|00|00.00;disc=00000|000|000|000;other=000|000|045;
01419 0333 6:55:55 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm9yh6lbfluffer-3967295610-2e5b6250-00000f38-00000333 CSeq: 8
01420 6716 6:55:55 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm9yh6lbfluffer] ends execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment