[Freeswitch-users] Getting started
Hristo Benev
foxb at abv.bg
Sat Dec 29 14:09:54 PST 2007
>-------- Оригинално писмо --------
>От: Brian West <brian.west at mac.com>
>Относно: Re: [Freeswitch-users] Getting started
>До: freeswitch-users at lists.freeswitch.org
>Изпратено на: Събота, 2007, Декември 29 21:52:10 EET
>----------------------------------
>
>So can you paste me the error you received exactly how it was on the
>console and show me your directory.xml
>
>/b
>
>
>On Dec 29, 2007, at 7:27 AM, Hristo Benev wrote:
>
>> Hi,
>>
>> I've successfully build and installed FreeSWITCH (from SVN) on
>> CentOS 5 Xen DomU, but having problems registering users to it. CLI
>> says there is no such user.
>> I've followed Wiki instructions and there is mentioned to edit
>> freeswitch.xml to add ip of the server ,but my xml file has
>> different layout and I'm little bit confused.
>>
>> Can somebody give me hints, please?
>>
>> Thank you,
>>
>> P.S. I'm advanced user of Linux and medium in VoIP (mostly *)
>>
>> _______________________________________________
>> Freeswitch-users mailing list
>> Freeswitch-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
>_______________________________________________
>Freeswitch-users mailing list
>Freeswitch-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
Sorry it seems to be from the softphone (ekiga)
Just for test I've downloaded Xten Lite and I was able to connect.
---------------------------------------------------------------------
2007-12-29 16:45:26 [DEBUG] sofia_reg.c:466 sofia_reg_handle_register() Requesting Registration from: [1000 at 10.123.0.101]
2007-12-29 16:45:26 [DEBUG] sofia_reg.c:521 sofia_reg_handle_register() Register:
From: [1000 at 10.123.0.101]
Contact: ["1000" <sip:1000 at 10.123.0.11:5060>]
Expires: [1800]
---------------------------------------------------------------------
Here is the output when I use ekiga
---------------------------------------------------------------------
2007-12-29 16:47:14 [DEBUG] sofia_reg.c:466 sofia_reg_handle_register() Requesting Registration from: [1000 at 10.123.0.101]
2007-12-29 16:47:35 [DEBUG] sofia_reg.c:466 sofia_reg_handle_register() Requesting Registration from: [1000 at 10.123.0.101]
2007-12-29 16:47:35 [ERR] sofia_reg.c:815 sofia_reg_parse_auth() Invalid Authorization header!
2007-12-29 16:47:35 [DEBUG] sofia_reg.c:453 sofia_reg_handle_register() send challange for [1000 at 10.123.0.101]
----------------------------------------------------------------------
Ekiga settings:
Account settings:
Registar: 10.123.0.101
User: 1000
Password: Default one
Authentication login: 1000
Realm/Domain: 10.123.0.101
Registration timeout: 3600
Sip Settings:
outbound proxy: 10.123.0.101
Forward URL: sip:
Xten Settings:
SIP proxy:
Display name: 1000
Username: 1000
Authorization user: 1000
Password: Default one
Realm/Domain: 10.123.0.101
SIP proxy: 10.123.0.101
Out bound proxy: 10.123.0.101
Here is my directory.xml
-----------------------------------------------------------------------------------------
<include>
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
<params>
<param name="dial-string" value="{transfer_fallback_extension=${dialed_user}}sofia/${dialed_domain}/${dialed_user}"/>
</params>
<variables>
<variable name="record_stereo" value="true"/>
</variables>
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
</domain>
</include>
-----------------------------------------------------------------------------------------
Actually I did not touch anything from configuration.
Where I can find configuration tutorial?
Will it be possible to run FreeSwitch in virtual machine (Virtuozo)?
The problem is that I cannot load any kernel modules and that's why * is not an option.
http://www.trixswitch.org/ is not available for me -> maybe temporary, but does somebody know if it will come back?
Thank you
More information about the FreeSWITCH-users
mailing list