[Freeswitch-users] Event Socket + Transfer CALL

Luiz Fernando Softov fernando at softov.com.br
Thu Nov 26 04:45:57 MSK 2015


Hi, i'm working with FS in a different way.

I'm not using dialplan. I just create a daemon in c, that control all calls.

So, initial i create a server tcp, that accept a connection using event
socket.

The user call to another and i receive a new tcp connection, then i send:

#: connect
#: event plain CHANNEL_DATA

And i receive a Event CHANNEL_DATA info, where i can found info about the
call, like

CALL_1: 2001 > calling to > 2005

Then i send

#: event plain ALL

According with the info i can bridge a call, making routes, redirection,
play a music, and other things.

I receive too all other events, so i have full control over call, know
about  a HANGUP, when music STOP, and make things dynamically like grab
DTMF and make a action, billing, start or stop a recording, hold, park,
transfer according with DTMF, etc.

Using SIP Phones, or applications like MicroSIP, there is a option to
transfer calls.

When someone do this action, i get another connection with a new
CHANNEL_DATA, to the same Unique-ID, its like a new call (but is the user
trying to do a transfer).

CALL_2: 2005 > calling to > 2006

I know that connection is about the same call context, and of course, i
know that current call is ACTIVE.

In CHANNEL_DATA of CALL_2 i only see 2005 in:

Channel-Callee-ID-Number: 2005
Channel-RDNIS: 2005
Caller-Callee-ID-Number: 2005
Caller-RDNIS: 2005
variable_sip_req_user: 2005
variable_sip_req_uri: 2005%40192.168.142.14%3A5061
variable_sip_to_user: 2005
variable_sip_to_uri: 2005%40192.168.142.14%3A5061
variable_dialed_extension: 2005
variable_dialed_user: 2005
variable_originated_legs:
ARRAY%3A%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BOutbound%20Call%3B2005%7C%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BOutbound%20Call%3B2005
variable_bridge_channel: sofia/profile_1001/2005%40192.168.140.206%3A50646
variable_sip_full_to:
%3Csip%3A2005%40192.168.142.14%3A5061%3E%3Btag%3DNNaarSrNpS1SF
variable_last_sent_callee_id_number: 2005
variable_sip_h_Referred-By: %3Csip%3A2005%40192.168.140.206%3Bob%3E

My question is, how i know in CHANNEL_DATA, that is the user 2005 who want
to make a call?

Because the info, seen like info about the CALL_1, and there is things that
i don't know: like "Caller-RDNIS"

There is someone who can help me with this?

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

There is the 1 FIRST CHANNEL_DATA

