|
@click.argument('matchexp', metavar='<matchexp>')
|
|
@click.argument('matchexp', metavar='<matchexp>')
|
|
@click.argument('substrepl', nargs=-1, metavar='<substrepl>')
|
|
@click.argument('substrepl', nargs=-1, metavar='<substrepl>')
|
|
def dialplan_add(ctx, priority, matchop, matchlen, attrs, dpid, matchexp, substrepl):
|
|
def dialplan_add(ctx, priority, matchop, matchlen, attrs, dpid, matchexp, substrepl):
|