mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
remember to file your tps reports
This commit is contained in:
parent
66bfd299f5
commit
03f9daf002
@ -1 +1 @@
|
|||||||
Wed Apr 24 12:10:37 CDT 2013
|
Wed Apr 24 15:51:55 CDT 2013
|
||||||
|
@ -2188,7 +2188,7 @@ int nta_agent_add_tport(nta_agent_t *self,
|
|||||||
if (url->url_params) {
|
if (url->url_params) {
|
||||||
if (url_param(url->url_params, "transport", tp, sizeof(tp)) > 0) {
|
if (url_param(url->url_params, "transport", tp, sizeof(tp)) > 0) {
|
||||||
if (strchr(tp, ',')) {
|
if (strchr(tp, ',')) {
|
||||||
int i; char *t, *tps[9];
|
int i; char *t, *tps[9] = { 0 };
|
||||||
|
|
||||||
/* Split tp into transports */
|
/* Split tp into transports */
|
||||||
for (i = 0, t = tp; t && i < 8; i++) {
|
for (i = 0, t = tp; t && i < 8; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user