Hi Iqbal,
you can use avpops if you what more liberty in handling RPID. You can insert the header by: avp_pushto("Remote-Party-ID","i:13") where you have an AVP with ID 13 - it content can be dynamically loaded from DB (via avp_db_load) or set statically (via avp_write).
Best regards, Marian
Iqbal wrote:
Hi
Has anyone got a small howto on rpid dynaically from the DB (if thats possible), or do you just use
append_rpid_hf() Iqbal