Hi,
I solved this problem already.
nua_handle_make_replaces function can get a replaces header for a
nua_handle_t.
The replaces header contains the dialog information.
On 10/25/07, Tan Miaoqing <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have a basic question of how to get dialog information u
2007/10/25, Tan Miaoqing <[EMAIL PROTECTED]>:
> As defined in NUA document, operation handle represents an abstract SIP
> call/session. It contains information of SIP dialog and media session... I
> suppose there should be some ways for application to access dialog
> information?
nua_handle_make_r
Hi all,
I have a basic question of how to get dialog information using NUA:
I want to add attended call transfer feature to sofsip_cli. As you might
know, in attended call transfer, Replaces header (RFC 3891) is used to tell
a remote party to replace the current dialog with another one.
Therefor