Skip to content

Instantly share code, notes, and snippets.

@neerajnagi
Created March 17, 2013 15:23
Show Gist options
  • Save neerajnagi/5182004 to your computer and use it in GitHub Desktop.
Save neerajnagi/5182004 to your computer and use it in GitHub Desktop.
-----------------------------
[2013-03-17 20:35:07] TRACE Adhearsion::Initializer: OS: linux-gnu - RUBY: ruby 1.9.3
[2013-03-17 20:35:07] TRACE Adhearsion::Initializer: Environment: {"TERM"=>"xterm", "SHELL"=>"/bin/bash", "XDG_SESSION_COOKIE"=>"a950eef96f9548fc4f02a744513e3f73-1363528733.491657-1025757434", "SSH_CLIENT"=>"202.157.93.2 50668 22", "SSH_TTY"=>"/dev/pts/1", "USER"=>"root", "LS_COLORS"=>"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:", "MAIL"=>"/var/mail/root", "PATH"=>"/var/lib/gems/1.9.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games", "PWD"=>"/root/360invite", "LANG"=>"C", "SHLVL"=>"1", "HOME"=>"/root", "LOGNAME"=>"root", "SSH_CONNECTION"=>"202.157.93.2 50668 202.62.85.170 22", "LESSOPEN"=>"| /usr/bin/lesspipe %s", "LESSCLOSE"=>"/usr/bin/lesspipe %s %s", "_"=>"/usr/local/bin/ahn", "OLDPWD"=>"/root", "GEM_PATH"=>"/var/lib/gems/1.9.1:/root/.gem/ruby/1.9.1", "GEM_HOME"=>"/var/lib/gems/1.9.1", "BUNDLE_BIN_PATH"=>"/var/lib/gems/1.9.1/gems/bundler-1.3.2/bin/bundle", "BUNDLE_GEMFILE"=>"/root/360invite/Gemfile", "RUBYOPT"=>"-I/var/lib/gems/1.9.1/gems/bundler-1.3.2/lib -rbundler/setup"}
[2013-03-17 20:35:07] TRACE Adhearsion::Initializer: # ******* Configuration for punchblock **************
 # The domain at which to address calls [AHN_PUNCHBLOCK_CALLS_DOMAIN]
 config.punchblock.calls_domain  = nil
 # The amount of time to wait for a connection [AHN_PUNCHBLOCK_CONNECTION_TIMEOUT]
 config.punchblock.connection_timeout = 60
 # The default TTS voice to use. [AHN_PUNCHBLOCK_DEFAULT_VOICE]
 config.punchblock.default_voice  = "kal"
 # Host punchblock needs to connect (where rayo/asterisk/freeswitch is located) [AHN_PUNCHBLOCK_HOST]
 config.punchblock.host  = "127.0.0.1"
 # The media engine to use. Defaults to platform default. [AHN_PUNCHBLOCK_MEDIA_ENGINE]
 config.punchblock.media_engine  = :flite
 # The domain at which to address mixers [AHN_PUNCHBLOCK_MIXERS_DOMAIN]
 config.punchblock.mixers_domain  = nil
 # Authentication credentials [AHN_PUNCHBLOCK_PASSWORD]
 config.punchblock.password  = "abc123*"
 # Platform punchblock shall use to connect to the Telephony provider. Currently supported values:
 # - :xmpp
 # - :asterisk
 # - :freeswitch [AHN_PUNCHBLOCK_PLATFORM]
 config.punchblock.platform  = :freeswitch
 # Port punchblock needs to connect [AHN_PUNCHBLOCK_PORT]
 config.punchblock.port  = "8021"
 # The number of times to (re)attempt connection to the server [AHN_PUNCHBLOCK_RECONNECT_ATTEMPTS]
 config.punchblock.reconnect_attempts = Infinity
 # Delay between connection attempts [AHN_PUNCHBLOCK_RECONNECT_TIMER]
 config.punchblock.reconnect_timer  = 5
 # The root domain at which to address the server [AHN_PUNCHBLOCK_ROOT_DOMAIN]
 config.punchblock.root_domain  = nil
 # Authentication credentials [AHN_PUNCHBLOCK_USERNAME]
 config.punchblock.username  = "usera@127.0.0.1"
# ******* Configuration for platform **************
 # Lifetime of a call after it has hung up [AHN_PLATFORM_AFTER_HANGUP_LIFETIME]
 config.platform.after_hangup_lifetime = 30
 # Active environment. Supported values: development, production, staging, test [AHN_PLATFORM_ENVIRONMENT]
 config.platform.environment  = :development
 # Folder to include the own libraries to be used. Adhearsion loads any ruby file
 # located into this folder during the bootstrap process. Set to nil if you do not
 # want these files to be loaded. This folder is relative to the application root folder. [AHN_PLATFORM_LIB]
 config.platform.lib  = "lib"
 # Log configuration [AHN_PLATFORM_LOGGING]
 config.platform.logging
 # A log formatter to apply to all active outputters. If nil, the Adhearsion default formatter will be used. [AHN_PLATFORM_LOGGING_FORMATTER]
 config.platform.logging.formatter  = nil
 # Supported levels (in increasing severity) -- :trace < :debug < :info < :warn < :error < :fatal [AHN_PLATFORM_LOGGING_LEVEL]
 config.platform.logging.level  = :trace
 # An array of log outputters to use. The default is to log to stdout and log/adhearsion.log.
 # Each item must be either a string to use as a filename, or a valid Logging appender (see http://github.com/TwP/logging) [AHN_PLATFORM_LOGGING_OUTPUTTERS]
 config.platform.logging.outputters  = ["log/adhearsion.log"]
 # Adhearsion process name, useful to make it easier to find in the process list
 # Pro tip: set this to your application's name and you can do "killall myapp"
 # Does not work under JRuby. [AHN_PLATFORM_PROCESS_NAME]
 config.platform.process_name  = "ahn"
 # Adhearsion application root folder [AHN_PLATFORM_ROOT]
 config.platform.root  = "/root/360invite"
