[Freeswitch-users] icall's carrier service returns 480 Temporarily Unavailable for outbound INVITE
mdale111 at verizon.net
mdale111 at verizon.net
Thu Sep 2 14:10:30 PDT 2010
I used what icall recommend for the gateway:
<include>
<gateway name="icall">
<!-- Replace these value with your iCall Carrier Services username and
password. -->
<!-- Even if you use an IP-based sub-account, FreeSWITCH needs these
values -->
<param name="username" value="cust_xxxxxxxxx" />
<param name="password" value="xxxxxxxxxxx" />
<param name="from-user" value="cust_xxxxxxxxx" />
<param name="proxy" value="sbc01-car.dal.us.icall.net" />
<param name="realm" value="sbc01-car.dal.us.icall.net" />
<!-- Set to "false" for IP-based accounts, or "true" for registration
based -->
<param name="register" value="true" />
</gateway>
<gateway name="icall_international">
<!-- Replace these value with your iCall Carrier Services username and
password. -->
<!-- Even if you use an IP-based sub-account, FreeSWITCH needs these
values -->
<param name="username" value="cust_xxxxxxxxx" />
<param name="password" value="xxxxxxxxxxxx" />
<param name="from-user" value="cust_xxxxxxxxx" />
<param name="proxy" value="gw01-car.dal.us.icall.net" />
<param name="realm" value="gw01-car.dal.us.icall.net" />
<!-- Set to "false" for IP-based accounts, or "true" for registration
based -->
<param name="register" value="true" />
</gateway>
</include>
----- Original Message -----
From: "Brian West" <brian at freeswitch.org>
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Sent: Thursday, September 02, 2010 3:55 PM
Subject: Re: [Freeswitch-users] icall's carrier service returns 480
Temporarily Unavailable for outbound INVITE
> could be that your xml for your gateway is wrong... can you post that?
>
> /b
>
> On Sep 2, 2010, at 2:39 PM, Mark Dale wrote:
>
>> I've tried using <param name="outbound-codec-prefs" value="PCMU, PCMA"/>
>> and
>> the INVITE offered only these two codecs, but I still got 480 Temporarily
>> Unavailable. So I just set it back to the default.
>>
>> I've since found that if I set the caller id number to 1234567, the call
>> always goes through . If I use anything else, the call fails.
>> Using 1234567, I then get this remote id in the INVITE header:
>> Remote-Party-ID: "username"
>> <sip:1234567 at sbc01-car.dal.us.icall.net:5060>;party=calling;screen=yes;privacy=off
>> instead of:
>> Remote-Party-ID:
>> "username"<sip:813995XXXX at sbc01-car.dal.us.icall.net:5060>;party=calling;screen=yes;privacy=off
>>
>> Am I formatting the caller id incorrectly?
>>
>> Thanks,
>>
>> Mark Dale
>
>
> _______________________________________________
> 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
>
More information about the FreeSWITCH-users
mailing list