Hi bluecc
The "Extension not found." means what it says. It seems that asterisk does not know the extension of the phone you want to place a call for. Are you sure the dialplan is right? Please check the extension you configured in the zimlets prefences dialog (srcPhone). Then recheck the zimlet global settings to match your dialplan. Especially the properties: astDialChannelType, srcPhonePrefix, astDialContext
The source channel used to dial for is built the following way:
Code:
${astDialChannelType}/${srcPhonePrefix}${srcPhone} Example:
Code:
<property name="astDialChannelType">SIP</property>
<property name="srcPhonePrefix">77</property>
<property name="astDialContext">internal</property>
srcPhone Property in zimlet's user config: 10
This means your voip phone you want to dial for needs to be configuerd in context
internal and its channel is
SIP/7710
Hope this helps