hi, totally new to freeswitch, but not to asterisk. just installed it, made samples but do not have 1000-1019 as extensions. so i thought i create:<br><include><br> <user id="1000" mailbox="1000"><br>
<params><br> <param name="password" value="1234"/><br> <param name="vm-password" value="1000"/><br> </params><br> <variables><br> <variable name="accountcode" value="1000"/><br>
<variable name="user_context" value="default"/><br> <variable name="effective_caller_id_name" value="Extension 1000"/><br> <variable name="effective_caller_id_number" value="1000"/><br>
</variables><br> </user><br></include><br> and save it as 1000.xml in the internal-sip folder. cli tells me now:<br>2009-08-29 09:43:55.858101 [WARNING] sofia_reg.c:1771 Can't find user [<a href="mailto:1000@192.168.1.4">1000@192.168.1.4</a>]<br>
You must define a domain called '192.168.1.4' in your directory and add a user with the id="1000" attribute<br>and you must configure your device to use the proper domain in it's authentication credentials.<br>
<br>what do i have to do now to get it <br>a) internally running<br>b) talk to an external cllient?<br><br><br>thx<br><br><br>