| | |
| | | if (self.titleName&&self.titleName.length!=0) { |
| | | self.titleUILabel.text=self.titleName; |
| | | } |
| | | |
| | | [NSNotificationCenter.defaultCenter addObserver:self |
| | | selector:@selector(registrationUpdate:) |
| | | name:@"LinphoneRegistrationUpdate" |
| | | object:nil]; |
| | | } |
| | | |
| | | |
| | | - (void)registrationUpdate:(NSNotification *)notif { |
| | | int state = [[notif.userInfo objectForKey:@"state"] intValue]; |
| | | if(state==11){//挂断了 |
| | | NSLog(@"挂断或出错了"); |
| | | [self showUIAlertViewWithBack:@"监视结束"]; |
| | | |
| | | } |
| | | } |
| | | |
| | | -(void)initLlanguage{ |
| | | NSString *languageName = [[[NSUserDefaults standardUserDefaults] objectForKey:@"AppleLanguages"] objectAtIndex:0]; |