[Freeswitch-users] Using XLite/Softphone with Freeswitch

Michael De Lorenzo delorenzodesign at gmail.com
Wed Jun 2 11:55:37 PDT 2010


I'm trying to configure XLite as a softphone to use with our Freeswitch
installation.  It seems I can register successfully with FS, but if I try to
dial someone (not another Freeswitch user, I haven't tried another
Freeswitch user because I don't have any others and don't need that
functionality) I receive a busy signal and a 480 Temporarily Unavailable
response.

>From what I can tell in my SIP captures, the domain for the callee isn't
getting properly set.  I'm not sure where to set the domain (IP of my
gateway) so the call can be completed.  Note 0.0.0.0 is the IP address (I
removed the actual IP) of my Freeswitch gateway and 1.1.1.1 is the IP
address of the softphone/client.

What setting am I missing? The "To" variable should be
phonenumber at ip-of-my-gateway, the gateway I'm trying to use is the same one
that works fine for outbound calls executed from the Freeswitch console.

Can someone point me in the right direction?
---------------------------------------------------------------------------------------------------------------------------------------

freeswitch at myserver-fs-dev-2> recv 824 bytes from udp/[1.1.1.1]:5418 at
18:49:56.846935:
   ------------------------------------------------------------------------
   INVITE sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0> SIP/2.0
   Via: SIP/2.0/UDP 1.1.1.1:5418
;branch=z9hG4bK-d8754z-cb423158626fee66-1---d8754z-;rport
   Max-Forwards: 70
   Contact: <sip:9727289377 at 1.1.1.1:5423>
   To: "9735551234"<sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0>>
   From: "John Doe"<sip:9727289377 at 0.0.0.0 <sip%3A9727289377 at 0.0.0.0>
>;tag=e61b231e
   Call-ID: YTJmOGEzZjY2ZWE3ZDVlNTc2ODZkYmEyYjMzN2ViOTA.
   CSeq: 1 INVITE
   Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
SUBSCRIBE, INFO
   Content-Type: application/sdp
   User-Agent: X-Lite release 1104o stamp 56125
   Content-Length: 263

   v=0
   o=- 2 2 IN IP4 1.1.1.1
   s=CounterPath X-Lite 3.0
   c=IN IP4 1.1.1.1
   t=0 0
   m=audio 7912 RTP/AVP 107 0 8 101
   a=alt:1 1 : cyh417lX YyY5ABYF 10.100.95.226 5068
   a=fmtp:101 0-15
   a=rtpmap:107 BV32/16000
   a=rtpmap:101 telephone-event/8000
   a=sendrecv
   ------------------------------------------------------------------------
send 398 bytes to udp/[1.1.1.1]:5418 at 18:49:56.847674:
   ------------------------------------------------------------------------
   SIP/2.0 100 Trying
   Via: SIP/2.0/UDP 1.1.1.1:5418
;branch=z9hG4bK-d8754z-cb423158626fee66-1---d8754z-;rport=5418
   From: "John Doe"<sip:9727289377 at 0.0.0.0 <sip%3A9727289377 at 0.0.0.0>
>;tag=e61b231e
   To: "9735551234"<sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0>>
   Call-ID: YTJmOGEzZjY2ZWE3ZDVlNTc2ODZkYmEyYjMzN2ViOTA.
   CSeq: 1 INVITE
   User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-28484a1 2010-04-22 15:06:05
-0400
   Content-Length: 0

   ------------------------------------------------------------------------
2010-06-02 14:49:56.848100 [NOTICE] switch_channel.c:669 New Channel
sofia/internal/9727289377 at 0.0.0.0 [a38cc944-6e77-11df-afe3-f7ba0651215e]
2010-06-02 14:49:56.853307 [INFO] mod_dialplan_xml.c:418 Processing John
Doe->9735551234 in context public
2010-06-02 14:49:56.855781 [NOTICE] switch_core_state_machine.c:185
sofia/internal/9727289377 at 0.0.0.0 has executed the last dialplan
instruction, hanging up.
2010-06-02 14:49:56.855781 [NOTICE] switch_core_state_machine.c:187 Hangup
sofia/internal/9727289377 at 0.0.0.0 [CS_EXECUTE] [NORMAL_CLEARING]
send 902 bytes to udp/[1.1.1.1]:5418 at 18:49:56.862822:
   ------------------------------------------------------------------------
   SIP/2.0 480 Temporarily Unavailable
   Via: SIP/2.0/UDP 1.1.1.1:5418
;branch=z9hG4bK-d8754z-cb423158626fee66-1---d8754z-;rport=5418
   From: "John Doe"<sip:9727289377 at 0.0.0.0 <sip%3A9727289377 at 0.0.0.0>
>;tag=e61b231e
   To: "9735551234" <sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0>
>;tag=Z7SBNmNvryStm
   Call-ID: YTJmOGEzZjY2ZWE3ZDVlNTc2ODZkYmEyYjMzN2ViOTA.
   CSeq: 1 INVITE
   User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-28484a1 2010-04-22 15:06:05
-0400
   Accept: application/sdp
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,
REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: timer, precondition, path, replaces
   Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla,
include-session-description, presence.winfo, message-summary, refer
   Reason: Q.850;cause=16;text="NORMAL_CLEARING"
   Content-Length: 0
   Remote-Party-ID: "9735551234"
<sip:9735551234 at 0.0.0.0<sip%3A9735551234 at 0.0.0.0>
>;party=calling;privacy=off;screen=no

   ------------------------------------------------------------------------
recv 349 bytes from udp/[1.1.1.1]:5418 at 18:49:56.866344:
   ------------------------------------------------------------------------
   ACK sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0> SIP/2.0
   Via: SIP/2.0/UDP 1.1.1.1:5418
;branch=z9hG4bK-d8754z-cb423158626fee66-1---d8754z-;rport
   To: "9735551234" <sip:9735551234 at 0.0.0.0 <sip%3A9735551234 at 0.0.0.0>
>;tag=Z7SBNmNvryStm
   From: "John Doe"<sip:9727289377 at 0.0.0.0 <sip%3A9727289377 at 0.0.0.0>
>;tag=e61b231e
   Call-ID: YTJmOGEzZjY2ZWE3ZDVlNTc2ODZkYmEyYjMzN2ViOTA.
   CSeq: 1 ACK
   Content-Length: 0

   ------------------------------------------------------------------------
2010-06-02 14:49:56.890355 [NOTICE] switch_core_session.c:1183 Session 1
(sofia/internal/9727289377 at 0.0.0.0) Ended
2010-06-02 14:49:56.890355 [NOTICE] switch_core_session.c:1185 Close Channel
sofia/internal/9727289377 at 0.0.0.0 [CS_DESTROY]

---------------------------------------------------------------------------------------------------------------------------------------





On Wed, Jun 2, 2010 at 12:53 PM, <
freeswitch-users-request at lists.freeswitch.org> wrote:

