mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
need to count by 2's
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@145 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
0b76265c61
commit
adb55eaedc
@ -1445,7 +1445,7 @@ typedef enum /* Network/User Mode. */
|
||||
typedef enum /* Dialect enum */
|
||||
{
|
||||
Q931_Dialect_Q931 = 0,
|
||||
Q931_Dialect_National = 1,
|
||||
Q931_Dialect_National = 2,
|
||||
|
||||
Q931_Dialect_Count
|
||||
} Q931Dialect_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user