]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorMichael Jerris <mike@jerris.com>
Fri, 21 Nov 2008 00:15:02 +0000 (00:15 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 21 Nov 2008 00:15:02 +0000 (00:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10488 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/managed/swig.cs

index 57984bb37308e2de37e6246610fb9e2fa71b108d..5819800803f4dd0cdf1044a332c89ceb9cf1be1d 100644 (file)
@@ -16791,7 +16791,7 @@ namespace FreeSWITCH.Native {
   CF_ORIGINATOR = (1 << 3),
   CF_TRANSFER = (1 << 4),
   CF_ACCEPT_CNG = (1 << 5),
-  CF_WAIT_FOR_ME = (1 << 6),
+  CF_REDIRECT = (1 << 6),
   CF_BRIDGED = (1 << 7),
   CF_HOLD = (1 << 8),
   CF_SERVICE = (1 << 9),
@@ -16815,8 +16815,7 @@ namespace FreeSWITCH.Native {
   CF_PROXY_MEDIA = (1 << 27),
   CF_INNER_BRIDGE = (1 << 28),
   CF_REQ_MEDIA = (1 << 29),
-  CF_VERBOSE_EVENTS = (1 << 30),
-  CF_MASTER = (1 << 31)
+  CF_VERBOSE_EVENTS = (1 << 30)
 }
 
 }