Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-plivo committed May 20, 2011
1 parent 5f3c7d3 commit f495359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plivo/rest/freeswitch/inbound_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def on_background_job(self, ev):
self.set_hangup_complete(self, request_uuid, call_uuid,
reason, ev, hangup_url)
return
# If there are gateways to try again, spawn originate
# If there are gateways and call request ring_flag is False
# try again: spawn originate
elif call_req.gateways:
self.log.debug("Call Failed for RequestUUID %s - Retrying (%s)" \
% (request_uuid, reason))
Expand Down

0 comments on commit f495359

Please sign in to comment.