todial            271 sample/boost/ftdmstart.c 	char *todial = NULL;
todial            292 sample/boost/ftdmstart.c 			todial = argv[i];
todial            293 sample/boost/ftdmstart.c 			if (!strlen(todial)) {
todial            294 sample/boost/ftdmstart.c 				todial = NULL;
todial            296 sample/boost/ftdmstart.c 			printf("Number to dial: %s\n", todial);
todial            438 sample/boost/ftdmstart.c 		if (!(ticks % 10) && todial && !g_outgoing_channel) {
todial            439 sample/boost/ftdmstart.c 			ftdm_log(FTDM_LOG_NOTICE, "Originating call to number %s\n", todial);
todial            440 sample/boost/ftdmstart.c 			place_call(span, todial);
todial            321 src/testsangomaboost.c 	char *todial = NULL;
todial            352 src/testsangomaboost.c 		todial = argv[3];
todial            353 src/testsangomaboost.c 		if (!strlen(todial)) {
todial            354 src/testsangomaboost.c 			todial = NULL;
todial            445 src/testsangomaboost.c 		if (!(ticks % 10) && todial && !g_outgoing_channel) {
todial            446 src/testsangomaboost.c 			ftdm_log(FTDM_LOG_NOTICE, "Originating call to number %s\n", todial);
todial            447 src/testsangomaboost.c 			place_call(span, todial);