Hello all,
I'm required to send a particular FROM for a specific provider, for now, I'm doing it with:
uac_replace_from("8888888","sip:8888888@1.2.3.4sip%3A8888888@1.2.3.4 ");
I'm wondering, is there another way to set this? Imagine each provider requires a different FROM...
thanks to all
d
Hello,
On 06/25/08 19:12, David Villasmil wrote:
Hello all,
I'm required to send a particular FROM for a specific provider,
for now, I'm doing it with:
uac_replace_from("8888888","sip:8888888@1.2.3.4
mailto:sip%3A8888888@1.2.3.4");
I'm wondering, is there another way to set this? Imagine each
provider requires a different FROM...
the function accepts PVs in the parameters, so can be different values for each SIP message.
See:
http://www.openser.org/docs/modules/1.3.x/uac.html#AEN160
Cheers, Daniel
thanks to all
d