Hi,
BERGANZ François wrote:
Hello, I need to change the source number, to have an international
format (e164) but when I use :
$avp(s:245)=$fu;
avp_subst("$avp(s:245)/$avp(s:246)/d", "/sip:/sip:33/");
uac_replace_from("", "$avp(s:246)");
in fact, my phone have in the screen sip:33..., before, it have my name…
I think that I have to use another function to change the source
number, but which function?
try:
$avp(s:236) = "sip:33" + $fU + "@" + $fd;
uac_replace_from("", "$avp(s:236)");
Regards,
Ramona