Hi, I want to disply a number "010101010101" with use of RFC 3325 in openser. I read the RFC 3325 but i don't understand how do it. Where i put this number ? in diply name in P-Asserted-Identity, in username in P-Asserted-Identity ,in diply name in FROM or in username in FROM ?
append_hf("P-Asserted-Identity: sip:0101010101@domain.com\r\n");
regards klaus
ALAEDDINE abbech schrieb:
Hi, I want to disply a number "010101010101" with use of RFC 3325 in openser. I read the RFC 3325 but i don't understand how do it. Where i put this number ? in diply name in P-Asserted-Identity, in username in P-Asserted-Identity ,in diply name in FROM or in username in FROM ?
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
thank klaus but what is the object of disply name in P-Asserted-Identity?
--- En date de : Mer 26.11.08, Klaus Darilion klaus.mailinglists@pernau.at a écrit : De: Klaus Darilion klaus.mailinglists@pernau.at Objet: Re: [Kamailio-Users] disply name RFC 3325 À: alasupcom@yahoo.fr Cc: "Kamailio" Users@lists.kamailio.org Date: Mercredi 26 Novembre 2008, 11h59
append_hf("P-Asserted-Identity: sip:0101010101@domain.com\r\n");
regards klaus
ALAEDDINE abbech schrieb:
Hi, I want to disply a number "010101010101" with use of RFC 3325 in
openser.
I read the RFC 3325 but i don't understand how do it. Where i put this number ? in diply name in P-Asserted-Identity, in
username in P-Asserted-Identity ,in diply name in FROM or in username in FROM ?
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
ALAEDDINE abbech wrote:
thank klaus but what is the object of disply name in P-Asserted-Identity?
What are you referring to as "disply name?"
If you are referring to the identification outside the URI, the answer is that some systems utilise this for cosmetic caller ID name (CNAM) on phones or services with enhanced features.
El Miércoles, 26 de Noviembre de 2008, ALAEDDINE abbech escribió:
thank klaus but what is the object of disply name in P-Asserted-Identity?
Do you mean the Display Name field?:
P-Asserted-Identity: "Bob" sip:0101010101@domain.com
The Display Name is "Bob" and it just adds more info about the caller.
In general, the answer is the username in P-Asserted-Identity, i.e.
append_hf("P-Asserted-Identity: sip:010101010101@your_sip_domain.ext\r\n");
RFC 3325 aside, however, the proper thing to do here depends on how your PTSN gateway is configured.
Also, be aware that "010101010101" does not conform to any ITU-T or national numbering plans and is likely to be invalidated by most carriers.
ALAEDDINE abbech wrote:
Hi, I want to disply a number "010101010101" with use of RFC 3325 in openser. I read the RFC 3325 but i don't understand how do it. Where i put this number ? in diply name in P-Asserted-Identity, in username in P-Asserted-Identity ,in diply name in FROM or in username in FROM ?
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users