Displaying 2 results from an estimated 2 matches for "ast_sip_exten_state_data".
2020 Jun 10
2
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
Asterisk can know that one of the attached phones is both "ringing" and
"on the phone".
However the sip NOTIFY it sends out to interested parties can only
communicate one state, for example with pidf+xml it can either send
"Ringing" or "On the phone" and so it sends "Ringing".
This makes the "busy lights" less than useful, if a call
2020 Jun 10
0
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
...pjsip configuration?
>
You wouldn't be able to access such information from
ast_sip_presence_exten_state_to_str, that function is strictly for taking
in instructions/data and producing the output. The user of it would need to
pass in a value to turn on this new behavior. From that level the
ast_sip_exten_state_data structure can optionally have a subscription,
which itself has the endpoint that was used to establish the subscription.
--
Joshua C. Colp
Asterisk Technical Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-------------- next part --------------
An HTML attachment w...