> Send FreeSWITCH-users mailing list submissions to
>        freeswitch-users at lists.freeswitch.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> or, via email, send a message with subject or body 'help' to
>        freeswitch-users-request at lists.freeswitch.org
>
> You can reach the person managing the list at
>        freeswitch-users-owner at lists.freeswitch.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FreeSWITCH-users digest..."
>
> Today's Topics:
>
>   1. Help get freeswitch.com back (Anthony Minessale)
>   2. Re: Help get freeswitch.com back (Madovsky)
>   3. Re: Help get freeswitch.com back (Anthony Minessale)
>
>
> ---------- Forwarded message ----------
> From: Anthony Minessale <anthony.minessale at gmail.com>
> To: Freeswitch-users <freeswitch-users at lists.freeswitch.org>,
> freeswitch-dev at lists.freeswitch.org
> Date: Wed, 2 Jun 2010 10:57:27 -0500
> Subject: [Freeswitch-users] Help get freeswitch.com back
> Some squatter has had freeswitch.com for years and it's time we had it
> back.
>
> We need $1,300.00 for a single-party panel and $2,600.00 for a 3-party
> panel to resolve the dispute.
> They are using the domain to pose as a VoIP site (if you keep loading
> http://www.freeswitch.com/ you can see it in action)
>
> Don't let creeps like this misuse the internet! Use the paypal button on
> the site to donate to the cause.
>
> Everyone who donates will get their name up on our thank you page on our
> site.
> Put "freeswitch.com UDRP and your name as you would like to see it on the
> thank-you page" in the note on the paypal form.
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
>
> ---------- Forwarded message ----------
> From: "Madovsky" <infos at madovsky.org>
> To: <freeswitch-users at lists.freeswitch.org>
> Date: Wed, 2 Jun 2010 12:36:21 -0400
> Subject: Re: [Freeswitch-users] Help get freeswitch.com back
>  whois gives this :
>
> Domain: freeswitch.com
>
>   Date Registered: 11/14/06
>     Date Modified: 05/21/10
>       Expiry Date: 11/14/10
>              DNS1: ns1.above.com
>              DNS2: ns2.above.com
>
>   Registrant
>
>                    Freeswitch Quebec
>                    Domain Administrator
>                    Casier Postale 2490
>                    St-Niolcas, QC (CA)
>                    G7 A 4X5
>
>   Administrative Contact
>
>                    Freeswitch Quebec
>                    Domain Administrator
>                    Casier Postale 2490
>                    St-Niolcas, QC (CA)
>                    G7 A 4X5
>                    tddomainnames at gail.com
>                    +1.614-954-1905
>
>
>   Technical Contact
>
>                    Freeswitch Quebec
>                    Domain Administrator
>                    Casier Postale 2490
>                    St-Niolcas, QC (CA)
>                    G7 A 4X5
>                    tddomainnames at gail.com
>                    +1.614-954-1905
>
>
>         Registrar: Rebel.com
>
> I think it's not a legitimate company, unless if these guys are registered
> as company in Canada,
> but .COM is a US company priority, so it should not be too hard to resolve
> this situation.
> Maybe I can help you on this matter.
>
> Regards
>
>
> ----- Original Message -----
> *From:* Anthony Minessale <anthony.minessale at gmail.com>
> *To:* Freeswitch-users <freeswitch-users at lists.freeswitch.org> ;
> freeswitch-dev at lists.freeswitch.org
> *Sent:* Wednesday, June 02, 2010 11:57 AM
> *Subject:* [Freeswitch-users] Help get freeswitch.com back
>
> Some squatter has had freeswitch.com for years and it's time we had it
> back.
>
> We need $1,300.00 for a single-party panel and $2,600.00 for a 3-party
> panel to resolve the dispute.
> They are using the domain to pose as a VoIP site (if you keep loading
> http://www.freeswitch.com/ you can see it in action)
>
> Don't let creeps like this misuse the internet! Use the paypal button on
> the site to donate to the cause.
>
> Everyone who donates will get their name up on our thank you page on our
> site.
> Put "freeswitch.com UDRP and your name as you would like to see it on the
> thank-you page" in the note on the paypal form.
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
> ------------------------------
>
> _______________________________________________
> 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
>
>
>
> ---------- Forwarded message ----------
> From: Anthony Minessale <anthony.minessale at gmail.com>
> To: freeswitch-users at lists.freeswitch.org
> Date: Wed, 2 Jun 2010 11:53:00 -0500
> Subject: Re: [Freeswitch-users] Help get freeswitch.com back
> Sadly, we have followed up on that contact info and have determined that it
> is all fake.
>
>
> On Wed, Jun 2, 2010 at 11:36 AM, Madovsky <infos at madovsky.org> wrote:
>
>>  whois gives this :
>>
>> Domain: freeswitch.com
>>
>>   Date Registered: 11/14/06
>>     Date Modified: 05/21/10
>>       Expiry Date: 11/14/10
>>              DNS1: ns1.above.com
>>              DNS2: ns2.above.com
>>
>>   Registrant
>>
>>                    Freeswitch Quebec
>>                    Domain Administrator
>>                    Casier Postale 2490
>>                    St-Niolcas, QC (CA)
>>                    G7 A 4X5
>>
>>   Administrative Contact
>>
>>                    Freeswitch Quebec
>>                    Domain Administrator
>>                    Casier Postale 2490
>>                    St-Niolcas, QC (CA)
>>                    G7 A 4X5
>>                    tddomainnames at gail.com
>>                    +1.614-954-1905
>>
>>
>>   Technical Contact
>>
>>                    Freeswitch Quebec
>>                    Domain Administrator
>>                    Casier Postale 2490
>>                    St-Niolcas, QC (CA)
>>                    G7 A 4X5
>>                    tddomainnames at gail.com
>>                    +1.614-954-1905
>>
>>
>>         Registrar: Rebel.com
>>
>> I think it's not a legitimate company, unless if these guys are registered
>> as company in Canada,
>> but .COM is a US company priority, so it should not be too hard to resolve
>> this situation.
>> Maybe I can help you on this matter.
>>
>> Regards
>>
>>
>> ----- Original Message -----
>> *From:* Anthony Minessale <anthony.minessale at gmail.com>
>> *To:* Freeswitch-users <freeswitch-users at lists.freeswitch.org> ;
>> freeswitch-dev at lists.freeswitch.org
>> *Sent:* Wednesday, June 02, 2010 11:57 AM
>> *Subject:* [Freeswitch-users] Help get freeswitch.com back
>>
>> Some squatter has had freeswitch.com for years and it's time we had it
>> back.
>>
>> We need $1,300.00 for a single-party panel and $2,600.00 for a 3-party
>> panel to resolve the dispute.
>> They are using the domain to pose as a VoIP site (if you keep loading
>> http://www.freeswitch.com/ you can see it in action)
>>
>> Don't let creeps like this misuse the internet! Use the paypal button on
>> the site to donate to the cause.
>>
>> Everyone who donates will get their name up on our thank you page on our
>> site.
>> Put "freeswitch.com UDRP and your name as you would like to see it on the
>> thank-you page" in the note on the paypal form.
>>
>>
>>
>> --
>> Anthony Minessale II
>>
>> FreeSWITCH http://www.freeswitch.org/
>> ClueCon http://www.cluecon.com/
>> Twitter: http://twitter.com/FreeSWITCH_wire
>>
>> AIM: anthm
>> MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
>> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
>> IRC: irc.freenode.net #freeswitch
>>
>> FreeSWITCH Developer Conference
>> sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
>> googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
>> pstn:+19193869900
>>
>> ------------------------------
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100602/14c12a47/attachment-0001.html 


More information about the FreeSWITCH-users mailing list