called_number_digits  324 src/ftdm_m3ua.c 				(event->called_number_digits_count ? (char *) event->called_number_digits : "N/A"),
called_number_digits  341 src/ftdm_m3ua.c 			   (event->called_number_digits_count ? (char *) event->called_number_digits : "N/A"),
called_number_digits 1205 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			   	event->called_number_digits,
called_number_digits 1212 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 					event->called_number_digits,
called_number_digits 1216 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	memcpy(digits, event->called_number_digits, event->called_number_digits_count);
called_number_digits 1583 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			ftdm_log(FTDM_LOG_DEBUG, "Dialing number %s over boost channel with request id %d\n", event.called_number_digits, r);
called_number_digits   90 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			(event->called_number_digits_count ? (char *) event->called_number_digits : "N/A"),
called_number_digits  541 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		strncpy((char*)event->called_number_digits, called, sizeof(event->called_number_digits)-1);
called_number_digits  273 src/m3ua_client.c 			(event->called_number_digits_count ? (char *) event->called_number_digits : "N/A"),
called_number_digits  291 src/m3ua_client.c 		strncpy((char*)event->called_number_digits, called, sizeof(event->called_number_digits)-1);
called_number_digits   87 src/m3ua_client.h 	char		called_number_digits [MAX_DIALED_DIGITS + 1]; /* it's a null terminated string */