Top

iOS | how to make regular. calls through PBX

Comentarios

2 comentarios

  • Le-Trong-Nghia HUYNH

    Hello,

    In fact you can create a PhoneNumber object (sorry this is obj-c but should be same in Swift) :

    PhoneNumber *phoneNumber = [[PhoneNumber alloc] initWithPhoneNumberString:@"0123456789"];

    0
    Acciones de comentarios Permalink
  • Patrik Spisak

    How do I check status on incoming pbx call? I see always status 1 even if is call connected.

    Docs say

    Note: Event telephonyServiceDidAddCall will never be sent for incoming calls.

    But I see that notification is triggered twice when I accept incomming PBX call

    0
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.