[2013-03-17 20:35:07] TRACE Adhearsion::Initializer: Gem versions: ["bundler 1.3.2", "rake 10.0.3", "i18n 0.6.4", "multi_json 1.6.1", "activesupport 3.2.12", "adhearsion-loquacious 1.9.3", "facter 1.6.17", "timers 1.1.0", "celluloid 0.12.4", "countdownlatch 1.0.0", "deep_merge 1.0.0", "ffi 1.4.0", "future-resource 1.0.0", "connection_pool 1.0.0", "rubinius-core-api 0.0.1", "rubinius-actor 0.0.2", "girl_friday 0.11.2", "has-guarded-handlers 1.5.0", "little-plugger 1.1.3", "logging 1.8.1", "coderay 1.0.9", "method_source 0.8.1", "slop 3.4.4", "pry 0.9.12", "eventmachine 1.0.3", "nokogiri 1.5.6", "niceogiri 1.1.1", "blather 0.8.3", "nio4r 0.4.3", "celluloid-io 0.12.1", "ruby_ami 1.3.0", "json 1.7.7", "ruby_fs 1.0.3", "ruby_speech 1.1.0", "state_machine 1.1.2", "punchblock 1.8.0", "thor 0.17.0", "adhearsion 2.2.1", "diff-lcs 1.2.1", "rspec-core 2.13.1", "rspec-expectations 2.13.0", "rspec-mocks 2.13.0", "rspec 2.13.0"]
[2013-03-17 20:35:07] INFO Adhearsion::Initializer: Setting RAILS_ENV to "development"
[2013-03-17 20:35:07] INFO Adhearsion::PunchblockPlugin::Initializer: Starting connection to server
[2013-03-17 20:35:07] DEBUG Punchblock::Connection::Freeswitch: Starting the RubyFS stream
[2013-03-17 20:35:07] DEBUG RubyFS::Stream: Starting up...
[2013-03-17 20:35:07] TRACE RubyFS::Stream: [RECV] Content-Type: auth/request
[2013-03-17 20:35:07] TRACE RubyFS::Stream: [SEND] auth abc123*
[2013-03-17 20:35:07] TRACE RubyFS::Stream: [RECV] Content-Type: command/reply
Reply-Text: +OK accepted
[2013-03-17 20:35:07] TRACE RubyFS::Stream: [SEND] event json ALL
[2013-03-17 20:35:07] TRACE RubyFS::Stream: [RECV] Content-Type: command/reply
Reply-Text: +OK event listener enabled json
[2013-03-17 20:35:07] INFO Adhearsion::PunchblockPlugin::Initializer: Connected to Punchblock server
[2013-03-17 20:35:07] INFO Adhearsion::Console: Launching Adhearsion Console
[2013-03-17 20:35:07] INFO Adhearsion::Process: Transitioning from booting to running with 0 active calls due to booted event.
[2013-03-17 20:35:11] DEBUG Adhearsion::OutboundCall: : Executing command #<Punchblock::Command::Dial to="sofia/internal/1002@202.62.85.170", from="smscountry", join=nil, headers_hash={}, target_call_id=nil, component_id=nil, target_mixer_name=nil, state_name=:new>
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [SEND] bgapi originate {return_ring_ready=true,origination_uuid=082ca55d-d1c9-446d-8f64-6251bac65421,origination_caller_id_number='smscountry'}sofia/internal/1002@202.62.85.170 &park()
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Content-Type: command/reply
Reply-Text: +OK Job-UUID: 108ac57c-8f14-11e2-8362-93d075b3014e
Job-UUID: 108ac57c-8f14-11e2-8362-93d075b3014e
Content-Length: 1910
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_OUTGOING",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_core_session.c",
"Event-Calling-Function": "switch_core_session_outgoing_channel",
"Event-Calling-Line-Number": "650",
"Event-Sequence": "720",
"Channel-State": "CS_NONE",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "1",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "ringing",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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"
}Content-Length: 872
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "721",
"Channel-State": "CS_INIT",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "1",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Answer-State": "ringing"
}Content-Length: 3234
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CREATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_core_state_machine.c",
"Event-Calling-Function": "switch_core_session_run",
"Event-Calling-Line-Number": "456",
"Event-Sequence": "722",
"Channel-State": "CS_INIT",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "ringing",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-I
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] D-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal"
}Content-Length: 3237
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_ORIGINATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_core_state_machine.c",
"Event-Calling-Function": "switch_core_session_run",
"Event-Calling-Line-Number": "462",
"Event-Sequence": "723",
"Channel-State": "CS_INIT",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "ringing",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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",
"Ca
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] ller-Privacy-Hide-Name": "false",
"Caller-Privacy-Hide-Number": "false",
"variable_direction": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal"
}Content-Length: 1910
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "724",
"Channel-State": "CS_ROUTING",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "ringing",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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"
}Content-Length: 881
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "725",
"Channel-State": "CS_CONSUME_MEDIA",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "7",
"Channel-Name": "sofia/internal/100
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] 2@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Answer-State": "ringing"
}Content-Length: 874
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711420443",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "726",
"Channel-State": "CS_NEW",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "0",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "ringing"
}
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Content-Length: 927
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "727",
"Channel-State": "CS_INIT",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "1",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "ringing",
"Channel-Presence-ID": "smscountry@202.62.85.170"
}
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Content-Length: 4458
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CREATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_core_state_machine.c",
"Event-Calling-Function": "switch_core_session_run",
"Event-Calling-Line-Number": "456",
"Event-Sequence": "728",
"Channel-State": "CS_INIT",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "ringing",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] _sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION"
}Content-Length: 2082
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CALLSTATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_callstate",
"Event-Calling-Line-Number": "244",
"Event-Sequence": "729",
"Original-Channel-Call-State": "DOWN",
"Channel-Call-State-Number": "2",
"Channel-State": "CS_ROUTING",
"Channel-Call-State": "RINGING",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "ringing",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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"
}Content-Length: 2008
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "730",
"Channel-State": "CS_ROUTING",
"Channel-Call-State": "RINGING",
"Channel-State-Number": "2",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "ringing",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "136353
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] 2711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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"
}Content-Length: 2428
Content-Type: text/event-json
{
"Event-Name": "PRESENCE_IN",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_presence",
"Event-Calling-Line-Number": "665",
"Event-Sequence": "732",
"Channel-State": "CS_ROUTING",
"Channel-Call-State": "RINGING",
"Channel-State-Number": "4",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "ringing",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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",
"proto": "any",
"login": "src/switch_channel.c",
"from": "smscountry@202.62.85.170",
"rpid": "unknown",
"status": "CS_ROUTING",
"event_type": "presence",
"alt_event_type": "dialog",
"presence-call-info-state": "alerting",
"presence-call-direction": "inbound",
"event_count": "0",
"Presence-Calling-File": "src/switch_core_state_machine.c",
"Presence-Calling-Function": "check_presence",
"Presence-Calling-Line": "355"
}Content-Length: 933
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "733",
"Channel-State": "CS_EXECUTE",
"Channel-Call-State": "RINGING",
"Channel-State-Number": "4",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "ringing",
"Channel-Presence-ID": "smscountry@202.62.85.170"
}Content-Length: 4668
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_EXECUTE",
"Core-UUID": "b2aed2ca-8f10-11e
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] 2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "switch_core_session.c",
"Event-Calling-Function": "switch_core_session_exec",
"Event-Calling-Line-Number": "2675",
"Event-Sequence": "734",
"Channel-State": "CS_EXECUTE",
"Channel-Call-State": "RINGING",
"Channel-State-Number": "4",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "ringing",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r_sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 te
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] lephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_current_application": "deflect",
"variable_current_application_data": "1002",
"Application": "deflect",
"Application-Data": "1002",
"Application-UUID": "108ea69c-8f14-11e2-8367-93d075b3014e"
}Content-Length: 3462
Content-Type: text/event-json
{
"Event-Subclass": "sofia::error",
"Event-Name": "CUSTOM",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711440606",
"Event-Calling-File": "sofia.c",
"Event-Calling-Function": "sofia_handle_sip_i_refer",
"Event-Calling-Line-Number": "7106",
"Event-Sequence": "735",
"Error-Type": "blind_transfer",
"Transfer-Exten": "1002",
"Full-Refer-To": "<sip:1002@202.62.85.170>",
"Channel-State": "CS_CONSUME_MEDIA",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "7",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "ringing",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_transfer_to": "blind:1002"
}
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Content-Length: 1049
Content-Type: text/event-json
{
"Event-Subclass": "sofia::notify_refer",
"Event-Name": "CUSTOM",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "sofia.c",
"Event-Calling-Function": "sofia_handle_sip_i_notify",
"Event-Calling-Line-Number": "364",
"Event-Sequence": "736",
"content-type": "message/sipfrag",
"event-package": "refer",
"event-id": "41430291",
"contact": "mod_sofia@202.62.85.170",
"from": "smscountry@202.62.85.170",
"from-tag": "FNg25c7ZDBXgm",
"to": "1002@202.62.85.170",
"to-tag": "gy9t77Q3amK3F",
"call-id": "e7e94215-09b6-1231-2d80-00145e697dae",
"subscription-substate": "terminated",
"subscription-reason": "noresource",
"UniqueID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Content-Length": "23",
"_body": "SIP/2.0 403 Forbidden\r\n"
}
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Content-Length: 2084
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CALLSTATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_callstate",
"Event-Calling-Line-Number": "244",
"Event-Sequence": "737",
"Original-Channel-Call-State": "RINGING",
"Channel-Call-State-Number": "6",
"Channel-State": "CS_EXECUTE",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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"
}Content-Length: 4642
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_HANGUP",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_hangup",
"Event-Calling-Line-Number": "3030",
"Event-Sequence": "738",
"Hangup-Cause": "BLIND_TRANSFER",
"Channel-State": "CS_EXECUTE",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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-Ho
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] ld-Accum": "0",
"Caller-Screen-Bit": "true",
"Caller-Privacy-Hide-Name": "false",
"Caller-Privacy-Hide-Number": "false",
"variable_direction": "inbound",
"variable_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r_sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_current_application_data": "1002",
"variable_current_application": "deflect",
"variable_sip_refer_reply": "SIP/2.0 403 Forbidden\r\n"
}Content-Length: 4769
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_EXECUTE_COMPLETE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_core_session.c",
"Event-Calling-Function": "switch_core_session_exec",
"Event-Calling-Line-Number": "2697",
"Event-Sequence": "739",
"Channel-State": "CS_EXECUTE",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Sou
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] rce": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"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": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r_sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_current_application_data": "1002",
"variable_current_application": "deflect",
"variable_sip_refer_reply": "SIP/2.0 403 Forbidden\r\n",
"Application": "deflect",
"Application-Data": "1002",
"Application-Response": "_none_",
"Application-UUID": "108ea69c-8f14-11e2-8367-93d075b3014e"
}Content-Length: 931
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "740",
"Channel-State": "CS_HANGUP",
"Channel-Call
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] -State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "hangup",
"Channel-Presence-ID": "smscountry@202.62.85.170"
}Content-Length: 2033
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CALLSTATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_callstate",
"Event-Calling-Line-Number": "244",
"Event-Sequence": "741",
"Original-Channel-Call-State": "DOWN",
"Channel-Call-State-Number": "6",
"Channel-State": "CS_CONSUME_MEDIA",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "hangup",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Network-Addr": "202.62.85.170",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"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"
}Content-Length: 3821
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_HANGUP",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_hangup",
"Event-Calling-Line-Number": "3030",
"Event-Sequence": "742",
"Hangup-Cause": "NO_USER_RESPONSE",
"Channel-State": "CS_CONSUME_MEDIA",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "hangup",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Network-Addr": "202.62.85.170",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV]
"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": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_transfer_to": "blind:1002",
"variable_endpoint_disposition": "ATTENDED_TRANSFER_ERROR",
"variable_sip_hangup_disposition": "recv_refuse",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_reply_host": "202.62.85.170",
"variable_sip_reply_port": "5060",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_term_status": "480",
"variable_proto_specific_hangup_cause": "sip:480",
"variable_sip_term_cause": "18"
}Content-Length: 876
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "743",
"Channel-State": "CS_HANGUP",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "10",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Answer-State": "hangup"
}Content-Length: 2436
Content-Type: text/event-json
{
"Event-Name": "PRESENCE_IN",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_presence",
"Event-Calling-Line-Number": "665",
"Event-Sequence": "744",
"Channel-State": "CS_HANGUP",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "11",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUI
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] D": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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",
"proto": "any",
"login": "src/switch_channel.c",
"from": "smscountry@202.62.85.170",
"rpid": "unknown",
"status": "CS_HANGUP",
"event_type": "presence",
"alt_event_type": "dialog",
"presence-call-info-state": "idle",
"presence-call-direction": "inbound",
"event_count": "1",
"Presence-Calling-File": "src/switch_core_state_machine.c",
"Presence-Calling-Function": "check_presence",
"Presence-Calling-Line": "355"
}Content-Length: 934
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "745",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "11",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "hangup",
"Channel-Presence-ID": "smscountry@202.62.85.170"
}Content-Length: 6462
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_HANGUP_COMPLETE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_core_state_machine.c",
"Event-Calling-Function": "switch_core_session_reporting_state",
"Event-Calling-Line-Number": "769",
"Event-Sequence": "746",
"Hangup-Cause": "BLIND_TRANSFER",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "11",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r_sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_current_application_data": "1002",
"variable_current_application": "deflect",
"variable_sip_refer_reply": "SIP/2.0 403 Forbidden\r\n",
"variable_hangup_cause": "BLIND_TRANSFER",
"variable_hangup_cause_q850": "16",
"variable_digits_dialed": "none",
"variable_start_stamp": "2013-03-17 20:35:11",
"variable_profile_start_stamp": "2013-03-17 20:35:11",
"variable_end_stamp": "2013-03-17 20:35:11",
"variable_start_epoch": "1363532711",
"variable_start_uepoch": "1363532711440606",
"variable_profile_start_epoch": "1363532711",
"variable_profile_start_uepoch": "1363532711440606",
"variable_answer_epoch": "0",
"variable_answer_uepoch": "0",
"variable_bridge_epoch": "0",
"variable_bridge_uepoch": "0",
"variable_last_hold_epoch": "0",
"variable_last_hold_uepoch": "0",
"variable_hold_accum_seconds": "0",
"variable_hold_accum_usec": "0",
"variable_hold_accum_ms": "0",
"variable_resurrect_epoch": "0",
"variable_resurrect_uepoch": "0",
"variable_progress_epoch": "0",
"variable_progress_uepoch": "0",
"variable_progress_media_epoch": "0",
"variable_progress_
[2013-03-17 20:35:11] DEBUG Adhearsion::OutboundCall: 082ca55d-d1c9-446d-8f64-6251bac65421: Receiving message: #<Punchblock::Event::End reason=:timeout, headers_hash={}, target_call_id="082ca55d-d1c9-446d-8f64-6251bac65421", component_id=nil, target_mixer_name=nil>
[2013-03-17 20:35:11] INFO Adhearsion::OutboundCall: 082ca55d-d1c9-446d-8f64-6251bac65421: Call ended
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] media_uepoch": "0",
"variable_end_epoch": "1363532711",
"variable_end_uepoch": "1363532711540159",
"variable_last_app": "deflect",
"variable_last_arg": "1002",
"variable_caller_id": "smscountry",
"variable_duration": "0",
"variable_billsec": "0",
"variable_progresssec": "0",
"variable_answersec": "0",
"variable_waitsec": "0",
"variable_progress_mediasec": "0",
"variable_flow_billsec": "0",
"variable_mduration": "100",
"variable_billmsec": "0",
"variable_progressmsec": "0",
"variable_answermsec": "0",
"variable_waitmsec": "0",
"variable_progress_mediamsec": "0",
"variable_flow_billmsec": "0",
"variable_uduration": "99553",
"variable_billusec": "0",
"variable_progressusec": "0",
"variable_answerusec": "0",
"variable_waitusec": "0",
"variable_progress_mediausec": "0",
"variable_flow_billusec": "0"
}Content-Length: 879
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "747",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "11",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Answer-State": "hangup"
}Content-Length: 6414
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_DESTROY",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_core_session.c",
"Event-Calling-Function": "switch_core_session_perform_destroy",
"Event-Calling-Line-Number": "1387",
"Event-Sequence": "748",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_session_id": "6",
"variable_sip_from_user": "smscountry",
"variable_sip_from_uri": "smscountry@202.62.85.170",
"variable_sip_from_host": "202.62.85.1
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] 70",
"variable_channel_name": "sofia/internal/smscountry@202.62.85.170",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_received_ip": "202.62.85.170",
"variable_sip_received_port": "5060",
"variable_sip_via_protocol": "udp",
"variable_sip_authorized": "true",
"variable_sip_looped_call": "true",
"variable_sip_from_user_stripped": "smscountry",
"variable_sip_from_tag": "FNg25c7ZDBXgm",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_Remote-Party-ID": "<sip:smscountry@202.62.85.170>;party=calling;screen=yes;privacy=off",
"variable_sip_cid_type": "rpid",
"variable_sip_full_via": "SIP/2.0/UDP 202.62.85.170;rport=5060;branch=z9hG4bKH7mv5Nmr0cm8g",
"variable_sip_full_from": "\"\" <sip:smscountry@202.62.85.170>;tag=FNg25c7ZDBXgm",
"variable_sip_full_to": "<sip:1002@202.62.85.170>",
"variable_sip_req_user": "1002",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_req_host": "202.62.85.170",
"variable_sip_to_user": "1002",
"variable_sip_to_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_contact_user": "mod_sofia",
"variable_sip_contact_port": "5060",
"variable_sip_contact_uri": "mod_sofia@202.62.85.170:5060",
"variable_sip_contact_host": "202.62.85.170",
"variable_sip_user_agent": "FreeSWITCH-mod_sofia/1.3.17+git~20130315T144001Z~424738e9c5",
"variable_sip_via_host": "202.62.85.170",
"variable_sip_via_rport": "5060",
"variable_max_forwards": "70",
"variable_presence_id": "smscountry@202.62.85.170",
"variable_switch_r_sdp": "v=0\r\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\r\ns=FreeSWITCH\r\nc=IN IP4 202.62.85.170\r\nt=0 0\r\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-16\r\na=ptime:20\r\n",
"variable_ep_codec_string": "G722@8000h@20i@64000b,PCMU@8000h@20i@64000b,PCMA@8000h@20i@64000b,GSM@8000h@20i@13200b",
"variable_endpoint_disposition": "DELAYED NEGOTIATION",
"variable_call_uuid": "108b236e-8f14-11e2-8365-93d075b3014e",
"variable_current_application_data": "1002",
"variable_current_application": "deflect",
"variable_sip_refer_reply": "SIP/2.0 403 Forbidden\r\n",
"variable_hangup_cause": "BLIND_TRANSFER",
"variable_hangup_cause_q850": "16",
"variable_digits_dialed": "none",
"variable_start_stamp": "2013-03-17 20:35:11",
"variable_profile_start_stamp": "2013-03-17 20:35:11",
"variable_end_stamp": "2013-03-17 20:35:11",
"variable_start_epoch": "1363532711",
"variable_start_uepoch": "1363532711440606",
"variable_profile_start_epoch": "1363532711",
"variable_profile_start_uepoch": "1363532711440606",
"variable_answer_epoch": "0",
"variable_answer_uepoch": "0",
"variable_bridge_epoch": "0",
"variable_bridge_uepoch": "0",
"variable_last_hold_epoch": "0",
"variable_last_hold_uepoch": "0",
"variable_hold_accum_seconds": "0",
"variable_hold_accum_usec": "0",
"variable_hold_accum_ms": "0",
"variable_resurrect_epoch": "0",
"variable_resurrect_uepoch": "0",
"variable_progress_epoch": "0",
"variable_progress_uepoch": "0",
"variable_progress_media_epoch": "0",
"variable_progress_media_uepoch": "0",
"variable_end_epoch": "1363532711",
"variable_end_uepoch": "1363532711540159",
"variable_last_app": "deflect",
"variable_last_arg": "1002",
"variable_caller_id": "smscountry",
"variable_duration": "0",
"variable_billsec": "0",
"variable_progresssec": "0",
"variable_answersec": "0",
"variable_waitsec": "0",
"variable_progress_mediasec": "0",
"variable_flow_billsec": "0",
"variable_mduration": "100",
"variable_billmsec": "0",
"variable_progressmsec": "0",
"variable_answermsec": "0",
"variable_waitmsec": "0",
"variable_progress_mediamsec": "0",
"variable_flow_billmsec": "0",
"variable_uduration": "99553",
"variable_billusec": "0",
"variable_progressusec": "0",
"variable_answerusec": "0",
"variable_waitusec": "0",
"variable_progress_mediausec":
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] "0",
"variable_flow_billusec": "0"
}Content-Length: 5575
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_HANGUP_COMPLETE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_core_state_machine.c",
"Event-Calling-Function": "switch_core_session_reporting_state",
"Event-Calling-Line-Number": "769",
"Event-Sequence": "749",
"Hangup-Cause": "NO_USER_RESPONSE",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "11",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "hangup",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Network-Addr": "202.62.85.170",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_transfer_to": "blind:1002",
"variable_endpoint_disposition": "ATTENDED_TRANSFER_ERROR",
"variable_sip_hangup_disposition": "recv_refuse",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_reply_host": "202.62.85.170",
"variable_sip_reply_port": "5060",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_term_status": "480",
"variable_proto_specific_hangup_cause": "sip:480",
"variable_sip_term_cause": "18",
"variable_hangup_cause": "NO_USER_RESPONSE",
"variable_hangup_cause_q850": "18",
"variable_digits_dialed": "none",
"variable_start_stamp": "2013-0
[2013-03-17 20:35:11] TRACE RubyFS::Stream: [RECV] 3-17 20:35:11",
"variable_profile_start_stamp": "2013-03-17 20:35:11",
"variable_end_stamp": "2013-03-17 20:35:11",
"variable_start_epoch": "1363532711",
"variable_start_uepoch": "1363532711400167",
"variable_profile_start_epoch": "1363532711",
"variable_profile_start_uepoch": "1363532711400167",
"variable_answer_epoch": "0",
"variable_answer_uepoch": "0",
"variable_bridge_epoch": "0",
"variable_bridge_uepoch": "0",
"variable_last_hold_epoch": "0",
"variable_last_hold_uepoch": "0",
"variable_hold_accum_seconds": "0",
"variable_hold_accum_usec": "0",
"variable_hold_accum_ms": "0",
"variable_resurrect_epoch": "0",
"variable_resurrect_uepoch": "0",
"variable_progress_epoch": "0",
"variable_progress_uepoch": "0",
"variable_progress_media_epoch": "0",
"variable_progress_media_uepoch": "0",
"variable_end_epoch": "1363532711",
"variable_end_uepoch": "1363532711540159",
"variable_caller_id": "smscountry",
"variable_duration": "0",
"variable_billsec": "0",
"variable_progresssec": "0",
"variable_answersec": "0",
"variable_waitsec": "0",
"variable_progress_mediasec": "0",
"variable_flow_billsec": "0",
"variable_mduration": "140",
"variable_billmsec": "0",
"variable_progressmsec": "0",
"variable_answermsec": "0",
"variable_waitmsec": "0",
"variable_progress_mediamsec": "0",
"variable_flow_billmsec": "0",
"variable_uduration": "139992",
"variable_billusec": "0",
"variable_progressusec": "0",
"variable_answerusec": "0",
"variable_waitusec": "0",
"variable_progress_mediausec": "0",
"variable_flow_billusec": "0"
}Content-Length: 2098
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CALLSTATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_callstate",
"Event-Calling-Line-Number": "244",
"Event-Sequence": "750",
"Original-Channel-Call-State": "HANGUP",
"Channel-Call-State-Number": "0",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Channel-Presence-ID": "smscountry@202.62.85.170",
"Channel-Call-UUID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Answer-State": "hangup",
"Caller-Direction": "inbound",
"Caller-Username": "smscountry",
"Caller-Dialplan": "XML",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Network-Addr": "202.62.85.170",
"Caller-ANI": "smscountry",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Caller-Source": "mod_sofia",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711440606",
"Caller-Channel-Created-Time": "1363532711440606",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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"
}Content-Length: 930
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-D
[2013-03-17 20:35:18] TRACE RubyFS::Stream: [RECV] ate-Timestamp": "1363532711540159",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "751",
"Channel-State": "CS_DESTROY",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/smscountry@202.62.85.170",
"Unique-ID": "108b236e-8f14-11e2-8365-93d075b3014e",
"Call-Direction": "inbound",
"Presence-Call-Direction": "inbound",
"Channel-HIT-Dialplan": "true",
"Answer-State": "hangup",
"Channel-Presence-ID": "smscountry@202.62.85.170"
}Content-Length: 736
Content-Type: text/event-json
{
"Event-Name": "API",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711400167",
"Event-Calling-File": "switch_loadable_module.c",
"Event-Calling-Function": "switch_api_execute",
"Event-Calling-Line-Number": "2282",
"Event-Sequence": "719",
"API-Command": "originate",
"API-Command-Argument": "{return_ring_ready=true,origination_uuid=082ca55d-d1c9-446d-8f64-6251bac65421,origination_caller_id_number='smscountry'}sofia/internal/1002@202.62.85.170 &park()"
}Content-Length: 841
Content-Type: text/event-json
{
"Event-Name": "BACKGROUND_JOB",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711560177",
"Event-Calling-File": "mod_event_socket.c",
"Event-Calling-Function": "api_exec",
"Event-Calling-Line-Number": "1454",
"Event-Sequence": "752",
"Job-UUID": "108ac57c-8f14-11e2-8362-93d075b3014e",
"Job-Command": "originate",
"Job-Command-Arg": "{return_ring_ready=true,origination_uuid=082ca55d-d1c9-446d-8f64-6251bac65421,origination_caller_id_number='smscountry'}sofia/internal/1002@202.62.85.170 &park()",
"Content-Length": "22",
"_body": "-ERR NO_USER_RESPONSE\n"
}Content-Length: 5525
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_DESTROY",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711560177",
"Event-Calling-File": "switch_core_session.c",
"Event-Calling-Function": "switch_core_session_perform_destroy",
"Event-Calling-Line-Number": "1387",
"Event-Sequence": "753",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "HANGUP",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "hangup",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Network-Addr": "202.62.85.170",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"Caller-Channel-Transfer-Time": "0",
"Caller-Channel-Resurrect-Time": "0",
"Ca
[2013-03-17 20:35:18] TRACE RubyFS::Stream: [RECV] ller-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": "outbound",
"variable_is_outbound": "true",
"variable_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_call_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_session_id": "5",
"variable_sip_profile_name": "internal",
"variable_channel_name": "sofia/internal/1002@202.62.85.170",
"variable_sip_destination_url": "sip:1002@202.62.85.170",
"variable_return_ring_ready": "true",
"variable_origination_uuid": "082ca55d-d1c9-446d-8f64-6251bac65421",
"variable_origination_caller_id_number": "smscountry",
"variable_originate_early_media": "true",
"variable_local_media_ip": "202.62.85.170",
"variable_local_media_port": "27784",
"variable_advertised_media_ip": "202.62.85.170",
"variable_sip_local_sdp_str": "v=0\no=FreeSWITCH 1363504927 1363504928 IN IP4 202.62.85.170\ns=FreeSWITCH\nc=IN IP4 202.62.85.170\nt=0 0\nm=audio 27784 RTP/AVP 9 0 8 3 101 13\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=ptime:20\na=sendrecv\n",
"variable_sip_outgoing_contact_uri": "<sip:mod_sofia@202.62.85.170:5060>",
"variable_sip_req_uri": "1002@202.62.85.170",
"variable_sip_to_host": "202.62.85.170",
"variable_sip_from_host": "202.62.85.170",
"variable_sofia_profile_name": "internal",
"variable_recovery_profile_name": "internal",
"variable_sip_call_id": "e7e94215-09b6-1231-2d80-00145e697dae",
"variable_transfer_to": "blind:1002",
"variable_endpoint_disposition": "ATTENDED_TRANSFER_ERROR",
"variable_sip_hangup_disposition": "recv_refuse",
"variable_sip_local_network_addr": "202.62.85.170",
"variable_sip_reply_host": "202.62.85.170",
"variable_sip_reply_port": "5060",
"variable_sip_network_ip": "202.62.85.170",
"variable_sip_network_port": "5060",
"variable_sip_term_status": "480",
"variable_proto_specific_hangup_cause": "sip:480",
"variable_sip_term_cause": "18",
"variable_hangup_cause": "NO_USER_RESPONSE",
"variable_hangup_cause_q850": "18",
"variable_digits_dialed": "none",
"variable_start_stamp": "2013-03-17 20:35:11",
"variable_profile_start_stamp": "2013-03-17 20:35:11",
"variable_end_stamp": "2013-03-17 20:35:11",
"variable_start_epoch": "1363532711",
"variable_start_uepoch": "1363532711400167",
"variable_profile_start_epoch": "1363532711",
"variable_profile_start_uepoch": "1363532711400167",
"variable_answer_epoch": "0",
"variable_answer_uepoch": "0",
"variable_bridge_epoch": "0",
"variable_bridge_uepoch": "0",
"variable_last_hold_epoch": "0",
"variable_last_hold_uepoch": "0",
"variable_hold_accum_seconds": "0",
"variable_hold_accum_usec": "0",
"variable_hold_accum_ms": "0",
"variable_resurrect_epoch": "0",
"variable_resurrect_uepoch": "0",
"variable_progress_epoch": "0",
"variable_progress_uepoch": "0",
"variable_progress_media_epoch": "0",
"variable_progress_media_uepoch": "0",
"variable_end_epoch": "1363532711",
"variable_end_uepoch": "1363532711540159",
"variable_caller_id": "smscountry",
"variable_duration": "0",
"variable_billsec": "0",
"variable_progresssec": "0",
"variable_answersec": "0",
"variable_waitsec": "0",
"variable_progress_mediasec": "0",
"variable_flow_billsec": "0",
"variable_mduration": "140",
"variable_billmsec": "0",
"variable_progressmsec": "0",
"variable_answermsec": "0",
"variable_waitmsec": "0",
"variable_progress_mediamsec": "0",
"variable_flow_billmsec": "0",
"variable_uduration": "139992",
"variable_billusec": "0",
"variable_progressusec": "0",
"variable_answerusec": "0",
"variable_waitusec": "0",
"variable_progress_mediausec": "0",
"variable_flow_billusec": "0"
}Content-Length: 2044
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_CALLSTATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Dat
[2013-03-17 20:35:18] TRACE RubyFS::Stream: [RECV] e-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711560177",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_callstate",
"Event-Calling-Line-Number": "244",
"Event-Sequence": "754",
"Original-Channel-Call-State": "HANGUP",
"Channel-Call-State-Number": "0",
"Channel-State": "CS_REPORTING",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Channel-Call-UUID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Answer-State": "hangup",
"Caller-Direction": "outbound",
"Caller-Caller-ID-Number": "smscountry",
"Caller-Callee-ID-Name": "Outbound Call",
"Caller-Callee-ID-Number": "1002",
"Caller-Network-Addr": "202.62.85.170",
"Caller-Destination-Number": "1002",
"Caller-Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Caller-Source": "src/switch_ivr_originate.c",
"Caller-Context": "default",
"Caller-Channel-Name": "sofia/internal/1002@202.62.85.170",
"Caller-Profile-Index": "1",
"Caller-Profile-Created-Time": "1363532711400167",
"Caller-Channel-Created-Time": "1363532711400167",
"Caller-Channel-Answered-Time": "0",
"Caller-Channel-Progress-Time": "0",
"Caller-Channel-Progress-Media-Time": "0",
"Caller-Channel-Hangup-Time": "1363532711540159",
"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"
}Content-Length: 875
Content-Type: text/event-json
{
"Event-Name": "CHANNEL_STATE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:11",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:11 GMT",
"Event-Date-Timestamp": "1363532711560177",
"Event-Calling-File": "switch_channel.c",
"Event-Calling-Function": "switch_channel_perform_set_running_state",
"Event-Calling-Line-Number": "2023",
"Event-Sequence": "755",
"Channel-State": "CS_DESTROY",
"Channel-Call-State": "DOWN",
"Channel-State-Number": "12",
"Channel-Name": "sofia/internal/1002@202.62.85.170",
"Unique-ID": "082ca55d-d1c9-446d-8f64-6251bac65421",
"Call-Direction": "outbound",
"Presence-Call-Direction": "outbound",
"Channel-HIT-Dialplan": "false",
"Answer-State": "hangup"
}
[2013-03-17 20:35:25] TRACE RubyFS::Stream: [RECV] Content-Length: 860
Content-Type: text/event-json
{
"Event-Name": "HEARTBEAT",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:25",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:25 GMT",
"Event-Date-Timestamp": "1363532725120157",
"Event-Calling-File": "switch_core.c",
"Event-Calling-Function": "send_heartbeat",
"Event-Calling-Line-Number": "68",
"Event-Sequence": "756",
"Event-Info": "System Ready",
"Up-Time": "0 years, 0 days, 0 hours, 24 minutes, 19 seconds, 681 milliseconds, 93 microseconds",
"FreeSWITCH-Version": "1.3.17+git~20130315T144001Z~424738e9c5",
"Uptime-msec": "1459681",
"Session-Count": "0",
"Max-Sessions": "1000",
"Session-Per-Sec": "30",
"Session-Since-Startup": "6",
"Idle-CPU": "100.000000"
}Content-Length: 621
Content-Type: text/event-json
{
"Event-Name": "RE_SCHEDULE",
"Core-UUID": "b2aed2ca-8f10-11e2-8353-93d075b3014e",
"FreeSWITCH-Hostname": "ubuntu",
"FreeSWITCH-Switchname": "ubuntu",
"FreeSWITCH-IPv4": "202.62.85.170",
"FreeSWITCH-IPv6": "::1",
"Event-Date-Local": "2013-03-17 20:35:25",
"Event-Date-GMT": "Sun, 17 Mar 2013 15:05:25 GMT",
"Event-Date-Timestamp": "1363532725120157",
"Event-Calling-File": "switch_scheduler.c",
"Event-Calling-Function": "switch_scheduler_execute",
"Event-Calling-Line-Number": "66",
"Event-Sequence": "757",
"Task-ID": "1",
"Task-Desc": "heartbeat",
"Task-Group": "core",
"Task-Runtime": "1363532745"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment