Hi Bogdan,
Thanks.
Jobson Andrade
Projetos & Desenvolvimento
Obelisk - The Asterisk & VoIP Experts
phone/fax: (11) 2164-4808 ext. 115
cell Phone: (11) 8175-9916 / 8271-0480
email: jandrade(a)obelisknet.com.br
-----Mensagem original-----
De: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro]
Enviada em: quinta-feira, 15 de fevereiro de 2007 13:01
Para: Jobson Andrade
Cc: users(a)openser.org
Assunto: Re: [Users] Send Call using authentication
Hi Jobson,
does your ITSP require digest authentication? if so, you better take a
look at uac module. See:
http://www.openser.org/docs/modules/1.2.x/uac.html
regards,
bogdan
Jobson Andrade wrote:
Hi All,
I need of send the calls for my ITSP using verification.
Ex.:
User = user_itsp
Passwd = pass_itsp
SIP Server = itsp.com.br
I my configuration I made of this way, more not work.
...
##Obelisk
if (uri=~"^sip:00[1-9][1-9][0-9]*@") {
route(3);
exit;
}
...
route[3]{
#sending route to DDI
strip(2);
rewritehostport("itsp.com.br:5060");
rewriteuser("user_itsp");
rewriteuserpass("pass_itsp");
route(1);
exit;
}
...
How to made this in openser?
I use the openser version 1.0.1
Thanks in advanced,
Jobson Andrade
Projetos & Desenvolvimento
Obelisk - The Asterisk & VoIP Experts
phone/fax: (11) 2164-4808 ext. 115
cell Phone: (11) 8175-9916 / 8271-0480
email: jandrade(a)obelisknet.com.br <mailto:jandrade@obelisknet.com.br>
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users