mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add documentation
Thanks Tilghman! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@363637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1078,7 +1078,7 @@ struct callattempt {
|
||||
struct callattempt *q_next;
|
||||
struct callattempt *call_next;
|
||||
struct ast_channel *chan;
|
||||
char interface[256];
|
||||
char interface[256]; /*!< An Asterisk dial string (not a channel name) */
|
||||
int stillgoing;
|
||||
int metric;
|
||||
time_t lastcall;
|
||||
|
Reference in New Issue
Block a user