dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 56740 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r56740 | russell | 2007-02-25 19:04:40 -0600 (Sun, 25 Feb 2007) | 2 lines

Move a comment to be in the correct struct.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56742 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-02-26 01:05:15 +00:00
parent 6d5a7e85ca
commit 63e7459750
1 changed files with 3 additions and 3 deletions

View File

@ -400,9 +400,6 @@ struct sla_trunk {
/*! Number of stations that have this trunk on hold. */
unsigned int hold_stations;
struct ast_channel *chan;
/*! Ring timeout to use when this trunk is ringing on this specific
* station. This takes higher priority than a ring timeout set at
* the station level. */
unsigned int ring_timeout;
};
@ -411,6 +408,9 @@ struct sla_trunk_ref {
struct sla_trunk *trunk;
enum sla_trunk_state state;
struct ast_channel *chan;
/*! Ring timeout to use when this trunk is ringing on this specific
* station. This takes higher priority than a ring timeout set at
* the station level. */
unsigned int ring_timeout;
};