< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Get Headers Value


You can use status.header(h_From) – check out: http://www.resiprocate.org/Use_Overview

 

Scott

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Gustavo Honorato
Sent: Thursday, April 26, 2007 4:29 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Get Headers Value

 

Hi,

 

I need to get the value of ‘From:’ header in the following callback method:

 

void onSuccess(ClientPagerMessageHandle h, const SipMessage& status) {

}

 

How could I do it ?

 

Thanks and best regards,

Gustavo Honorato