Module: Telephony::CallsHelper
- Defined in:
- app/helpers/telephony/calls_helper.rb
Instance Method Summary collapse
Instance Method Details
#twiml_word_for(call) ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'app/helpers/telephony/calls_helper.rb', line 3 def twiml_word_for call if call.agent && call.agent.uses_twilio_client? :Client elsif call.agent && call.agent.uses_sip? :Sip else :Number end end |