Allow Q931::IdentifiedChannelNonExistent starting with 1.15.6 (Mimas Patch 2).

git-svn-id: http://yate.null.ro/svn/yate/trunk@2957 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-11-19 15:35:20 +00:00
parent 057f84dd65
commit 1775676471
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static const TokenDict q931_errors[] = {
{ "congestion", Q931::Congestion },
{ "offline", Q931::SubscriberAbsent },
{ "nocall", Q931::InvalidCallReference },
#if (OPENH323_NUMVERSION >= 11800)
#if (OPENH323_NUMVERSION >= 11506)
{ "nocall", Q931::IdentifiedChannelNonExistent },
#endif
{ 0 , 0 },