Sip Endpoint SDK for Apple OS
/Users/valerypolishchuk/Projects/sepsdk-03.09.12/MacOS/Endpoint/Src/Headers/GSSessionPolicyDelegate.h
00001 //
00002 //  GSSessionPolicyDelegate.h
00003 //  SipEndpoint
00004 //
00005 //  Created by Vlad Baranovsky on 9/13/11.
00006 //  Copyright 2011 Genesys Labs. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "GSPolicyDelegate.h"
00011 #import "GSSession.h"
00012 
00018 @protocol GSSessionPolicyDelegate <GSPolicyDelegate>
00019 @required
00020 
00028 - (NSArray*) prioritizedCodecList;
00029 
00039 - (GSDtmfMethod) dtmfMethodForSession:(id<GSSession>) session;
00040 
00048 - (BOOL) shouldAnswerIncomingSession:(id<GSSession>) session;
00049 
00050 @end