I was hoping to get X-Lite working as an extension.
Once that worked, I was going to see if VOIPo would work outbound.
I either don't have the 1001.xml being seen, or not sure what?
Code:
root@DockStar:/etc/freeswitch/directory/default# cat 1001.xml
<include>
<user id="1001">
<params>
<param name="password" value="4321"/>
<param name="vm-password" value="1001"/>
</params>
<variables>
<variable name="toll_allow" value="domestic,international,local"/>
<variable name="accountcode" value="1001"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1001"/>
<variable name="effective_caller_id_number" value="1001"/>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/>
<variable name="callgroup" value="techsupport"/>
</variables>
</user>
</include>
root@DockStar:/etc/freeswitch/directory/default#
It seems I should be able to point the X-Lite client at the Freeswitch IP
Maybe I'm missing a port number or something?
Most guides don't seem to require more.
http://www.linux-magazine.com/w3/iss...Freeswitch.pdf
Bookmarks