Hello!
$re (Remote-Party-ID) is readonly. How can i modify it?
-- WBR, Victor JID: coyote@bks.tv JID: coyote@bryansktel.ru I use FREE operation system: 3.9.4-calculate GNU/Linux
On 06/18/2013 10:15 AM, Victor V. Kustov wrote:
Hello!
$re (Remote-Party-ID) is readonly. How can i modify it?
You can't, but you can remove the existing Remote-Party-ID:
if(is_present_hf("Remote-Party-ID")) remove_hf("Remote-Party-ID");
Then add your own:
append_hf("Remote-Party-ID: ...\r\n");
-- Alex