03-05-2014 01:04 PM - edited 03-17-2019 04:00 PM
Hi There,
I have tried to enable SIP URI dialing, unfortunately with no success yet. Here you can see what I have done, maybe one of you can tell me what is missing:
We have 9.1.2.11900-12 Call Manager, 9.1.1.10000-8 IM and Presence server and 9.6/9.7 Jabber clients.
Is there anything I missed or misconfigured?
Thank you,
Laci
Solved! Go to Solution.
04-15-2014 02:44 PM
Hi Laci,
if you put DirectoryURI in the directory section uri dialing becomes unavailable in the client.
From the documentention I got that it belongs to policies. But if I put it there my click to call URI is still the e-mail address and not msRTCSIP-PrimaryUserAddress. So I will do some research here.
One thing I found is the topic contact resolution. If I signed in to jabber my name was not displayed. Instead it was my msRTCSIP-PrimaryUserAddress.
To fix this you need to add this to jabber-config.xml.
<UseSIPURIToResolveContacts>true</UseSIPURIToResolveContacts>
<SipUri>msRTCSIP-PrimaryUserAddress</SipUri>
<UriPrefix>sip:</UriPrefix>
Regards,
Paul
04-15-2014 02:44 PM
Hi Laci,
if you put DirectoryURI in the directory section uri dialing becomes unavailable in the client.
From the documentention I got that it belongs to policies. But if I put it there my click to call URI is still the e-mail address and not msRTCSIP-PrimaryUserAddress. So I will do some research here.
One thing I found is the topic contact resolution. If I signed in to jabber my name was not displayed. Instead it was my msRTCSIP-PrimaryUserAddress.
To fix this you need to add this to jabber-config.xml.
<UseSIPURIToResolveContacts>true</UseSIPURIToResolveContacts>
<SipUri>msRTCSIP-PrimaryUserAddress</SipUri>
<UriPrefix>sip:</UriPrefix>
Regards,
Paul
04-18-2014 03:33 AM
Thank you Paul, I'll try to modify the jabber-config.xml
Cheers, Laci
04-24-2014 12:00 PM
Hi Paul,
Finaly I have modified the configuration with mail attribute (instead of msrtcsip-primaryuseraddress) and it worked.
You were right regarding the policies section :-)
Thanks, Laci
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide