Skip to content

Instantly share code, notes, and snippets.

@howethomas
Created August 21, 2009 18:24
Show Gist options
  • Save howethomas/172280 to your computer and use it in GitHub Desktop.
Save howethomas/172280 to your computer and use it in GitHub Desktop.
00000 00-1 6:13:56 PM Application[http://mistermashup.voipmashups.com/call.rb] ver(1.0.100.10) has been created.
00001 00-1 6:13:56 PM DNS found hosted Application[http://mistermashup.voipmashups.com/call.rb] ver(1.0.100.10) for sip:[email protected]:5060
00002 5844 6:13:56 PM # ----------- # line 436
00003 5844 6:13:56 PM # connecting the call to another number () # line 437
00004 5844 6:13:56 PM # ----------- # line 438
00005 5844 6:13:56 PM # line 439
00006 5844 6:13:56 PM answer # line 440
00007 5844 6:13:56 PM # line 441
00008 5844 6:13:56 PM options = { :choices => 'sales( 1, sales), support( 2, support)', # line 442
00009 5844 6:13:56 PM :repeat => 3 } # line 443
00010 5844 6:13:56 PM # line 444
00011 5844 6:13:56 PM result = ask 'For sales, just say sales or press 1. For support, say support or press 2.', options # line 445
00012 5844 6:13:56 PM # line 446
00013 5844 6:13:56 PM if result.name == 'choice' # line 447
00014 5844 6:13:56 PM case result.value # line 448
00015 5844 6:13:56 PM when 'sales' # line 449
00016 5844 6:13:56 PM say 'Ok, let me transfer you to sales.' # line 450
00017 5844 6:13:56 PM recipient = '+15083649972' # line 451
00018 5844 6:13:56 PM when 'support' # line 452
00019 5844 6:13:56 PM say 'Sure, let me get support. Please hold.' # line 453
00020 5844 6:13:56 PM recipient = '+15088153428' # line 454
00021 5844 6:13:56 PM end # line 455
00022 5844 6:13:56 PM end # line 456
00023 5844 6:13:56 PM # line 457
00024 5844 6:13:56 PM hangup # line 458
00025 5844 6:13:56 PM # line 459
00026 5844 6:13:56 PM # line 460
00027 5844 6:13:56 PM # If this script is called via HTTP, the initial "answer();" can be # line 461
00028 5844 6:13:56 PM # removed. # line 462
00029 5844 6:13:56 PM # line 463
00030 5844 6:13:56 PM options = { :answerOnMedia => false, # line 464
00031 5844 6:13:56 PM :callerID => '+15083750743', # line 465
00032 5844 6:13:56 PM :timeout => 12.123, # line 466
00033 5844 6:13:56 PM :onAnswer => lambda { |event| log '******************** Answered from ' + event.inspect.to_s }, # line 467
00034 5844 6:13:56 PM :onError => lambda { |event| log '******************** oops , error*********************' + event.inspect.to_s }, # line 468
00035 5844 6:13:56 PM :onTimeout => lambda { |event| log '******************** timeout *********************' + event.inspect.to_s }, # line 469
00036 5844 6:13:56 PM :onCallFailure => lambda { |event| log '******************** call failed *********************' + event.inspect.to_s } # line 470
00037 5844 6:13:56 PM } # line 471
00038 5844 6:13:56 PM # line 472
00039 5844 6:13:56 PM event = call "tel:#{recipient}", options # line 473
00040 5844 6:13:56 PM # line 474
00041 5844 6:13:56 PM if event.name == 'answer' # line 475
00042 5844 6:13:56 PM log 'Outgoing call gets answered by ' + event.value.calledID # line 476
00043 5844 6:13:56 PM end # line 477
00044 5844 6:13:56 PM # line 478
00045 5844 6:13:56 PM say "Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi." # line 479
00046 5844 6:13:56 PM # line 480
00047 5844 6:13:56 PM # line 481
00048 5844 6:13:56 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm94mg06fluffer] has been created.
00049 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10) is received.
00050 5844 6:13:56 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm94mg06fluffer] starts execution.
00051 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10) : currentCall is assigned to incoming Call[howethomas->9996072511] ver(1.0.100.10)
00052 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10)->answer(30000)
00053 72cc 6:13:56 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 247 Content-Type: application/sdp CSeq: 1 Transport: RTP/AVP;unicast;destination=10.6.63.104;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm94mg06fluffer 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.104 s=voxeo c=IN IP4 10.6.63.104 t=0 0 m=audio 10366 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
00054 72cc 6:13:56 PM RTP session (10484) was modified successfully.
00055 72cc 6:13:56 PM MRCP local media endpoint is 10.6.69.203:10484
00056 72cc 6:13:56 PM MRCP remote media endpoint is 10.6.63.104:10366
00057 72cc 6:13:56 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Transport: RTP/AVP;unicast;client_port=10366-10367;server_port=10484-10485 CSeq: 1 Content-Type: application/sdp Content-Length: 200 v=0 o=voxeo.8.0.283.0 0 0 IN IP4 10.6.69.203 s=voxeo c=IN IP4 10.6.69.203 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
00058 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10) is answering.
00059 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10) is answered.
00060 5844 6:13:56 PM Call[howethomas->9996072511] ver(1.0.100.10)->prompt("For sales, just say sales or press 1. For support, say support or press 2.",true,"sales( 1, sales), support( 2, support)",0.3,any,30000)
00061 72cc 6:13:56 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 449 Content-Type: application/mrcp CSeq: 2 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc RECOGNIZE 18365000 MRCP/1.0 Content-Id: [email protected] Sensitivity-Level: 50 N-Best-List-Length: 1 Dtmf-Term-Timeout: 0 Dtmf-Term-Char: # No-Input-Timeout: 30000 Speed-Vs-Accuracy: 50 Confidence-Threshold: 30 Recognizer-Start-Timers: false Speech-Language: en-us-prophecy Vendor-Specific-Parameters: Voxeo-Input-Mode=dtmf voice Content-Type: application/grammar+voxeo Content-Length: 38 sales( 1, sales), support( 2, support)
00062 72cc 6:13:56 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 2 Content-Type: application/mrcp Content-Length: 37 MRCP/1.0 18365000 200 IN-PROGRESS
00063 72cc 6:13:56 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 3 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Transport: RTP/AVP;unicast;destination=10.6.63.104;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm94mg06fluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
00064 72cc 6:13:56 PM RTP session (10484) was modified successfully.
00065 72cc 6:13:56 PM MRCP local media endpoint is 10.6.69.203:10484
00066 72cc 6:13:56 PM MRCP remote media endpoint is 10.6.63.104:10366
00067 72cc 6:13:56 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Transport: RTP/AVP;unicast;client_port=10366-10367;server_port=10484-10485 CSeq: 3
00068 72cc 6:13:56 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 248 Content-Type: application/mrcp CSeq: 4 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc SPEAK 18365001 MRCP/1.0 Kill-On-Barge-In: true Speech-Language: en-US Content-Type: application/synthesis+ssml Content-Length: 110 <?xml version="1.0"?><speak>For sales, just say sales or press 1. For support, say support or press 2.</speak>
00069 72cc 6:13:56 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 4 Content-Type: application/mrcp Content-Length: 37 MRCP/1.0 18365001 200 IN-PROGRESS
00070 72cc 6:14:02 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 1 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Content-Type: application/mrcp Content-Length: 75 SPEAK-COMPLETE 18365001 COMPLETE MRCP/1.0 completion-cause: 000 normal
00071 72cc 6:14:02 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 1 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00072 72cc 6:14:02 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 Content-Length: 365 Content-Type: application/mrcp CSeq: 5 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc RECOGNITION-START-TIMERS 18365002 MRCP/1.0 Content-Id: [email protected] Sensitivity-Level: 50 N-Best-List-Length: 1 Dtmf-Term-Timeout: 0 Dtmf-Term-Char: # No-Input-Timeout: 30000 Speed-Vs-Accuracy: 50 Confidence-Threshold: 30 Recognizer-Start-Timers: false Speech-Language: en-us-prophecy Vendor-Specific-Parameters: Voxeo-Input-Mode=dtmf voice
00073 72cc 6:14:02 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 5 Content-Type: application/mrcp Content-Length: 34 MRCP/1.0 18365002 200 COMPLETE
00074 72cc 6:14:03 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 2 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Content-Type: application/mrcp Content-Length: 49 START-OF-SPEECH 18365000 IN-PROGRESS MRCP/1.0
00075 72cc 6:14:03 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 3 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Content-Type: application/mrcp Content-Length: 703 RECOGNITION-COMPLETE 18365000 COMPLETE MRCP/1.0 completion-cause: 000 success content-length: 565 content-type: application/x-nlsml <?xml version="1.0"?> <result grammar="[email protected]"> <interpretation grammar="[email protected]" confidence="100"> <voxeoresult> <concept> support </concept> <interpretation> 2 </interpretation> <asrxml> <TopLevel_658456688_3965986266> <_0e872c200e16ef273c3d38155e942572> <support> dtmf-2 {2} {:conc:support} </support> </_0e872c200e16ef273c3d38155e942572> </TopLevel_658456688_3965986266> </asrxml> </voxeoresult> 2 support <input mode="dtmf">dtmf-2</input> </interpretation> </result>
00076 72cc 6:14:03 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 2 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00077 72cc 6:14:03 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 39 Content-Type: application/mrcp CSeq: 6 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc BARGE-IN-OCCURRED 18365003 MRCP/1.0
00078 72cc 6:14:03 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 6 Content-Type: application/mrcp Content-Length: 34 MRCP/1.0 18365003 200 COMPLETE
00079 72cc 6:14:03 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 3 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00080 5844 6:14:03 PM Call[howethomas->9996072511] ver(1.0.100.10)->prompt("Sure, let me get support. Please hold.",true,"",0.3,any,30000)
00081 72cc 6:14:03 PM RTSP Message(i): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 Content-Length: 212 Content-Type: application/mrcp CSeq: 7 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc SPEAK 18365004 MRCP/1.0 Kill-On-Barge-In: true Speech-Language: en-US Content-Type: application/synthesis+ssml Content-Length: 75 <?xml version="1.0"?><speak>Sure, let me get support. Please hold.</speak>
00082 72cc 6:14:03 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 7 Content-Type: application/mrcp Content-Length: 37 MRCP/1.0 18365004 200 IN-PROGRESS
00083 72cc 6:14:06 PM RTSP message(o): ANNOUNCE rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 4 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc Content-Type: application/mrcp Content-Length: 75 SPEAK-COMPLETE 18365004 COMPLETE MRCP/1.0 completion-cause: 000 normal
00084 72cc 6:14:06 PM RTSP Message(i): RTSP/1.0 200 OK CSeq: 4 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00085 5844 6:14:06 PM Call[howethomas->9996072511] ver(1.0.100.10)->hangup()
00086 72cc 6:14:06 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 8 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00087 72cc 6:14:06 PM RTP session (10484) was modified successfully. RTPSTAT:Duration=0010442;TX=000522|000;RX=000522|016|000506|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.104:10366;
00088 72cc 6:14:06 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 8
00089 72cc 6:14:06 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 9 Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc
00090 72cc 6:14:06 PM RTP session (10484) was stopped. RTPSTAT:Duration=0010443;TX=000522|000;RX=000522|016|000506|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.104:10366; JB:000000|000000|000517|000005|000000;000001|000517|000007|000000|000000;drops=0000|0000|0000|00|00.00;disc=00000|000|000|000;other=000|000|061;
00091 72cc 6:14:06 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965986250-2efa1380-000018f8-000072cc CSeq: 9
00092 72cf 6:14:06 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-sm94mg06fluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
00093 72cf 6:14:06 PM MRCP local media endpoint is 127.0.0.1:10502
00094 72cf 6:14:06 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf Transport: RTP/AVP;unicast;client_port=65535-65536;server_port=10502-10503 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 10502 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
00095 5844 6:14:06 PM Call[+15083750743->+15088153428] ver(1.0.100.10) will be called.
00096 5844 6:14:06 PM Call[+15083750743->+15088153428] ver(1.0.100.10) is calling.
00097 72cf 6:14:13 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-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf X-Voxeo-VXML-Session-Id: sas_2-8-sm94mg06fluffer 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 10036 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
00098 72cf 6:14:13 PM MRCP local media endpoint is 10.6.69.203:10502
00099 72cf 6:14:13 PM MRCP remote media endpoint is 10.6.63.201:10036
00100 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf CSeq: 2 Content-Type: application/sdp Content-Length: 200 v=0 o=voxeo.8.0.283.0 0 0 IN IP4 10.6.69.203 s=voxeo c=IN IP4 10.6.69.203 t=0 0 m=audio 10502 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
00101 72cf 6:14:13 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-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf Transport: RTP/AVP;unicast;destination=10.6.63.201;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm94mg06fluffer 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 10036 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20
00102 72cf 6:14:13 PM RTP session (10502) was modified successfully.
00103 72cf 6:14:13 PM MRCP local media endpoint is 10.6.69.203:10502
00104 72cf 6:14:13 PM MRCP remote media endpoint is 10.6.63.201:10036
00105 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf Transport: RTP/AVP;unicast;client_port=10036-10037;server_port=10502-10503 CSeq: 3
00106 5844 6:14:13 PM Call[+15083750743->+15088153428] ver(1.0.100.10) is answered.
00107 5844 6:14:13 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm94mg06fluffer] : ******************** Answered from #<TropoEvent:0xe18fb0 @recordURI=nil, @name="answer", @choice=nil, @value=#<TropoCall:0x595ee6 @callerName=nil, @callerID="+15083750743", @call=#<Java::ComVoxeoFlufferCore::SimpleOutgoingCall:0x16566d6 @java_object=Call[+15083750743->+15088153428] ver(1.0.100.10)>, @calledName=nil, @calledID="+15088153428">>
00108 5844 6:14:13 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm94mg06fluffer] : Outgoing call gets answered by +15088153428
00109 5844 6:14:13 PM Call[howethomas->9996072511] ver(1.0.100.10)->prompt("Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi. Hello. Hello. Hello. Hi.",true,"",0.3,any,30000)
00110 5844 6:14:13 PM Call[howethomas->9996072511] ver(1.0.100.10)->prompt() got system error: Call[howethomas->9996072511] ver(1.0.100.10) cannot prompt when state is DISCONNECTED
00111 5844 6:14:13 PM Call[howethomas->9996072511] ver(1.0.100.10) : com.voxeo.fluffer.FatalException: Call[howethomas->9996072511] ver(1.0.100.10) cannot prompt when state is DISCONNECTED
00112 5844 6:14:13 PM ApplicationInstance[http://mistermashup.voipmashups.com/call.rb, sas_2-8-sm94mg06fluffer] has runtime errors: org.jruby.exceptions.RaiseException with cause: org.jruby.exceptions.RaiseException javax.script.ScriptException: org.jruby.exceptions.RaiseException at com.sun.script.jruby.JRubyScriptEngine.evalNode(JRubyScriptEngine.java:456) at com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:180) at com.voxeo.fluffer.app.SimulatedCompiledScript.eval(SimulatedCompiledScript.java:59) at com.voxeo.fluffer.app.SimpleInstance.run(SimpleInstance.java:122) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.jruby.exceptions.RaiseException ...
00113 5844 6:14:13 PM Call[+15083750743->+15088153428] ver(1.0.100.10)->hangup()
00114 72cf 6:14:13 PM RTSP Message(i): SETUP rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 4 Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf Transport: RTP/AVP;unicast;destination=10.6.63.201;client_port=5060-5061 X-Voxeo-VXML-Session-Id: sas_2-8-sm94mg06fluffer X-Voxeo-Account-Id: 1341 X-Voxeo-App-Id: fluffer
00115 72cf 6:14:13 PM RTP session (10502) was modified successfully.
00116 72cf 6:14:13 PM MRCP local media endpoint is 10.6.69.203:10502
00117 72cf 6:14:13 PM MRCP remote media endpoint is 10.6.63.201:10036
00118 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf Transport: RTP/AVP;unicast;client_port=10036-10037;server_port=10502-10503 CSeq: 4
00119 72cf 6:14:13 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/synthesizer/ RTSP/1.0 CSeq: 5 Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf
00120 72cf 6:14:13 PM RTP session (10502) was modified successfully. RTPSTAT:Duration=0000009;TX=000000|000;RX=000000|000|000000|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.201:10036;
00121 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf CSeq: 5
00122 72cf 6:14:13 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/mixer RTSP/1.0 CSeq: 6 Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf
00123 72cf 6:14:13 PM RTP session (10502) was modified successfully.
00124 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf CSeq: 6
00125 72cf 6:14:13 PM RTSP Message(i): TEARDOWN rtsp://127.0.0.1:9974/recognizer/ RTSP/1.0 CSeq: 7 Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf
00126 72cf 6:14:13 PM RTP session (10502) was stopped. RTPSTAT:Duration=0000011;TX=000000|000;RX=000000|000|000000|0000;BR=000000|000000|000000|0000;TM=00000|0000|000;Err=000|000|000|000|000|000|000;10.6.63.201:10036; JB:000000|000000|000000|000000|000000;000001|000000|000000|000000|000000;drops=0000|0000|0000|00|00.00;disc=00000|000|000|000;other=000|000|000;
00127 72cf 6:14:13 PM RTSP message(o): RTSP/1.0 200 OK Session: sas_2-8-sm94mg06fluffer-3965996704-245a2170-000018f8-000072cf CSeq: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment