On Fri, 2010-04-16 at 08:52 -0400, Lazy Burd wrote: > I'm looking into addressing this issue > http://track.sipfoundry.org/browse/XX-6893 > And I cannot figure out how the caller id in the caller-alias IMDB > gets to sipXbridge. > > My plan is to apply the caller id rules configured on the sip trunk > configuration (i.e. BridgeConfiguration) to this number and send that > out as P-Asserted-Identity and/or P-Preferred-Identity when those > settings are turned on.
The caller-alias IMBD is not applied by sipXbridge - it's applied by the sipXproxy CallerAlias plugin (sipXproxy/lib/authplugins/CallerAlias.cpp). Like all IMDB data, it is replicated through sipXsupervisor and accessed as shared memory by the proxy. So the call will arrive at sipXbridge with the DID in the From header - what you'll need to do is move that value to P-Preferred-Identity on the outside call (under control of some configuration). _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
