Ok, so i'm tryin to get ser to work with Long distance calling, however I dont know how to authenticate to nufone...
# send out 00 prefix to wholesale voip.brujula.net termination if (uri=~"^sip:00[0-9].*@.*") { if (!is_user_in("From", "ld")) { sl_send_reply("403", "Payment required"); break; }; setflag(1); rewritehostport("voip.nufone.net:5060"); if (!t_relay()) { sl_reply_error(); }; break; };
Should this be: rewritehostport("user:pass@voip.nufone.net:5060"); ??
Barry
Hi Barry,
You can perform client authentication by using uac module with "uac_auth" function. Note you are only able to specify a fix static number of credentials (user:passwd).
Best regards, Marian
Juha Heinanen wrote:
Barry Murphy writes:
rewritehostport("user:pass@voip.nufone.net:5060"); ??
try using the new uac module in cvs head.
-- juha
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi
If this is possible in UAC, can I somehow combine this with lcr, to pick different providers based on prefix...I havent tried UAC, I suppose its not compatabile with 0.9
Iqbal
Juha Heinanen wrote:
Barry Murphy writes:
rewritehostport("user:pass@voip.nufone.net:5060"); ??
try using the new uac module in cvs head.
-- juha
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.