Hi!

I've configured LDAP to read both users and extensions from LDAP server. However, I'm experiencing problems with state tracking. Previously when using static files, I was able to map extension number with channel state using:

[sip_phones]
....
exten => 100,hint,SIP/user
exten => user,hint,SIP/user
..
rest of the dialplan
...

Thus when someone called the user, hint SIP/user showed channel state as BUSY and I was able to use call limits etc. Now I've added this line to [sip_phones]:

switch => Realtime/@

My hints, and call limits as well, stopped working. I've tried to move hints to LDAP (which would be ideal situation for me), setting AstPriority to "hint" but I don't think they are event fetched. So the question is... I'm I doing something wrong or it's just impossible to use those two solutions (hints + LDAP) together?

PS. I'm using Asterisk 1.6.2 if it helps with anything.

--
Maciej Paszta
Mobile Systems Research Labs, Poznan University of Technology


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to