Index: pbx/pbx_dundi.c =================================================================== --- pbx/pbx_dundi.c (revision 44311) +++ pbx/pbx_dundi.c (working copy) @@ -4314,7 +4314,7 @@ } if (x < res) { /* Got a hit! */ - snprintf(req, sizeof(req), "%s/%s", results[x].tech, results[x].dest); + snprintf(req, sizeof(req), "%s/%s||%s", results[x].tech, results[x].dest, pbx_builtin_getvar_helper(chan, "DUNDIDIALARGS")); dial = pbx_findapp("Dial"); if (dial) res = pbx_exec(chan, dial, req);