Event-Name: CHANNEL_DATA
Core-UUID: 454da00d-4b93-e511-9c7e-00145ec01e69
FreeSWITCH-Hostname: voipr.seudominio.com.br
FreeSWITCH-Switchname: voipr.seudominio.com.br
FreeSWITCH-IPv4: 177.52.73.5
FreeSWITCH-IPv6: %3A%3A1
Event-Date-Local: 2015-11-25%2021%3A54%3A24
Event-Date-GMT: Thu,%2026%20Nov%202015%2000%3A54%3A24%20GMT
Event-Date-Timestamp: 1448499264810263
Event-Calling-File: mod_event_socket.c
Event-Calling-Function: parse_command
Event-Calling-Line-Number: 1950
Event-Sequence: 99797
Channel-Direction: inbound
Channel-Logical-Direction: inbound
Channel-Username: 2001
Channel-Dialplan: XML
Channel-Caller-ID-Name: Softov
Channel-Caller-ID-Number: 2001
Channel-Orig-Caller-ID-Name: Softov
Channel-Orig-Caller-ID-Number: 2001
Channel-Network-Addr: 192.168.155.247
Channel-ANI: 2001
Channel-Destination-Number: 2005
Channel-Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Channel-Source: mod_sofia
Channel-Context: default
Channel-Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Channel-Profile-Index: 1
Channel-Profile-Created-Time: 1448499264800293
Channel-Channel-Created-Time: 1448499264800293
Channel-Channel-Answered-Time: 0
Channel-Channel-Progress-Time: 0
Channel-Channel-Progress-Media-Time: 0
Channel-Channel-Hangup-Time: 0
Channel-Channel-Transfer-Time: 0
Channel-Channel-Resurrect-Time: 0
Channel-Channel-Bridged-Time: 0
Channel-Channel-Last-Hold: 0
Channel-Channel-Hold-Accum: 0
Channel-Screen-Bit: true
Channel-Privacy-Hide-Name: false
Channel-Privacy-Hide-Number: false
Channel-State: CS_EXECUTE
Channel-Call-State: RINGING
Channel-State-Number: 4
Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Call-Direction: inbound
Presence-Call-Direction: inbound
Channel-HIT-Dialplan: true
Channel-Presence-ID: 2001%40192.168.142.14
Channel-Call-UUID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Answer-State: ringing
Caller-Direction: inbound
Caller-Logical-Direction: inbound
Caller-Username: 2001
Caller-Dialplan: XML
Caller-Caller-ID-Name: Softov
Caller-Caller-ID-Number: 2001
Caller-Orig-Caller-ID-Name: Softov
Caller-Orig-Caller-ID-Number: 2001
Caller-Network-Addr: 192.168.155.247
Caller-ANI: 2001
Caller-Destination-Number: 2005
Caller-Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Caller-Source: mod_sofia
Caller-Context: default
Caller-Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Caller-Profile-Index: 1
Caller-Profile-Created-Time: 1448499264800293
Caller-Channel-Created-Time: 1448499264800293
Caller-Channel-Answered-Time: 0
Caller-Channel-Progress-Time: 0
Caller-Channel-Progress-Media-Time: 0
Caller-Channel-Hangup-Time: 0
Caller-Channel-Transfer-Time: 0
Caller-Channel-Resurrect-Time: 0
Caller-Channel-Bridged-Time: 0
Caller-Channel-Last-Hold: 0
Caller-Channel-Hold-Accum: 0
Caller-Screen-Bit: true
Caller-Privacy-Hide-Name: false
Caller-Privacy-Hide-Number: false
variable_direction: inbound
variable_uuid: d4fcd23c-d893-e511-9c7e-00145ec01e69
variable_session_id: 1922
variable_sip_from_user: 2001
variable_sip_from_port: 5061
variable_sip_from_uri: 2001%40192.168.142.14%3A5061
variable_sip_from_host: 192.168.142.14
variable_channel_name: sofia/profile_1001/2001%40192.168.142.14%3A5061
variable_sip_call_id: 24edef6224496e24
variable_ep_codec_string:
PCMA%408000h%4020i%4064000b,PCMU%408000h%4020i%4064000b
variable_sip_local_network_addr: 192.168.142.14
variable_sip_network_ip: 192.168.155.247
variable_sip_network_port: 5060
variable_sip_received_ip: 192.168.155.247
variable_sip_received_port: 5060
variable_sip_via_protocol: udp
variable_sip_authorized: true
variable_Event-Name: REQUEST_PARAMS
variable_Core-UUID: 454da00d-4b93-e511-9c7e-00145ec01e69
variable_FreeSWITCH-Hostname: voipr.seudominio.com.br
variable_FreeSWITCH-Switchname: voipr.seudominio.com.br
variable_FreeSWITCH-IPv4: 177.52.73.5
variable_FreeSWITCH-IPv6: %3A%3A1
variable_Event-Date-Local: 2015-11-25%2021%3A54%3A24
variable_Event-Date-GMT: Thu,%2026%20Nov%202015%2000%3A54%3A24%20GMT
variable_Event-Date-Timestamp: 1448499264800293
variable_Event-Calling-File: sofia.c
variable_Event-Calling-Function: sofia_handle_sip_i_invite
variable_Event-Calling-Line-Number: 9056
variable_Event-Sequence: 99784
variable_sip_number_alias: 2001
variable_sip_auth_username: 2001
variable_sip_auth_realm: 192.168.142.14
variable_number_alias: 2001
variable_requested_domain_name: 192.168.142.14
variable_toll_allow: domestic,international,local
variable_user_context: default
variable_inbound-reg-force-matching-username: true
variable_sip-force-user: 2001
variable_sip-force-expires: 60
variable_effective_caller_id_number: 2001
variable_user_name: 2001
variable_domain_name: 192.168.142.14
variable_sip_from_user_stripped: 2001
variable_sip_from_tag: f4953e3eb4
variable_sip_from_epid: SC4f8df8
variable_sofia_profile_name: profile_1001
variable_recovery_profile_name: profile_1001
variable_sip_full_via:
SIP/2.0/UDP%20192.168.155.247%3Bbranch%3Dz9hG4bKa0aab293f0e180f70
variable_sip_from_display: Softov
variable_sip_full_from:
%22Softov%22%20%3Csip%3A2001%40192.168.142.14%3A5061%3E%3Btag%3Df4953e3eb4%3Bepid%3DSC4f8df8
variable_sip_full_to: %3Csip%3A2005%40192.168.142.14%3A5061%3E
variable_sip_req_params: transport%3Dudp
variable_sip_req_user: 2005
variable_sip_req_port: 5061
variable_sip_req_uri: 2005%40192.168.142.14%3A5061
variable_sip_req_host: 192.168.142.14
variable_sip_to_user: 2005
variable_sip_to_port: 5061
variable_sip_to_uri: 2005%40192.168.142.14%3A5061
variable_sip_to_host: 192.168.142.14
variable_sip_contact_params: transport%3Dudp
variable_sip_contact_user: 2001
variable_sip_contact_port: 5060
variable_sip_contact_uri: 2001%40192.168.155.247%3A5060
variable_sip_contact_host: 192.168.155.247
variable_rtp_use_codec_string: OPUS,G722,PCMU,PCMA,GSM
variable_sip_user_agent:
OpenStage_80_V3%20R3.24.0%20%20%20%20%20%20SIP%20%20140911
variable_sip_via_host: 192.168.155.247
variable_max_forwards: 70
variable_presence_id: 2001%40192.168.142.14
variable_sip_h_X-Siemens-Call-Type: ST-insecure
variable_switch_r_sdp:
v%3D0%0D%0Ao%3DOpenStage-Line_0%201555018916%20458619622%20IN%20IP4%20192.168.155.247%0D%0As%3DSIP%20Call%0D%0Ac%3DIN%20IP4%20192.168.155.247%0D%0At%3D0%200%0D%0Am%3Daudio%205012%20RTP/AVP%208%200%2018%20101%0D%0Aa%3Drtpmap%3A8%20PCMA/8000%0D%0Aa%3Drtpmap%3A0%20PCMU/8000%0D%0Aa%3Drtpmap%3A18%20G729/8000%0D%0Aa%3Dfmtp%3A18%20annexb%3Dno%0D%0Aa%3Drtpmap%3A101%20telephone-event/8000%0D%0Aa%3Dfmtp%3A101%200-15%0D%0Aa%3DsilenceSupp%3Aoff%20-%20-%20-%20-%0D%0Aa%3Drtcp%3A5013%20IN%20IP4%20192.168.155.247%0D%0A
variable_endpoint_disposition: DELAYED%20NEGOTIATION
variable_call_uuid: d4fcd23c-d893-e511-9c7e-00145ec01e69
variable_current_application_data: 127.0.0.1%3A3012%20async%20full
variable_current_application: socket
variable_socket_host: 127.0.0.1
Content-Type: command/reply
Reply-Text: %2BOK%0A
Socket-Mode: async
Control: full

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
There is the 2 SECOND CHANNEL_DATA

