Esempio n. 1
0
def given_there_is_an_incall_group1_in_context_group2_to_the_queue_group3(step, did, context, dst_type, dst_name, cid_name, cid_num):
    caller_id = '"%s" <%s>' % (cid_name, cid_num)
    incall_helper.delete_incalls_with_did(did)
    incall_helper.add_incall(did, context, dst_type, dst_name, caller_id)
Esempio n. 2
0
def given_there_is_an_incall_group1_in_context_group2_to_the_queue_group3(
        step, did, context, dst_type, dst_name, cid_name, cid_num):
    caller_id = '"%s" <%s>' % (cid_name, cid_num)
    incall_helper.delete_incalls_with_did(did)
    incall_helper.add_incall(did, context, dst_type, dst_name, caller_id)
Esempio n. 3
0
def given_there_is_an_incall_group1_in_context_group2_to(step, did, context, dst_type, dst_name):
    incall_helper.delete_incalls_with_did(did)
    incall_helper.add_incall(did, context, dst_type, dst_name)
Esempio n. 4
0
def given_there_is_an_incall_group1_in_context_group2_to(
        step, did, context, dst_type, dst_name):
    incall_helper.delete_incalls_with_did(did)
    incall_helper.add_incall(did, context, dst_type, dst_name)