def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name, ['xivo-calleridnum',
                                                'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name,
                                   ['xivo-calleridnum', 'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
Example #3
0
def given_i_assign_model_to_event(step, call_form_name, event):
    cti_helper.set_call_form_model_on_event(call_form_name, event)
Example #4
0
def given_i_assign_model_to_event(step, call_form_name, event):
    cti_helper.set_call_form_model_on_event(call_form_name, event)