ObjectiveC SDK  2.0
ConferenceCallStatusConstants.h
Go to the documentation of this file.
00001 //
00002 //  ConferenceCallStatusConstants.h
00003 //  conferenceCall
00004 
00005 /*
00006  * This file is part of the Telekom Objective C SDK
00007  * Copyright 2011 Deutsche Telekom AG
00008  *
00009  * Licensed under the Apache License, Version 2.0 (the "License");
00010  * you may not use this file except in compliance with the License.
00011  * You may obtain a copy of the License at
00012  *
00013  *     http://www.apache.org/licenses/LICENSE-2.0
00014  *
00015  * Unless required by applicable law or agreed to in writing, software
00016  * distributed under the License is distributed on an "AS IS" BASIS,
00017  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00018  * See the License for the specific language governing permissions and
00019  * limitations under the License.
00020  */
00021 
00023 
00027 #import "TelekomStatusConstants.h"
00028 
00029 @interface ConferenceCallStatusConstants : TelekomStatusConstants
00030 
00031 extern int initiatorBusy;
00032 extern int initiatorUnavailable;
00033 extern int unknownError;
00034 extern int conferenceAlreadyClosed;
00035 extern int conferenceAlreadyFinished;
00036 extern int conferenceAlreadyDeleted;
00037 extern int conferenceStarttimeForSandBoxNotAllowed;
00038 extern int wrongParticipantFlags;
00039 extern int noParticipantGiven;
00040 extern int noConferenceGiven;
00041 extern int noTemplateGiven;
00042 extern int wrongWhatValue;
00043 extern int wrongActionValue;
00044 extern int durationTooBig;
00045 extern int noParticipantsInConference;
00046 extern int noParticipantsInTemplate;
00047 extern int noInitiatorInConference;
00048 extern int tooManyParticipants;
00049 extern int numberNotAllowed;
00050 extern int cannotChangeNumber;
00051 extern int initiatorAlreadyExists;
00052 extern int invalidNumberFormat;
00053 extern int cannotApplyActions;
00054 extern int numberBlockedByProvider;
00055 extern int numberBlockedByUser;
00056 extern int scheduleDateInvalid;
00057 extern int scheduleTimeInvalid;
00058 extern int conferenceStarttimeInThePast;
00059 extern int durationInvalid;
00060 extern int recurringOrNotificationInvalid;
00061 extern int conferenceStartTooMuchAhead;
00062 extern int noStatusForUncommittedConference;
00063 extern int participantStillInRedialLater;
00064 extern int cannotChangeInitiator;
00065 extern int cannotDeleteInitiator;
00066 extern int couldNotConvertScheduledConference;
00067 extern int couldNotGetParticipantStatus;
00068 extern int conferenceAlreadyExists;
00069 extern int conferenceDoesNotExists;
00070 extern int participantDoesNotExist;
00071 extern int initiatorNumberInvalid;
00072 extern int participantAlreadyAdded;
00073 extern int templateDoesNotExist;
00074 extern int ownerIdTooShort;
00075 extern int ownerIdTooLong;
00076 
00077 @end
 All Classes Files Functions Variables Properties