[Freeswitch-users] Trunk Issue

William Moore bmoore at statirasystems.com
Thu Jun 23 21:15:35 MSD 2011


Ok, I reregistered and called right away. I get the following:

   0.000000 66.227.100.20 ->  192.168.1.254 SIP/SDP Request: INVITE sip:17036526678 at 173.72.143.16:5080;transport=udp;gw=trunk_2, with session description
   0.000766 192.168.1.254 ->  66.227.100.20 SIP Status: 100 Trying
   0.002321 192.168.1.254 ->  66.227.100.20 SIP Status: 407 Proxy Authentication Required
   0.021120 66.227.100.20 ->  192.168.1.254 SIP Request: ACK sip:17036526678 at 173.72.143.16:5080;transport=udp;gw=trunk_2
   3.272168 192.168.1.254 ->  66.227.100.20 SIP Request: REGISTER sip:jnctn.net;transport=udp
   3.292076 66.227.100.20 ->  192.168.1.254 SIP Status: 200 OK    (1 bindings)

The call just states it is a none working number. That means something in my dial plan is incorrect. I am double checking it now.

William J. Moore
Statira Systems
611 Caroline St
Fredericksburg, VA
http://www.statirasystems.com


On 06/23/2011 12:58 PM, William Moore wrote:
> When I put it in and it reloads, blue.box removes it. Can I reference 
> the gateway in another sip interface file or does it have to be in 
> that one?
> William J. Moore
> Statira Systems
> 611 Caroline St
> Fredericksburg, VA
> http://www.statirasystems.com
>
> On 06/23/2011 12:52 PM, William Moore wrote:
>> correction: missed a line.
>>
>>   0.000000 66.227.100.20 -> 192.168.1.254 SIP/SDP Request: INVITE 
>> sip:17036526678 at 173.72.143.16:5080;transport=udp;gw=trunk_2, with 
>> session description
>>   0.000814 192.168.1.254 -> 66.227.100.20 SIP Status: 100 Trying
>>   0.002440 192.168.1.254 -> 66.227.100.20 SIP Status: 407 Proxy 
>> Authentication Required
>>   0.023173 66.227.100.20 -> 192.168.1.254 SIP Request: ACK 
>> sip:17036526678 at 173.72.143.16:5080;transport=udp;gw=trunk_2
>>
>> William J. Moore
>> Statira Systems
>> 611 Caroline St
>> Fredericksburg, VA
>> http://www.statirasystems.com
>>
>> On 06/23/2011 12:50 PM, William Moore wrote:
>>> I get this with wireshark
>>>
>>>  40.345679 192.168.1.254 -> 66.227.100.20 SIP Status: 100 Trying
>>>  40.347381 192.168.1.254 -> 66.227.100.20 SIP Status: 407 Proxy 
>>> Authentication Required
>>>  40.367906 66.227.100.20 -> 192.168.1.254 SIP Request: ACK 
>>> sip:17036526678 at 173.72.143.16:5080;transport=udp;gw=trunk_2
>>>
>>> I am looking for the expiration now..
>>> William J. Moore
>>> Statira Systems
>>> 611 Caroline St
>>> Fredericksburg, VA
>>> http://www.statirasystems.com
>>>
>>> On 06/23/2011 12:25 PM, David Ponzone wrote:
>>>> Take a sip trace on your box with tcpdump or preferably, tshark:
>>>> tshark port 5080
>>>>
>>>> You will then see if you receive it.
>>>>
>>>> In the config you sent, I don't see anything about register 
>>>> expiration, or NAT keepalive, so I would really recommend you add a 
>>>> ping every 30 seconds to your gateway config.
>>>>
>>>> If the issue is there, it's quite easy to see:
>>>> unregister the gateway
>>>> register it again
>>>> make an inbound call right away
>>>>
>>>> David Ponzone Direction Technique
>>>> email: david.ponzone at ipeva.fr <mailto:david.ponzone at ipeva.fr>
>>>> tel:      01 74 03 18 97
>>>> gsm:   06 66 98 76 34
>>>>
>>>> Service ClientIPeva
>>>> tel:      0811 46 26 26
>>>> www.ipeva.fr <BLOCKED::http://www.ipeva.fr/>  - 
>>>> www.ipeva-studio.com <BLOCKED::http://www.ipeva-studio.com/>
>>>>
>>>> /Ce message et toutes les pièces jointes sont confidentiels et 
>>>> établis à l'intention exclusive de ses destinataires. Toute 
>>>> utilisation ou diffusion non autorisée est interdite. Tout message 
>>>> électronique est susceptible d'altération. /*/IPeva/*/ décline 
>>>> toute responsabilité au titre de ce message s'il a été altéré, 
>>>> déformé ou falsifié. Si vous n'êtes pas destinataire de ce message, 
>>>> merci de le détruire immédiatement et d'avertir l'expéditeur./
>>>> /
>>>> /
>>>>
>>>>
>>>>
>>>> Le 23/06/2011 à 18:15, William Moore a écrit :
>>>>
>>>>> It was the 1 and it needs to be set for e.164(+1). Blue.box makes 
>>>>> it a little more difficult since it wants to manage the xmls. I 
>>>>> could have set it up as a separate config file however that 
>>>>> defeats the purpose of the GUI.
>>>>>
>>>>> I still have the issue of incoming calls not even showing up in 
>>>>> sofia. Junction Networks says it is going out, but my server is 
>>>>> not responding. I'm not sure if I have the settings for incoming 
>>>>> correct.
>>>>> William J. Moore
>>>>> Statira Systems
>>>>> 611 Caroline St
>>>>> Fredericksburg, VA
>>>>> http://www.statirasystems.com
>>>>>
>>>>> On 06/23/2011 04:21 AM, David Ponzone wrote:
>>>>>> William,
>>>>>>
>>>>>> If I believe the example configuraiton on Junction's web, they 
>>>>>> don't expect E164:
>>>>>>
>>>>>>     <extension name="junctionnetworks.com  <http://junctionnetworks.com/>>
>>>>>>      <condition field="destination_number" expression="^(1{0,1}\d{10})$">
>>>>>>        <action application="set"data="effective_caller_id_number=OUTBOUNDCALLERID"/>
>>>>>>        <action application="bridge" data="sofia/gateway/junctionnetworks.com/$1"/>
>>>>>>       </condition>
>>>>>>     </extension>
>>>>>> But, elsewhere in their knowledgebase, they say:
>>>>>>
>>>>>> *Numbering*
>>>>>> The standard e.164 numbering plan (ITU <http://www.itu.int/>) is 
>>>>>> used. North American numbers are required to be prefixed with a 
>>>>>> '1'. International numbers need to be prefixed with "011".
>>>>>>
>>>>>>
>>>>>> I think they are confused about what is E164....
>>>>>>
>>>>>> You should try to prefix with 1 as Michael recommended.
>>>>>>
>>>>>> David Ponzone Direction Technique
>>>>>> email: david.ponzone at ipeva.fr <mailto:david.ponzone at ipeva.fr>
>>>>>> tel:      01 74 03 18 97
>>>>>> gsm:   06 66 98 76 34
>>>>>>
>>>>>> Service ClientIPeva
>>>>>> tel:      0811 46 26 26
>>>>>> www.ipeva.fr <BLOCKED::http://www.ipeva.fr/>  - 
>>>>>> www.ipeva-studio.com <BLOCKED::http://www.ipeva-studio.com/>
>>>>>>
>>>>>> /Ce message et toutes les pièces jointes sont confidentiels et 
>>>>>> établis à l'intention exclusive de ses destinataires. Toute 
>>>>>> utilisation ou diffusion non autorisée est interdite. Tout 
>>>>>> message électronique est susceptible d'altération. 
>>>>>> /*/IPeva/*/ décline toute responsabilité au titre de ce message 
>>>>>> s'il a été altéré, déformé ou falsifié. Si vous n'êtes pas 
>>>>>> destinataire de ce message, merci de le détruire immédiatement et 
>>>>>> d'avertir l'expéditeur./
>>>>>> /
>>>>>> /
>>>>>>
>>>>>>
>>>>>>
>>>>>> Le 23/06/2011 à 08:19, Michael Collins a écrit :
>>>>>>
>>>>>>> Perhaps the gateway wants the leading 1 or expects e.164 format?
>>>>>>> -MC
>>>>>>>
>>>>>>> On Wed, Jun 22, 2011 at 5:37 PM, Brian West 
>>>>>>> <brian at freeswitch.org <mailto:brian at freeswitch.org>> wrote:
>>>>>>>
>>>>>>>     484 is address incomplete means you didn't send enough
>>>>>>>     digits to the gateway usually.
>>>>>>>
>>>>>>>     /b
>>>>>>>
>>>>>>>     On Jun 22, 2011, at 7:34 PM, Brad Mina wrote:
>>>>>>>
>>>>>>>>     Ah, thought it was recv not send. Good to know that an
>>>>>>>>     invalid gateway issue
>>>>>>>>     can cause this.
>>>>>>>>
>>>>>>>>     On Wed, Jun 22, 2011 at 5:31 PM, Michael Collins
>>>>>>>>     <msc at freeswitch.org <mailto:msc at freeswitch.org>> wrote:
>>>>>>>>
>>>>>>>>>     The 484 I believe is a result of the bad gateway. In any
>>>>>>>>>     case, the OP needs
>>>>>>>>>     to figure out what's up w/ that gw or no calls will be
>>>>>>>>>     going out...
>>>>>>>>>
>>>>>>>>>     -MC
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>     _______________________________________________
>>>>>>>     Join us at ClueCon 2011, Aug 9-11, Chicago
>>>>>>>     http://www.cluecon.com <http://www.cluecon.com/> 877-7-4ACLUE
>>>>>>>
>>>>>>>     FreeSWITCH-users mailing list
>>>>>>>     FreeSWITCH-users at lists.freeswitch.org
>>>>>>>     <mailto: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 <http://www.freeswitch.org/>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Join us at ClueCon 2011, Aug 9-11, Chicago
>>>>>>> http://www.cluecon.com <http://www.cluecon.com/> 877-7-4ACLUE
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org 
>>>>>>> <mailto: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
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Join us at ClueCon 2011, Aug 9-11, Chicago
>>>>>> http://www.cluecon.com  877-7-4ACLUE
>>>>>>
>>>>>> 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
>>>>> _______________________________________________
>>>>> Join us at ClueCon 2011, Aug 9-11, Chicago
>>>>> http://www.cluecon.com 877-7-4ACLUE
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org 
>>>>> <mailto: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
>>>>
>>>>
>>>> _______________________________________________
>>>> Join us at ClueCon 2011, Aug 9-11, Chicago
>>>> http://www.cluecon.com  877-7-4ACLUE
>>>>
>>>> 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
>
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> 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/20110623/005075f1/attachment-0001.html 


More information about the FreeSWITCH-users mailing list