Asterisk - The Open Source Telephony Project  21.4.1
Macros | Functions
zones2indications.c File Reference

print libtonezone data as Asterisk indications.conf More...

#include <stdio.h>
#include <stdlib.h>
#include <dahdi/tonezone.h>
#include <unistd.h>

Go to the source code of this file.

Macros

#define PROGRAM   "zones2indication"
 

Functions

int main (int argc, char *argv[])
 
int print_all ()
 
void print_indications (struct ind_tone_zone *zone_data)
 
void print_tone_zone_sound (struct ind_tone_zone *zone_data, const char *name, int toneid)
 
int print_zone_by_country (char *country)
 
int print_zone_by_id (int zone_num)
 
void usage ()
 

Detailed Description

print libtonezone data as Asterisk indications.conf

Definition in file zones2indications.c.