How can I make contacts and smart BLF for an application.
Here's what I did.
configuration file:
<smart_blf>
<blf_items>
<blf_item location="main" index="3" paging="0" app_id="Annuaire"/>
</blf_items>
</smart_blf>
contact file:
<phonebooks>
<contacts group_name="Default" editable="0">
<contact first_name="User Test1" last_name="" subscribe_to="sip:112@172.16.22.10" >
<numbers>
<number dial="112" label="Extension" primary="1" />
</numbers>
</contact>
<contact first_name="User Test2" last_name="" subscribe_to="sip:116@172.16.22.10" >
<numbers>
<number dial="116" label="Extension" primary="1" />
</numbers>
</contact>
</contacts>
</phonebooks>
When i add conf for smart blf in file configuration , buttons contacts does not work and if i remove smart blf it work egain.
Do you have an idea to solve this problem.