Event-Name: CHANNEL_DATA
Core-UUID: 454da00d-4b93-e511-9c7e-00145ec01e69
FreeSWITCH-Hostname: voipr.seudominio.com.br
FreeSWITCH-Switchname: voipr.seudominio.com.br
FreeSWITCH-IPv4: 177.52.73.5
FreeSWITCH-IPv6: %3A%3A1
Event-Date-Local: 2015-11-25%2021%3A54%3A34
Event-Date-GMT: Thu,%2026%20Nov%202015%2000%3A54%3A34%20GMT
Event-Date-Timestamp: 1448499274340296
Event-Calling-File: mod_event_socket.c
Event-Calling-Function: parse_command
Event-Calling-Line-Number: 1950
Event-Sequence: 99920
Channel-Direction: inbound
Channel-Logical-Direction: inbound
Channel-Username: 2001
Channel-Dialplan: XML
Channel-Caller-ID-Name: Softov
Channel-Caller-ID-Number: 2001
Channel-Orig-Caller-ID-Name: Softov
Channel-Orig-Caller-ID-Number: 2001
Channel-Callee-ID-Name: Outbound%20Call
Channel-Callee-ID-Number: 2005
Channel-Network-Addr: 192.168.155.247
Channel-ANI: 2001
Channel-Destination-Number: 2006
Channel-Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Channel-Source: mod_sofia
Channel-Transfer-Source:
1448499274%3A26aa8942-d893-e511-9c7e-00145ec01e69%3Abl_xfer%3A2006/default/XML
Channel-Context: default
Channel-RDNIS: 2005
Channel-Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Channel-Profile-Index: 2
Channel-Profile-Created-Time: 1448499274320294
Channel-Channel-Created-Time: 1448499264800293
Channel-Channel-Answered-Time: 1448499266440038
Channel-Channel-Progress-Time: 1448499264910072
Channel-Channel-Progress-Media-Time: 1448499264840299
Channel-Channel-Hangup-Time: 0
Channel-Channel-Transfer-Time: 0
Channel-Channel-Resurrect-Time: 0
Channel-Channel-Bridged-Time: 0
Channel-Channel-Last-Hold: 0
Channel-Channel-Hold-Accum: 0
Channel-Screen-Bit: true
Channel-Privacy-Hide-Name: false
Channel-Privacy-Hide-Number: false
Channel-State: CS_EXECUTE
Channel-Call-State: ACTIVE
Channel-State-Number: 4
Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Call-Direction: inbound
Presence-Call-Direction: inbound
Channel-HIT-Dialplan: true
Channel-Presence-ID: 2001%40192.168.142.14
Channel-Call-UUID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Answer-State: answered
Channel-Read-Codec-Name: PCMA
Channel-Read-Codec-Rate: 8000
Channel-Read-Codec-Bit-Rate: 64000
Channel-Write-Codec-Name: PCMA
Channel-Write-Codec-Rate: 8000
Channel-Write-Codec-Bit-Rate: 64000
Caller-Direction: inbound
Caller-Logical-Direction: inbound
Caller-Username: 2001
Caller-Dialplan: XML
Caller-Caller-ID-Name: Softov
Caller-Caller-ID-Number: 2001
Caller-Orig-Caller-ID-Name: Softov
Caller-Orig-Caller-ID-Number: 2001
Caller-Callee-ID-Name: Outbound%20Call
Caller-Callee-ID-Number: 2005
Caller-Network-Addr: 192.168.155.247
Caller-ANI: 2001
Caller-Destination-Number: 2006
Caller-Unique-ID: d4fcd23c-d893-e511-9c7e-00145ec01e69
Caller-Source: mod_sofia
Caller-Transfer-Source:
1448499274%3A26aa8942-d893-e511-9c7e-00145ec01e69%3Abl_xfer%3A2006/default/XML
Caller-Context: default
Caller-RDNIS: 2005
Caller-Channel-Name: sofia/profile_1001/2001%40192.168.142.14%3A5061
Caller-Profile-Index: 2
Caller-Profile-Created-Time: 1448499274320294
Caller-Channel-Created-Time: 1448499264800293
Caller-Channel-Answered-Time: 1448499266440038
Caller-Channel-Progress-Time: 1448499264910072
Caller-Channel-Progress-Media-Time: 1448499264840299
Caller-Channel-Hangup-Time: 0
Caller-Channel-Transfer-Time: 0
Caller-Channel-Resurrect-Time: 0
Caller-Channel-Bridged-Time: 0
Caller-Channel-Last-Hold: 0
Caller-Channel-Hold-Accum: 0
Caller-Screen-Bit: true
Caller-Privacy-Hide-Name: false
Caller-Privacy-Hide-Number: false
variable_direction: inbound
variable_uuid: d4fcd23c-d893-e511-9c7e-00145ec01e69
variable_session_id: 1922
variable_sip_from_user: 2001
variable_sip_from_port: 5061
variable_sip_from_uri: 2001%40192.168.142.14%3A5061
variable_sip_from_host: 192.168.142.14
variable_channel_name: sofia/profile_1001/2001%40192.168.142.14%3A5061
variable_ep_codec_string:
PCMA%408000h%4020i%4064000b,PCMU%408000h%4020i%4064000b
variable_sip_local_network_addr: 192.168.142.14
variable_sip_network_ip: 192.168.155.247
variable_sip_network_port: 5060
variable_sip_received_ip: 192.168.155.247
variable_sip_received_port: 5060
variable_sip_via_protocol: udp
variable_sip_authorized: true
variable_Event-Name: REQUEST_PARAMS
variable_Core-UUID: 454da00d-4b93-e511-9c7e-00145ec01e69
variable_FreeSWITCH-Hostname: voipr.seudominio.com.br
variable_FreeSWITCH-Switchname: voipr.seudominio.com.br
variable_FreeSWITCH-IPv4: 177.52.73.5
variable_FreeSWITCH-IPv6: %3A%3A1
variable_Event-Date-Local: 2015-11-25%2021%3A54%3A24
variable_Event-Date-GMT: Thu,%2026%20Nov%202015%2000%3A54%3A24%20GMT
variable_Event-Date-Timestamp: 1448499264800293
variable_Event-Calling-File: sofia.c
variable_Event-Calling-Function: sofia_handle_sip_i_invite
variable_Event-Calling-Line-Number: 9056
variable_Event-Sequence: 99784
variable_sip_number_alias: 2001
variable_sip_auth_username: 2001
variable_sip_auth_realm: 192.168.142.14
variable_number_alias: 2001
variable_requested_domain_name: 192.168.142.14
variable_toll_allow: domestic,international,local
variable_user_context: default
variable_inbound-reg-force-matching-username: true
variable_sip-force-user: 2001
variable_sip-force-expires: 60
variable_effective_caller_id_number: 2001
variable_user_name: 2001
variable_domain_name: 192.168.142.14
variable_sip_from_user_stripped: 2001
variable_sip_from_epid: SC4f8df8
variable_sofia_profile_name: profile_1001
variable_recovery_profile_name: profile_1001
variable_sip_req_params: transport%3Dudp
variable_sip_req_user: 2005
variable_sip_req_port: 5061
variable_sip_req_uri: 2005%40192.168.142.14%3A5061
variable_sip_req_host: 192.168.142.14
variable_sip_to_user: 2005
variable_sip_to_port: 5061
variable_sip_to_uri: 2005%40192.168.142.14%3A5061
variable_sip_to_host: 192.168.142.14
variable_sip_contact_params: transport%3Dudp
variable_sip_contact_user: 2001
variable_sip_contact_port: 5060
variable_sip_contact_uri: 2001%40192.168.155.247%3A5060
variable_sip_contact_host: 192.168.155.247
variable_sip_user_agent:
OpenStage_80_V3%20R3.24.0%20%20%20%20%20%20SIP%20%20140911
variable_sip_via_host: 192.168.155.247
variable_presence_id: 2001%40192.168.142.14
variable_sip_h_X-Siemens-Call-Type: ST-insecure
variable_switch_r_sdp:
v%3D0%0D%0Ao%3DOpenStage-Line_0%201555018916%20458619622%20IN%20IP4%20192.168.155.247%0D%0As%3DSIP%20Call%0D%0Ac%3DIN%20IP4%20192.168.155.247%0D%0At%3D0%200%0D%0Am%3Daudio%205012%20RTP/AVP%208%200%2018%20101%0D%0Aa%3Drtpmap%3A8%20PCMA/8000%0D%0Aa%3Drtpmap%3A0%20PCMU/8000%0D%0Aa%3Drtpmap%3A18%20G729/8000%0D%0Aa%3Dfmtp%3A18%20annexb%3Dno%0D%0Aa%3Drtpmap%3A101%20telephone-event/8000%0D%0Aa%3Dfmtp%3A101%200-15%0D%0Aa%3DsilenceSupp%3Aoff%20-%20-%20-%20-%0D%0Aa%3Drtcp%3A5013%20IN%20IP4%20192.168.155.247%0D%0A
variable_ringback: %25(2000,4000,440,480)
variable_origination_caller_id_name: Softov
variable_origination_caller_id_number: 2001
variable_export_vars:
origination_caller_id_name,origination_caller_id_number
variable_recording_follow_attxfer: true
variable_RECORD_STEREO: true
variable_rtp_use_codec_string: OPUS,G722,PCMU,PCMA,GSM
variable_rtp_remote_audio_rtcp_port: 5013%20IN%20IP4%20192.168.155.247
variable_rtp_audio_recv_pt: 8
variable_rtp_use_codec_name: PCMA
variable_rtp_use_codec_rate: 8000
variable_rtp_use_codec_ptime: 20
variable_rtp_use_codec_channels: 1
variable_rtp_last_audio_codec_string: PCMA%408000h%4020i%401c
variable_original_read_codec: PCMA
variable_original_read_rate: 8000
variable_write_codec: PCMA
variable_write_rate: 8000
variable_dtmf_type: rfc2833
variable_local_media_ip: 192.168.142.14
variable_local_media_port: 26546
variable_advertised_media_ip: 192.168.142.14
variable_rtp_use_timer_name: soft
variable_rtp_use_pt: 8
variable_rtp_use_ssrc: 1567172800
variable_rtp_2833_send_payload: 101
variable_rtp_2833_recv_payload: 101
variable_remote_media_ip: 192.168.155.247
variable_remote_media_port: 5012
variable_dialed_extension: 2005
variable_call_timeout: 30
variable_continue_on_fail: true
variable_dialed_user: 2005
variable_dialed_domain: 177.52.73.5
variable_inherit_codec: true
variable_originated_legs:
ARRAY%3A%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BOutbound%20Call%3B2005%7C%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BOutbound%20Call%3B2005
variable_switch_m_sdp:
v%3D0%0D%0Ao%3D-%203657477252%203657477253%20IN%20IP4%20192.168.140.206%0D%0As%3Dpjmedia%0D%0Ab%3DAS%3A84%0D%0At%3D0%200%0D%0Aa%3DX-nat%3A0%0D%0Am%3Daudio%204016%20RTP/AVP%208%20101%0D%0Ac%3DIN%20IP4%20192.168.140.206%0D%0Ab%3DAS%3A64000%0D%0Aa%3Drtpmap%3A8%20PCMA/8000%0D%0Aa%3Drtpmap%3A101%20telephone-event/8000%0D%0Aa%3Dfmtp%3A101%200-16%0D%0Aa%3Drtcp%3A4017%20IN%20IP4%20192.168.140.206%0D%0A
variable_read_codec: PCMA
variable_read_rate: 8000
variable_rtp_local_sdp_str:
v%3D0%0Ao%3DFreeSWITCH%201448472718%201448472720%20IN%20IP4%20192.168.142.14%0As%3DFreeSWITCH%0Ac%3DIN%20IP4%20192.168.142.14%0At%3D0%200%0Am%3Daudio%2026546%20RTP/AVP%208%20101%0Aa%3Drtpmap%3A8%20PCMA/8000%0Aa%3Drtpmap%3A101%20telephone-event/8000%0Aa%3Dfmtp%3A101%200-16%0Aa%3Dptime%3A20%0Aa%3Dsendrecv%0Aa%3Drtcp%3A26547%20IN%20IP4%20192.168.142.14%0A
variable_endpoint_disposition: ANSWER
variable_originate_causes:
ARRAY%3A%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BNONE%7C%3Ac5fbe63c-d893-e511-9c7e-00145ec01e69%3BNONE
variable_originate_disposition: SUCCESS
variable_DIALSTATUS: SUCCESS
variable_last_bridge_to: c5fbe63c-d893-e511-9c7e-00145ec01e69
variable_bridge_channel: sofia/profile_1001/2005%40192.168.140.206%3A50646
variable_bridge_uuid: c5fbe63c-d893-e511-9c7e-00145ec01e69
variable_sip_to_tag: NNaarSrNpS1SF
variable_sip_from_tag: f4953e3eb4
variable_sip_cseq: 361399018
variable_sip_call_id: 24edef6224496e24
variable_sip_full_via:
SIP/2.0/UDP%20192.168.155.247%3Bbranch%3Dz9hG4bKf40297c09868f401c
variable_sip_from_display: Softov
variable_sip_full_from:
%22Softov%22%20%3Csip%3A2001%40192.168.142.14%3A5061%3E%3Btag%3Df4953e3eb4%3Bepid%3DSC4f8df8
variable_sip_full_to:
%3Csip%3A2005%40192.168.142.14%3A5061%3E%3Btag%3DNNaarSrNpS1SF
variable_last_sent_callee_id_name: Outbound%20Call
variable_last_sent_callee_id_number: 2005
variable_sip_h_Referred-By: %3Csip%3A2005%40192.168.140.206%3Bob%3E
variable_sip_refer_to: %3Csip%3A2006%40192.168.142.14%3A5061%3E
variable_max_forwards: 69
variable_transfer_history:
1448499274%3A26aa8942-d893-e511-9c7e-00145ec01e69%3Abl_xfer%3A2006/default/XML
variable_transfer_source:
1448499274%3A26aa8942-d893-e511-9c7e-00145ec01e69%3Abl_xfer%3A2006/default/XML
variable_bridge_hangup_cause: NORMAL_CLEARING
variable_call_uuid: d4fcd23c-d893-e511-9c7e-00145ec01e69
variable_current_application_data: 127.0.0.1%3A3012%20async%20full
variable_current_application: socket
variable_socket_host: 127.0.0.1
Content-Type: command/reply
Reply-Text: %2BOK%0A
Socket-Mode: async
Control: full

]

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Sorry for the long post and the English.

Att, Fernando Softov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151125/9363fa59/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list