[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sip] Dual registration without Outbound
El Miércoles, 8 de Octubre de 2008, Paul Kyzivat escribió:
> Iñaki,
>
> What you describe is perfectly fine, and is in fact the reasonable thing
> to do. You have distinct AORs corresponding to the two numbers, and a
> separate contact for each.
>
> What I was asking about was creating multiple Contact addresses for the
> *same* AOR.
Perpahs I didn't explain correctly:
I mean that UA (with name "a at doman.com") sends two REGISTER for the same AoR:
1)
REGISTER sip:server
From: sip:a at domain.com
To: sip:a at domain.com
Contact: sip:+34111111 at my_ip
1)
REGISTER sip:server
From: sip:a at domain.com
To: sip:a at domain.com
Contact: sip:+34222222 at my_ip
When the proxy receives a call with RURI = +34111111, it ask the location
sevice which returns "a at domain.com".
But the proxy, instead fo calling both locations in parallel (or
sequentially), it just calls the location with the Contact username matching
the incoming RURI (+34111111).
Not sure if it's a good idea.
Regards.
--
Iñaki Baz Castillo
_______________________________________________
Sip mailing list https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at cs.columbia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip