add some goodies to mod_fifo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8030 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-04-04 21:48:03 +00:00
parent 98c5cd7d21
commit 777c8c8fe7
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ struct fifo_chime_data {
time_t next; time_t next;
int freq; int freq;
int abort; int abort;
int orbit_timeout; time_t orbit_timeout;
int do_orbit; int do_orbit;
char *orbit_exten; char *orbit_exten;
}; };