<div dir="ltr"><div>Hi guys,</div><div><br></div><div>We are using FreeSWITCH as our audio MCU using mod_conference with pjsip on the client (iOS/Android). I am trying to use TLS for signalling (sip) and it seems like FreeSWITCH is returning the Contact header with &quot;sip&quot; instead of &quot;sips&quot; which causes pjsip to terminate the session, although the contact sent from the client is sips:991234@X.X.X.X:443;transport=tls. I hardcoded the correct Contact header with &quot;sips&quot; schema and compiled FS and it worked but I want to avoid that.</div><div><br></div><div>Here is the sip trace:</div><div><br></div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua_stack.c:529 nua_signal() nua((nil)): sent signal r_set_params</div><div>nua.c:575 nua_set_params() nua: nua_set_params: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a4c002f10, ...) called</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua_stack.c:529 nua_signal() nua((nil)): sent signal r_set_params</div><div>nua.c:575 nua_set_params() nua: nua_set_params: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a38021500, ...) called</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua_stack.c:529 nua_signal() nua((nil)): sent signal r_set_params</div><div>nua.c:575 nua_set_params() nua: nua_set_params: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a4c002f10, ...) called</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua_stack.c:529 nua_signal() nua((nil)): sent signal r_set_params</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7f7a4c008350): events IN</div><div>tport.c:862 tport_alloc_secondary() tport_alloc_secondary(0x7f7a4c008350): new secondary tport 0x7f7a4c004330</div><div>tport_type_tcp.c:203 tport_tcp_init_secondary() tport_tcp_init_secondary(0x7f7a4c004330): Setting TCP_KEEPIDLE to 30</div><div>tport_type_tcp.c:209 tport_tcp_init_secondary() tport_tcp_init_secondary(0x7f7a4c004330): Setting TCP_KEEPINTVL to 30</div><div>tport_type_tls.c:610 tport_tls_accept() tport_tls_accept(0x7f7a4c004330): new connection from tls/<a href="http://80.246.136.250:55539/sips">80.246.136.250:55539/sips</a></div><div>tport_tls.c:940 tls_connect() tls_connect(0x7f7a4c004330): events NEGOTIATING</div><div>tport_tls.c:940 tls_connect() tls_connect(0x7f7a4c004330): events NEGOTIATING</div><div>tport_tls.c:584 tls_post_connection_check() tls_post_connection_check(0x7f7a4c004330): TLS cipher chosen (name): ECDHE-RSA-AES256-GCM-SHA384</div><div>tport_tls.c:586 tls_post_connection_check() tls_post_connection_check(0x7f7a4c004330): TLS cipher chosen (version): TLSv1/SSLv3</div><div>tport_tls.c:589 tls_post_connection_check() tls_post_connection_check(0x7f7a4c004330): TLS cipher chosen (bits/alg_bits): 256/256</div><div>tport_tls.c:592 tls_post_connection_check() tls_post_connection_check(0x7f7a4c004330): TLS cipher chosen (description): ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD</div><div><br></div><div>tport_tls.c:597 tls_post_connection_check() tls_post_connection_check(0x7f7a4c004330): Peer did not provide X.509 Certificate.</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>tport.c:2773 tport_wakeup() tport_wakeup(0x7f7a4c004330): events IN</div><div>tport.c:2864 tport_recv_event() tport_recv_event(0x7f7a4c004330)</div><div>tport_type_tls.c:434 tport_tls_recv() tport_tls_recv(0x7f7a4c004330): tls_read() returned -1</div><div>tport_type_tls.c:338 tport_tls_set_events() tport_tls_set_events(0x7f7a4c004330): logical events IN real IN</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>tport.c:2773 tport_wakeup() tport_wakeup(0x7f7a4c004330): events IN</div><div>tport.c:2864 tport_recv_event() tport_recv_event(0x7f7a4c004330)</div><div>tport_type_tls.c:434 tport_tls_recv() tport_tls_recv(0x7f7a4c004330): tls_read() returned 1939</div><div>tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7f7a4c004330) msg 0x7f7a4c0060b0 from (tls/<a href="http://80.246.136.250:55539">80.246.136.250:55539</a>) has 1939 bytes, veclen = 1</div><div>recv 1939 bytes from tls/[80.246.136.250]:55539 at 06:47:10.268278:</div><div>   ------------------------------------------------------------------------</div><div>   INVITE sips:991234@X.X.X.X:5061;transport=tls SIP/2.0</div><div>   Via: SIP/2.0/TLS 10.0.185.61:60531;rport;branch=z9hG4bKPj1UT4BuHQa-5RJHPnQ5y0KpsQ1AjlLea5;alias</div><div>   Max-Forwards: 70</div><div>   From: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;;tag=oSYCSnuYopXMC9YOp91FJQ0WvW.rkB-I</div><div>   To: &lt;sips:991234@X.X.X.X&gt;</div><div>   Contact: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;</div><div>   Call-ID: SUqEUDnopKxqF5MCGGtKE1wkXaACpF61</div><div>   CSeq: 3628 INVITE</div><div>   Allow: INVITE, ACK, BYE, CANCEL, UPDATE, PRACK</div><div>   Supported: 100rel</div><div>   Content-Type: application/sdp</div><div>   Content-Length:  1443</div><div><br></div><div>   v=0</div><div>   o=- 3992108604 2 IN IP4 127.0.0.1</div><div>   s=-</div><div>   t=0 0</div><div>   a=group:BUNDLE audio</div><div>   a=msid-semantic: WMS ARDAMS</div><div>   m=audio 62359 RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 127 126</div><div>   c=IN IP4 10.0.185.61</div><div>   a=rtcp:64256 IN IP4 10.0.185.61</div><div>   a=candidate:2231189199 1 udp 2122260223 10.0.185.61 62359 typ host generation 0</div><div>   a=candidate:2231189199 2 udp 2122260222 10.0.185.61 64256 typ host generation 0</div><div>   a=candidate:3397304895 1 tcp 1518280447 10.0.185.61 60528 typ host tcptype passive generation 0</div><div>   a=candidate:3397304895 2 tcp 1518280446 10.0.185.61 60529 typ host tcptype passive generation 0</div><div>   a=ice-ufrag:h6j3vcmJYQE9TZva</div><div>   a=ice-pwd:ZlyVrFpcbV193dGPa6jNhMlt</div><div>   a=fingerprint:sha-256 AC:F4:3E:85:7F:75:7F:5F:C1:22:5A:DE:45:79:F9:89:44:EA:2C:F6:4D:8D:E0:2B:00:E3:63:C0:1E:20:18:21</div><div>   a=setup:actpass</div><div>   a=mid:audio</div><div>   a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level</div><div>   a=extmap:3 <a href="http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time">http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time</a></div><div>   a=sendrecv</div><div>   a=rtcp-mux</div><div>   a=rtpmap:111 opus/48000/2</div><div>   a=fmtp:111 minptime=10; useinbandfec=1</div><div>   a=rtpmap:103 ISAC/16000</div><div>   a=rtpmap:104 ISAC/32000</div><div>   a=rtpmap:9 G722/8000</div><div>   a=rtpmap:102 ILBC/8000</div><div>   a=rtpmap:0 PCMU/8000</div><div>   a=rtpmap:8 PCMA/8000</div><div>   a=rtpmap:106 CN/32000</div><div>   a=rtpmap:105 CN/16000</div><div>   a=rtpmap:13 CN/8000</div><div>   a=rtpmap:127 red/8000</div><div>   a=rtpmap:126 telephone-event/8000</div><div>   a=maxptime:60</div><div>   a=ssrc:3143484071 cname:kPDG+J7xHnUUYKeb</div><div>   a=ssrc:3143484071 msid:ARDAMS ARDAMSa0</div><div>   a=ssrc:3143484071 mslabel:ARDAMS</div><div>   a=ssrc:3143484071 label:ARDAMSa0</div><div>   ------------------------------------------------------------------------</div><div>tport.c:3023 tport_deliver() tport_deliver(0x7f7a4c004330): msg 0x7f7a4c0060b0 (1939 bytes) from tls/<a href="http://80.246.136.250:55539/sips">80.246.136.250:55539/sips</a> next=(nil)</div><div>nta.c:2880 agent_recv_request() nta: received INVITE sips:991234@X.X.X.X:5061;transport=tls SIP/2.0 (CSeq 3628)</div><div>nta.c:3174 agent_check_request_via() nta: Via check: received=80.246.136.250</div><div>nta.c:3085 agent_recv_request() nta: INVITE (3628) going to a default leg</div><div>nta.c:1350 set_timeout() nta: timer set to 2000 ms</div><div>nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering</div><div>nua_stack.c:899 nh_create() nua: nh_create: entering</div><div>nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:280 soa_clone() soa_clone(static::0x7f7a4c002f10, 0x7f7a4c0023b0, 0x7f7a4c039e70) called</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a4c03a6e0, ...) called</div><div>nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7f7a4c0041e0)</div><div>soa.c:1302 soa_init_offer_answer() soa_init_offer_answer(static::0x7f7a4c03a6e0) called</div><div>soa.c:1171 soa_set_remote_sdp() soa_set_remote_sdp(static::0x7f7a4c03a6e0, (nil), 0x7f7a4c02fe60, 1443) called</div><div>nua_dialog.c:338 nua_dialog_usage_add() nua(0x7f7a4c039e70): adding session usage</div><div>tport.c:3257 tport_tsend() tport_tsend(0x7f7a4c004330) tpn = TLS/<a href="http://80.246.136.250:55539">80.246.136.250:55539</a></div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c03bac0 147 (147)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c02fd1e 101 (101)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c02fda7 62 (62)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c03bb53 99 (99)</div><div>tport.c:3492 tport_send_msg() tport_vsend returned 409</div><div>send 409 bytes to tls/[80.246.136.250]:55539 at 06:47:10.268547:</div><div>   ------------------------------------------------------------------------</div><div>   SIP/2.0 100 Trying</div><div>   Via: SIP/2.0/TLS 10.0.185.61:60531;rport=55539;branch=z9hG4bKPj1UT4BuHQa-5RJHPnQ5y0KpsQ1AjlLea5;alias;received=80.246.136.250</div><div>   From: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;;tag=oSYCSnuYopXMC9YOp91FJQ0WvW.rkB-I</div><div>   To: &lt;sips:991234@X.X.X.X&gt;</div><div>   Call-ID: SUqEUDnopKxqF5MCGGtKE1wkXaACpF61</div><div>   CSeq: 3628 INVITE</div><div>   User-Agent: FreeSWITCH-mod_sofia/1.7.0+git~20150608T182614Z~f8853ac620~64bit</div><div>   Content-Length: 0</div><div><br></div><div>   ------------------------------------------------------------------------</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>nta.c:6791 incoming_reply() nta: sent 100 Trying for INVITE (3628)</div><div>nua_session.c:4139 signal_call_state_change() nua(0x7f7a4c039e70): call state changed: init -&gt; received, received offer</div><div>soa.c:1098 soa_get_remote_sdp() soa_get_remote_sdp(static::0x7f7a4c03a6e0, [0x7f7a52f028b8], [0x7f7a52f028c0], [(nil)]) called</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering</div><div>2015-06-16 06:47:10.249856 [NOTICE] switch_channel.c:1089 New Channel sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> [e013f9cd-3fc7-4b14-85b8-9788bd7f8803]</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>2015-06-16 06:47:10.249856 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Running State Change CS_NEW</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>2015-06-16 06:47:10.249856 [DEBUG] sofia.c:8933 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> receiving invite from <a href="http://80.246.136.250:55539">80.246.136.250:55539</a> version: 1.7.0 git f8853ac 2015-06-08 18:26:14Z 64bit</div><div>2015-06-16 06:47:10.249856 [DEBUG] sofia.c:9045 IP 80.246.136.250 Approved by acl &quot;domains[]&quot;. Access Granted.</div><div>nua.c:610 nua_set_hparams() nua: nua_set_hparams: entering</div><div>nua.c:610 nua_set_hparams() nua: nua_r_set_params with invalid handle (nil)</div><div>2015-06-16 06:47:10.269817 [DEBUG] sofia.c:10198 Setting NAT mode based on via received</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>2015-06-16 06:47:10.269817 [DEBUG] sofia.c:6701 Channel sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> entering state [received][100]</div><div>2015-06-16 06:47:10.269817 [DEBUG] sofia.c:6711 Remote SDP:</div><div>v=0</div><div>o=- 3992108604 2 IN IP4 127.0.0.1</div><div>s=-</div><div>t=0 0</div><div>a=group:BUNDLE audio</div><div>a=msid-semantic: WMS ARDAMS</div><div>m=audio 62359 RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 127 126</div><div>c=IN IP4 10.0.185.61</div><div>a=rtpmap:111 opus/48000/2</div><div>a=fmtp:111 minptime=10; useinbandfec=1</div><div>a=rtpmap:103 ISAC/16000</div><div>a=rtpmap:104 ISAC/32000</div><div>a=rtpmap:9 G722/8000</div><div>a=rtpmap:102 ILBC/8000</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:8 PCMA/8000</div><div>a=rtpmap:106 CN/32000</div><div>a=rtpmap:105 CN/16000</div><div>a=rtpmap:13 CN/8000</div><div>a=rtpmap:127 red/8000</div><div>a=rtpmap:126 telephone-event/8000</div><div>a=rtcp:64256 IN IP4 10.0.185.61</div><div>a=candidate:2231189199 1 udp 2122260223 10.0.185.61 62359 typ host generation 0</div><div>a=candidate:2231189199 2 udp 2122260222 10.0.185.61 64256 typ host generation 0</div><div>a=candidate:3397304895 1 tcp 1518280447 10.0.185.61 60528 typ host tcptype passive generation 0</div><div>a=candidate:3397304895 2 tcp 1518280446 10.0.185.61 60529 typ host tcptype passive generation 0</div><div>a=ice-ufrag:h6j3vcmJYQE9TZva</div><div>a=ice-pwd:ZlyVrFpcbV193dGPa6jNhMlt</div><div>a=fingerprint:sha-256 AC:F4:3E:85:7F:75:7F:5F:C1:22:5A:DE:45:79:F9:89:44:EA:2C:F6:4D:8D:E0:2B:00:E3:63:C0:1E:20:18:21</div><div>a=setup:actpass</div><div>a=mid:audio</div><div>a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level</div><div>a=extmap:3 <a href="http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time">http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time</a></div><div>a=rtcp-mux</div><div>a=maxptime:60</div><div>a=ssrc:3143484071 cname:kPDG+J7xHnUUYKeb</div><div>a=ssrc:3143484071 msid:ARDAMS ARDAMSa0</div><div>a=ssrc:3143484071 mslabel:ARDAMS</div><div>a=ssrc:3143484071 label:ARDAMSa0</div><div><br></div><div>2015-06-16 06:47:10.269817 [DEBUG] sofia.c:6977 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State Change CS_NEW -&gt; CS_INIT</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:492 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State NEW</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Running State Change CS_INIT</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:516 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State INIT</div><div>2015-06-16 06:47:10.269817 [DEBUG] mod_sofia.c:88 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> SOFIA INIT</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:40 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Standard INIT</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:48 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State Change CS_INIT -&gt; CS_ROUTING</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:516 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State INIT going to sleep</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Running State Change CS_ROUTING</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_channel.c:2239 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Callstate Change DOWN -&gt; RINGING</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:532 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State ROUTING</div><div>2015-06-16 06:47:10.269817 [DEBUG] mod_sofia.c:141 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> SOFIA ROUTING</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:166 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Standard ROUTING</div><div>2015-06-16 06:47:10.269817 [INFO] mod_dialplan_xml.c:642 Processing budapp &lt;budapp&gt;-&gt;991234 in context public</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> parsing [public-&gt;cdquality_conferences_with_api] continue=false</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Regex (FAIL) [cdquality_conferences_with_api] destination_number(991234) =~ /^(75\d{4,36})$/ break=on-false</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> parsing [public-&gt;test_conferences] continue=false</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Regex (PASS) [test_conferences] destination_number(991234) =~ /^99(\d{4,36})$/ break=on-false</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Action set(jitterbuffer_msec=60:200:20)</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Action answer()</div><div>Dialplan: sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Action conference(1234-${domain_name}@test)</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:216 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State Change CS_ROUTING -&gt; CS_EXECUTE</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:532 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State ROUTING going to sleep</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:473 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Running State Change CS_EXECUTE</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:539 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) State EXECUTE</div><div>2015-06-16 06:47:10.269817 [DEBUG] mod_sofia.c:196 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> SOFIA EXECUTE</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_state_machine.c:258 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Standard EXECUTE</div><div>EXECUTE sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> set(jitterbuffer_msec=60:200:20)</div><div>2015-06-16 06:47:10.269817 [DEBUG] mod_dptools.c:1469 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> SET [jitterbuffer_msec]=[60:200:20]</div><div>EXECUTE sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> answer()</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [opus:111:48000:60:0:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [opus:111:48000:60:0:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4120 Bah HUMBUG! Sticking with opus@48000h@20i</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4146 Audio Codec Compare [opus:116:48000:20:0:1] ++++ is saved as a match</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [opus:111:48000:60:0:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [opus:111:48000:60:0:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:103:16000:30:32000:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4120 Bah HUMBUG! Sticking with isac@16000h@30i</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4146 Audio Codec Compare [isac:99:16000:30:53400:1] ++++ is saved as a match</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:103:16000:30:32000:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:103:16000:30:32000:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:103:16000:30:32000:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:104:32000:30:32000:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:104:32000:30:32000:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:104:32000:30:32000:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ISAC:104:32000:30:32000:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [G722:9:8000:60:64000:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [G722:9:8000:60:64000:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [G722:9:8000:60:64000:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4120 Bah HUMBUG! Sticking with G722@8000h@20i</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4146 Audio Codec Compare [G722:9:8000:20:64000:1] ++++ is saved as a match</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [G722:9:8000:60:64000:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ILBC:102:8000:30:13330:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ILBC:102:8000:30:13330:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ILBC:102:8000:30:13330:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [ILBC:102:8000:30:13330:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMU:0:8000:60:64000:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMU:0:8000:60:64000:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMU:0:8000:60:64000:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMU:0:8000:60:64000:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMA:8:8000:60:64000:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMA:8:8000:60:64000:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMA:8:8000:60:64000:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [PCMA:8:8000:60:64000:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4120 Bah HUMBUG! Sticking with PCMA@8000h@20i</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4146 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:105:16000:60:0:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:105:16000:60:0:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:105:16000:60:0:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:105:16000:60:0:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:13:8000:60:0:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:13:8000:60:0:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:13:8000:60:0:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [CN:13:8000:60:0:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [red:127:8000:60:0:1]/[isac:99:16000:30:53400:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [red:127:8000:60:0:1]/[opus:116:48000:20:0:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [red:127:8000:60:0:1]/[G722:9:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4091 Audio Codec Compare [red:127:8000:60:0:1]/[PCMA:8:8000:20:64000:1]</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4007 Set telephone-event payload to 126</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:2848 Set Codec sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> isac/16000 30 ms 480 samples 53400 bits 1 channels</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_codec.c:111 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Original read codec set to isac:99</div><div>2015-06-16 06:47:10.269817 [WARNING] switch_core_media.c:3184 NO candidate ACL defined, Defaulting to wan.auto</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3213 Save audio Candidate cid: 1 proto: udp type: host addr: <a href="http://10.0.185.61:62359">10.0.185.61:62359</a></div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3213 Save audio Candidate cid: 2 proto: udp type: host addr: <a href="http://10.0.185.61:64256">10.0.185.61:64256</a></div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3253 Searching for rtp candidate.</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3253 Searching for rtcp candidate.</div><div>2015-06-16 06:47:10.269817 [NOTICE] switch_core_media.c:3300 No audio rtp candidate found; defaulting to the first one.</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3305 Choose same candidate, index 1, for rtcp based on rtcp-mux attribute <a href="http://10.0.185.61:62359">10.0.185.61:62359</a></div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3343 setting remote audio ice addr to index 0 <a href="http://10.0.185.61:62359">10.0.185.61:62359</a> based on candidate</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:3364 Setting remote rtcp audio addr to <a href="http://10.0.185.61:62359">10.0.185.61:62359</a> based on candidate</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:4358 Set 2833 dtmf send/recv payload to 126</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:5867 AUDIO RTP [sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>] 172.30.0.123 port 21174 -&gt; 10.0.185.61 port 62359 codec: 103 ms: 30</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_rtp.c:3682 Starting timer [soft] 480 bytes per 30ms</div><div>2015-06-16 06:47:10.269817 [INFO] switch_core_media.c:6042 Activating Audio ICE</div><div>2015-06-16 06:47:10.269817 [NOTICE] switch_rtp.c:4201 Activating RTP audio ICE: h6j3vcmJYQE9TZva:Ob1rNvtW0b5cWDek <a href="http://10.0.185.61:62359">10.0.185.61:62359</a></div><div>2015-06-16 06:47:10.269817 [INFO] switch_core_media.c:6085 Activating RTCP PORT 62359</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_rtp.c:4098 RTCP send rate is: 5000 and packet rate is: 30000 Remote Port: 62359</div><div>2015-06-16 06:47:10.269817 [INFO] switch_core_media.c:6093 Skipping RTCP ICE (Same as RTP)</div><div>2015-06-16 06:47:10.269817 [INFO] switch_rtp.c:3212 Activate RTP/RTCP audio DTLS client</div><div>2015-06-16 06:47:10.269817 [INFO] switch_rtp.c:3332 Changing audio DTLS state from OFF to HANDSHAKE</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:1914 Setting Jitterbuffer to 60ms (2 frames) (6 max frames) (20 max drift)</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:6166 Set 2833 dtmf send payload to 126</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:6172 Set 2833 dtmf receive payload to 126</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_core_media.c:6194 sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> Set rtp dtmf delay to 40</div><div>2015-06-16 06:47:10.269817 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>!</div><div>2015-06-16 06:47:10.269817 [DEBUG] switch_channel.c:3460 (sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>) Callstate Change RINGING -&gt; EARLY</div><div>2015-06-16 06:47:10.269817 [DEBUG] mod_sofia.c:798 Local SDP sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a>:</div><div>v=0</div><div>o=FreeSWITCH 1434416056 1434416057 IN IP4 X.X.X.X</div><div>s=FreeSWITCH</div><div>c=IN IP4 X.X.X.X</div><div>t=0 0</div><div>a=msid-semantic: WMS 0M0k1onHJJZZtiOv47wmNMEcjERilVIb</div><div>m=audio 21174 RTP/SAVPF 103 126</div><div>a=rtpmap:103 ISAC/16000</div><div>a=rtpmap:126 telephone-event/8000</div><div>a=ptime:30</div><div>a=sendrecv</div><div>a=fingerprint:sha-256 08:41:F1:A2:26:14:A7:3C:C8:A4:1D:2C:E0:06:56:A6:9B:6D:61:85:A2:22:32:83:3E:B8:CD:14:C4:25:36:B4</div><div>a=setup:active</div><div>a=rtcp-mux</div><div>a=rtcp:21174 IN IP4 X.X.X.X</div><div>a=ice-ufrag:Ob1rNvtW0b5cWDek</div><div>a=ice-pwd:2qzFQmSQYU9IBOngQfxuBRgs</div><div>a=candidate:9326003068 1 udp 659136 X.X.X.X 21174 typ host generation 0</div><div>a=ssrc:2642995214 cname:xympNAWm9LctUQPO</div><div>a=ssrc:2642995214 msid:0M0k1onHJJZZtiOv47wmNMEcjERilVIb a0</div><div>a=ssrc:2642995214 mslabel:0M0k1onHJJZZtiOv47wmNMEcjERilVIb</div><div>a=ssrc:2642995214 label:0M0k1onHJJZZtiOv47wmNMEcjERilVIba0</div><div><br></div><div>nua.c:879 nua_respond() nua: nua_respond: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a4c03a6e0, ...) called</div><div>soa.c:1052 soa_set_user_sdp() soa_set_user_sdp(static::0x7f7a4c03a6e0, (nil), 0x7f7a3003c9db, -1) called</div><div>soa.c:890 soa_set_capability_sdp() soa_set_capability_sdp(static::0x7f7a4c03a6e0, (nil), 0x7f7a3003c9db, -1) called</div><div>nua_session.c:2320 nua_invite_server_respond() nua: nua_invite_server_respond: entering</div><div>soa.c:1515 soa_generate_answer() soa_generate_answer(static::0x7f7a4c03a6e0) called</div><div>soa_static.c:1146 offer_answer_step() soa_static_offer_answer_action(0x7f7a4c03a6e0, soa_generate_answer): called</div><div>soa_static.c:1187 offer_answer_step() soa_static(0x7f7a4c03a6e0, soa_generate_answer): generating local description</div><div>soa_static.c:1228 offer_answer_step() soa_static(0x7f7a4c03a6e0, soa_generate_answer): upgrade with remote description</div><div>soa_static.c:1029 soa_sdp_mode_set() soa_sdp_mode_set(0x7f7a52f00b00, 0x7f7a4c045800, &quot;&quot;): called</div><div>soa_static.c:1444 offer_answer_step() soa_static(0x7f7a4c03a6e0, soa_generate_answer): storing local description</div><div>soa.c:1730 soa_activate() soa_activate(static::0x7f7a4c03a6e0, (nil)) called</div><div>soa.c:1270 soa_get_local_sdp() soa_get_local_sdp(static::0x7f7a4c03a6e0, [(nil)], [0x7f7a52f02c38], [0x7f7a52f02c34]) called</div><div>tport.c:3257 tport_tsend() tport_tsend(0x7f7a4c004330) tpn = TLS/<a href="http://80.246.136.250:55539">80.246.136.250:55539</a></div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c017100 143 (143)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c02fd1e 70 (70)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c01718f 49 (49)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c02fda7 62 (62)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c0171c0 637 (637)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c01b570 808 (808)</div><div>tport.c:3492 tport_send_msg() tport_vsend returned 1769</div><div>send 1769 bytes to tls/[80.246.136.250]:55539 at 06:47:10.275555:</div><div>   ------------------------------------------------------------------------</div><div>   SIP/2.0 200 OK</div><div>   Via: SIP/2.0/TLS 10.0.185.61:60531;rport=55539;branch=z9hG4bKPj1UT4BuHQa-5RJHPnQ5y0KpsQ1AjlLea5;alias;received=80.246.136.250</div><div>   From: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;;tag=oSYCSnuYopXMC9YOp91FJQ0WvW.rkB-I</div><div>   To: &lt;sips:991234@X.X.X.X&gt;;tag=UvNpmQ5rme77D</div><div>   Call-ID: SUqEUDnopKxqF5MCGGtKE1wkXaACpF61</div><div>   CSeq: 3628 INVITE</div><div>   Contact: &lt;sip:991234@X.X.X.X:5061;transport=tls&gt;</div><div>   User-Agent: FreeSWITCH-mod_sofia/1.7.0+git~20150608T182614Z~f8853ac620~64bit</div><div>   Accept: application/sdp</div><div>   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE</div><div>   Supported: path, replaces</div><div>   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer</div><div>   Content-Type: application/sdp</div><div>   Content-Disposition: session</div><div>   Content-Length: 808</div><div>   Remote-Party-ID: &quot;991234&quot; &lt;sip:991234@X.X.X.X&gt;;party=calling;privacy=off;screen=no</div><div><br></div><div>   v=0</div><div>   o=FreeSWITCH 1434416056 1434416057 IN IP4 X.X.X.X</div><div>   s=FreeSWITCH</div><div>   c=IN IP4 X.X.X.X</div><div>   t=0 0</div><div>   a=msid-semantic: WMS 0M0k1onHJJZZtiOv47wmNMEcjERilVIb</div><div>   m=audio 21174 RTP/SAVPF 103 126</div><div>   a=rtpmap:103 ISAC/16000</div><div>   a=rtpmap:126 telephone-event/8000</div><div>   a=ptime:30</div><div>   a=fingerprint:sha-256 08:41:F1:A2:26:14:A7:3C:C8:A4:1D:2C:E0:06:56:A6:9B:6D:61:85:A2:22:32:83:3E:B8:CD:14:C4:25:36:B4</div><div>   a=setup:active</div><div>   a=rtcp-mux</div><div>   a=rtcp:21174 IN IP4 X.X.X.X</div><div>   a=ice-ufrag:Ob1rNvtW0b5cWDek</div><div>   a=ice-pwd:2qzFQmSQYU9IBOngQfxuBRgs</div><div>   a=candidate:9326003068 1 udp 659136 X.X.X.X 21174 typ host generation 0</div><div>   a=ssrc:2642995214 cname:xympNAWm9LctUQPO</div><div>   a=ssrc:2642995214 msid:0M0k1onHJJZZtiOv47wmNMEcjERilVIb a0</div><div>   a=ssrc:2642995214 mslabel:0M0k1onHJJZZtiOv47wmNMEcjERilVIb</div><div>   a=ssrc:2642995214 label:0M0k1onHJJZZtiOv47wmNMEcjERilVIba0</div><div>   ------------------------------------------------------------------------</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>nta.c:6791 incoming_reply() nta: sent 200 OK for INVITE (3628)</div><div>nta.c:1348 set_timeout() nta: timer shortened to 500 ms</div><div>nua_session.c:4139 signal_call_state_change() nua(0x7f7a4c039e70): call state changed: received -&gt; completed, sent answer</div><div>soa.c:1270 soa_get_local_sdp() soa_get_local_sdp(static::0x7f7a4c03a6e0, [0x7f7a52f02ce8], [0x7f7a52f02cf0], [(nil)]) called</div><div>soa.c:616 soa_get_params() soa_get_params(static::0x7f7a4c03a6e0, ...) called</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua_stack.c:529 nua_signal() nua(0x7f7a4c039e70): sent signal r_respond</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>2015-06-16 06:47:10.269817 [DEBUG] sofia.c:6701 Channel sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> entering state [completed][200]</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>tport.c:2773 tport_wakeup() tport_wakeup(0x7f7a4c004330): events IN</div><div>tport.c:2864 tport_recv_event() tport_recv_event(0x7f7a4c004330)</div><div>tport_type_tls.c:434 tport_tls_recv() tport_tls_recv(0x7f7a4c004330): tls_read() returned 413</div><div>tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7f7a4c004330) msg 0x7f7a4c03bac0 from (tls/<a href="http://80.246.136.250:55539">80.246.136.250:55539</a>) has 413 bytes, veclen = 1</div><div>recv 413 bytes from tls/[80.246.136.250]:55539 at 06:47:10.499036:</div><div>   ------------------------------------------------------------------------</div><div>   BYE sip:991234@X.X.X.X:5061;transport=tls SIP/2.0</div><div>   Via: SIP/2.0/TLS 10.0.185.61:60531;rport;branch=z9hG4bKPjkviJEl84G-mIBM80lf2Tn35igY2eXfSk;alias</div><div>   Max-Forwards: 70</div><div>   From: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;;tag=oSYCSnuYopXMC9YOp91FJQ0WvW.rkB-I</div><div>   To: &lt;sips:991234@X.X.X.X&gt;;tag=UvNpmQ5rme77D</div><div>   Call-ID: SUqEUDnopKxqF5MCGGtKE1wkXaACpF61</div><div>   CSeq: 3629 BYE</div><div>   Warning: 381 Adams-iPhone &quot;SIPS Required&quot;</div><div>   Content-Length:  0</div><div><br></div><div>   ------------------------------------------------------------------------</div><div>tport.c:3023 tport_deliver() tport_deliver(0x7f7a4c004330): msg 0x7f7a4c03bac0 (413 bytes) from tls/<a href="http://80.246.136.250:55539/sips">80.246.136.250:55539/sips</a> next=(nil)</div><div>nta.c:2880 agent_recv_request() nta: received BYE sip:991234@X.X.X.X:5061;transport=tls SIP/2.0 (CSeq 3629)</div><div>nta.c:3174 agent_check_request_via() nta: Via check: received=80.246.136.250</div><div>nta.c:3060 agent_recv_request() nta: BYE (3629) going to existing leg</div><div>nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering</div><div>tport.c:2296 tport_set_secondary_timer() tport(0x7f7a4c004330): reset timer</div><div>nua_stack.c:359 nua_application_event() nua: nua_application_event: entering</div><div>nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering</div><div>2015-06-16 06:47:10.509831 [NOTICE] sofia.c:952 Hangup sofia/internal/<a href="mailto:budapp@10.0.185.61">budapp@10.0.185.61</a> [CS_EXECUTE] [NORMAL_CLEARING]</div><div>nua.c:879 nua_respond() nua: nua_respond: entering</div><div>nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering</div><div>soa.c:403 soa_set_params() soa_set_params(static::0x7f7a4c03a6e0, ...) called</div><div>tport.c:3257 tport_tsend() tport_tsend(0x7f7a4c004330) tpn = TLS/<a href="http://80.246.136.250:55539">80.246.136.250:55539</a></div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c019070 143 (143)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c03abaa 178 (178)</div><div>tport_type_tls.c:534 tport_tls_send() tport_tls_writevec: vec 0x7f7a4c004620 0x7f7a4c0190ff 236 (236)</div><div>tport.c:3492 tport_send_msg() tport_vsend returned 557</div><div>send 557 bytes to tls/[80.246.136.250]:55539 at 06:47:10.513449:</div><div>   ------------------------------------------------------------------------</div><div>   SIP/2.0 200 OK</div><div>   Via: SIP/2.0/TLS 10.0.185.61:60531;rport=55539;branch=z9hG4bKPjkviJEl84G-mIBM80lf2Tn35igY2eXfSk;alias;received=80.246.136.250</div><div>   From: &lt;<a href="mailto:sips%3Abudapp@10.0.185.61">sips:budapp@10.0.185.61</a>&gt;;tag=oSYCSnuYopXMC9YOp91FJQ0WvW.rkB-I</div><div>   To: &lt;sips:991234@X.X.X.X&gt;;tag=UvNpmQ5rme77D</div><div>   Call-ID: SUqEUDnopKxqF5MCGGtKE1wkXaACpF61</div><div>   CSeq: 3629 BYE</div><div>   User-Agent: FreeSWITCH-mod_sofia/1.7.0+git~20150608T182614Z~f8853ac620~64bit</div><div>   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE</div><div>   Supported: path, replaces</div><div>   Content-Length: 0</div><div><br></div><div>Any idea on how to go about it? Is this intentional? If so, can I somehow force FS to return &quot;sips&quot; schema?</div><div><br></div><div>Thanks,</div><div>Adam</div></div>