Hello,
i use the database table purplemap of kamailio to mapping sip addresses with jabber uri, Now i want to use a dynamic mapping of uri sip such
alice@jabber.com becomes sip:alice-at-jabber@domain_sip
someone have an idea to do that?
There is an alias_db module just for that.
rachid wrote:
Hello,
i use the database table purplemap of kamailio to mapping sip addresses with jabber uri, Now i want to use a dynamic mapping of uri sip such
alice@jabber.com mailto:alice@jabber.com becomes sip:alice-at-jabber@domain_sip
someone have an idea to do that?
--
BAHA Rachid Elève ingénieur en 3ème année à l'INPT, Rabat GSM:(+33) 0619787609
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hi rachid,
Take a look on the XMPP module which work like that. You have to filter the uris in the dialplan to the "purplegateway" with a pattern like sip:alice*jabber.com@purple.domain_sip. Then purple_send_message, transform the sip uri to alice@jabber.com
Regards, Eric.
2009/4/23 rachid baharachid@gmail.com
Hello,
i use the database table purplemap of kamailio to mapping sip addresses with jabber uri, Now i want to use a dynamic mapping of uri sip such
alice@jabber.com becomes sip:alice-at-jabber@domain_sip
someone have an idea to do that?
--
BAHA Rachid Elève ingénieur en 3ème année à l'INPT, Rabat GSM:(+33) 0619787609
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users