Solved ! My own fault I'm afraid. After digging around in OCS debug logs it appears that OCS wanted the phone number, not the sip address. So the correct connection element is :
<contact><sip:[EMAIL PROTECTED]:ocs-med.itsco.com></contact> Thanks for the help ! -----Original Message----- From: Scott Lawrence [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 4:02 PM To: Pete Burgess Cc: [email protected] Subject: Re: [sipx-users] Spot of bother with external aliases On Fri, 2008-11-07 at 15:23 -0500, Pete Burgess wrote: > Sorry, apparently I can't type today. When I miss the word "not", it does > quite upset the context. > > Here's my SIP Invite. My alias file maps extension 271 to > [EMAIL PROTECTED] What I need to do is get that > "[EMAIL PROTECTED]" to map to [EMAIL PROTECTED] instead. Hopefully that > it explains it a lot better. What you want is to set the request uri to one thing and then also get a Route header added to the message so that it is sent to the right server: <item> <identity>[EMAIL PROTECTED]</identity> <contact><sip:[EMAIL PROTECTED]:ocs-med.itsco.com></contact> </item> _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
