Skip to content

Instantly share code, notes, and snippets.

Logger app_name telapi
Traceback (most recent call last):
File "./manage.py", line 28, in <module>
import settings
File "/home/tpiha/work/telapi/telapi/settings.py", line 27, in <module>
from telapi.constants import DID_PROVIDERS
File "/home/tpiha/work/telapi/telapi/../telapi/__init__.py", line 10, in <module>
from telapi.sms.tasks import inbound_sms_task
File "/home/tpiha/work/telapi/telapi/../telapi/sms/tasks.py", line 25, in <module>
from telapi.tess_api.tasks import do_callback_task, do_callback
DEBUG:root:Environment: config.DevelopmentConfig
DEBUG:boto:Using access key provided by client.
DEBUG:boto:Using secret key provided by client.
INFO:werkzeug: * Running on http://127.0.0.1:5000/
INFO:werkzeug: * Restarting with reloader
DEBUG:root:Environment: config.DevelopmentConfig
DEBUG:boto:Using access key provided by client.
DEBUG:boto:Using secret key provided by client.
DEBUG:amqp:Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2013 GoPivotal, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'connection.blocked': True, u'authentication_failure_close': True, u'basic.nack': True, u'consumer_priorities': True, u'consumer_cancel_notify': True, u'publisher_confirms': True}, u'platform': u'Erlang/OTP', u'version': u'3.2.4'}, mechanisms: [u'AMQPLAIN', u'PLAIN'], locales: [u'en_US']
DEBUG:amqp:Open OK!
<Response>
<Say>Dialing Piha's Cell Phone</Say>
<Dial forwardedFrom="11111111111" callerId="555" callbackUrl="http://webhookr.com/3KLxTa/dial/callback" action="http://webhookr.com/3KLxTa/dial/hangup">385955388411</Dial>
</Response>
<Response>
<Dial>
<Sip username="twilio_username" password="twilio_password">user@sip.twilio.com</Sip>
</Dial>
</Response>
<?php
if (isset($_GET['poslovni_korisnici'])) {
$active1 = 'class="active"';
}
else {
$active1 = '';
}
if(isset($_GET['korisnici'])) {
$active2 = 'class="active"';
whois 185.20.29.105
% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See http://www.ripe.net/db/support/db-terms-conditions.pdf
% Note: this output has been filtered.
% To receive output for a database update, use the "-B" flag.
package workers
import (
"fmt"
"log"
"net/http"
"os"
)
const (
package workers
type Action interface {
Call(queue string, message *Msg, next func() bool) bool
}
type Middlewares struct {
actions []Action
}
[program:picostats]
command=/home/picostats/picostats/picostats
stderr_logfile=/home/picostats/picostats.err
stdout_logfile=/home/picostats/picostats.log
directory=/home/picostats/picostats
[program:picostats-web]
command=/home/picostats/picostats-web/picostats-web
stderr_logfile=/home/picostats/picostats-web.err
stdout_logfile=/home/picostats/picostats-web.log
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name picostats.com www.picostats.com;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl;
listen [::]:443 ssl;