Hi List,<div><br></div><div>I have Kamailio 3.0.1 running from GIT with my old 1.5.3 config file. Everything seems fine except the RPID.</div><div><br></div><div>I'm not getting any RPID sent in the SIP message and if I put debug=3 I see:</div>
<div><br></div><div>DEBUG: auth [rpid.c:177]: no rpid AVP</div><div><br></div><div>My config:</div><div><br></div><div><div># auth</div><div><br></div><div>modparam("auth", "rpid_avp", "$avp(s:rpid)")</div>
<div>modparam("auth", "rpid_prefix", "<sip:")</div><div>modparam("auth", "rpid_suffix","@<a href="http://asterisk.ie">asterisk.ie</a>;party=calling;id-type=subscriber;privacy=off;screen=yes>")</div>
<div><br></div><div><div># auth_db</div><div><br></div><div>modparam("auth_db", "db_url", "mysql://openser:XSXXXX@localhost/openser")</div><div>modparam("auth_db", "calculate_ha1", 1)</div>
<div>modparam("auth_db", "password_column", "password")</div><div>modparam("auth_db", "load_credentials", "$avp(s:rpid)=rpid")</div><div><br></div></div><div>in my route:</div>
<div><br></div><div>append_rpid_hf();</div><div><br></div><div>Probably missing something very simple. Any help would be appreciated.</div><div><br></div><div>Thanks,</div><div>Stephen.</div></div>