Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3253 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-21 04:29:50 +00:00
parent 2ee28d0ccf
commit 737e9b2458
6 changed files with 108 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ struct ast_modem_pvt {
char msn[AST_MAX_EXTENSION];
/*! Multiple Subscriber Number we listen to (; seperated list) */
char incomingmsn[AST_MAX_EXTENSION];
/*! Multiple Subscriber Number we accept for outgoing calls (; seperated list) */
char outgoingmsn[AST_MAX_EXTENSION];
/*! Group(s) we belong to if available */
unsigned int group;
/*! Caller ID if available */