linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linphone Python: Callbacks list


From: Leland Green
Subject: Re: [Linphone-developers] Linphone Python: Callbacks list
Date: Fri, 22 Apr 2016 17:47:19 -0500

Thank you Ghislain! Now I know all the callbacks! :-) 

 The Glow-In-The-Dark Man 
http://www.theglowinthedarkman.com (coming soon in 2016!)


On Fri, Apr 22, 2016 at 4:13 AM, Ghislain MARY <address@hidden> wrote:
Hi,

The callbacks are the same as the liblinphone C library. Here is the list:

    auth_info_requested
    buddy_info_updated
    call_encryption_changed
    call_log_updated
    call_state_changed
    call_stats_updated
    configuring_status
    dtmf_received
    friend_list_created
    friend_list_removed
    global_state_changed
    is_composing_received
    log_collection_upload_progress_indication
    log_collection_upload_state_changed
    message_received
    network_reachable
    new_subscription_requested
    notify_presence_received
    publish_state_changed
    refer_received
    registration_state_changed
    subscription_state_changed
    transfer_state_changed

Cheers,
Ghislain


On 04/06/2016 09:41 PM, address@hidden wrote:
First, my apologies for my bad English. In this moment I'm working in a linphone project using Python API. There are two pages:

https://pythonhosted.org/linphone/getting_started.html
https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

In each of one are  different code's snipets or examples. My question is about the callback's statements:

Statement of first page:
callbacks = {
        'global_state_changed': global_state_changed,
        'registration_state_changed': registration_state_changed,
    }

Statement of second page:
callbacks = {
      'call_state_changed': self.call_state_changed,
    }

So, (maybe is a bad question) but exist's a callback list? if yes, where? because I can't found it. If not, how can I know the callback's definitions?

Again sorry for my English and thanks in advance.

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]