framed-ip-pool not being overide by profile remote address

hi,
I’m using radius manager with mikrotik 6.28 on pppoe server. If i use ip pool on some user, mikrotik gives ip address from local ip pool rather than framed-ip-pool. I’d tested using radtest radius server is sending framed ip address correctly but ignored by mikrotik giving ip address from local ip pool.
Any help would be appreciated.
thanks

framed-ip-pool tells to the mikrotik which LOCAL ip pool to use, if not present, the profile ip pool is used instead.
you might be lookin for framed-ip-address field. Framed-ip-address should be assigned from a sql query in Radius itself.

Sorry, some confusion in my writeup earlier. framed-ip-pool was wrongly mentioned.
I’d given ip pool in radius server, radius server correctly selects the ip address from that pool and sends the ip in framed-ip-address to the mikrotik pppoe-server. Still pppoe-server gives the ip address from local pool used in profile.

I’ve never had an issue like that. When Mikrotik didn’t resolve framed attributes, it gave the assigned profile attributes or gave nothing.
It might be useful enabling system logging radius debug and see what Mikrotik receives.

/system logging add topics=radius action=memory

Something like this:
screenshot2015-07-31-09-39-30.jpg