Skip to content

Instantly share code, notes, and snippets.

@Iteratix
Created August 30, 2012 02:24
Show Gist options
  • Save Iteratix/3521787 to your computer and use it in GitHub Desktop.
Save Iteratix/3521787 to your computer and use it in GitHub Desktop.
[james@anywhere-be anywhere-server]$ ./start-server.sh --nodaemon
Not running as root. Unable to raise file/socket limit.
serving static files out of root: public
Descriptor table resized to 1024.
reading ASGW servers file...
Connecting to SIP Gateway: rtmp.any.convorelay.com:5486
Listening on 0.0.0.0:8182
ASGW Certificate accepted.
ASGW Certificate accepted.
< ASGW Hello
> ASEM Saltimbanco
< ASGW OKAY
> sip_register 1 4109344210%40home%2Eintralanman%2Ecom 4109344210 Us3rP%40ssw0rd Intralanman%20Freeswitch
< SIP_REGISTERED 1
long poll response sent to 68.40.184.22: {"id":null,"state":{"state":"waiting","caller":null},"session_id":"656cdd10-d478-012f-fd1b-723c91aed0bb","client_id":"68b0ae1c-3b75-40f0-807f-7a22652fc30c","events":[]}
disconnected from ASGW (rtmp.any.convorelay.com)
possible Convo API issue
/usr/lib/ruby/gems/1.9.1/gems/sentry-raven-0.2/lib/raven/client.rb:65:in `send': Error from Sentry server (401): This event cannot be recorded (Raven::Error)
from /usr/lib/ruby/gems/1.9.1/gems/sentry-raven-0.2/lib/raven.rb:58:in `send'
from site/page_api.rb:34:in `rescue in log_api_exception'
from site/page_api.rb:28:in `log_api_exception'
from site/page_api.rb:241:in `block in get_anywhere'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:158:in `call'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:158:in `set_deferred_status'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:198:in `fail'
from /home/james/anywhere-server/thirdparty/convo_api_request.rb:10:in `block in initialize'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:158:in `call'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:158:in `set_deferred_status'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/em/deferrable.rb:198:in `fail'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/client.rb:123:in `on_error'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/client.rb:117:in `unbind'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/http_connection.rb:166:in `block in unbind'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/http_connection.rb:166:in `map'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/http_connection.rb:166:in `unbind'
from /usr/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.2/lib/em-http/http_connection.rb:29:in `unbind'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:1433:in `event_callback'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:194:in `release_machine'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:194:in `ensure in run'
from /usr/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:218:in `run'
from /home/james/anywhere-server/lib/httpservice.rb:198:in `start'
from server.rb:90:in `block in <main>'
from /usr/lib/ruby/gems/1.9.1/gems/sentry-raven-0.2/lib/raven.rb:71:in `call'
from /usr/lib/ruby/gems/1.9.1/gems/sentry-raven-0.2/lib/raven.rb:71:in `capture'
from server.rb:81:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment