mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Note that branch 15 is NOT a Long Term Support branch. Asterisk 15 will reach EOL before Asterisk 13. Requested by: "Herbert J. Skuhra" <herbert@gojira.at> (thanks for help testing)
11 lines
266 B
C
11 lines
266 B
C
--- res/res_pjsip/pjsip_cli.c.orig 2017-12-20 20:39:39 UTC
|
|
+++ res/res_pjsip/pjsip_cli.c
|
|
@@ -163,7 +163,7 @@ char *ast_sip_cli_traverse_objects(struct ast_cli_entr
|
|
}
|
|
regex = a->argv[4];
|
|
} else {
|
|
- regex = "";
|
|
+ regex = ".";
|
|
}
|
|
|
|
if (cmd == CLI_GENERATE
|