[asterisk-users] Coppercom and Asterisk

Mike Hammett asterisk-users at ics-il.net
Tue Mar 4 09:45:38 CST 2008


*bump*


----------
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com


----- Original Message ----- 
From: "Mike Hammett" <asterisk-users at ics-il.net>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<asterisk-users at lists.digium.com>
Sent: Thursday, February 21, 2008 11:55 AM
Subject: Re: [asterisk-users] Coppercom and Asterisk


>I put that in, but it appears that it is trying to contact the private IP
> address of their SIP server.  I have successfully registered to this 
> server
> from over the public Internet using an Innomedia ATA.
>
> [Feb 21 11:49:18] NOTICE[4608]: chan_sip.c:7364 sip_reg_timeout:    --
> Registration for '8159093010 at sip.essex1.com' timed out, trying again
> (Attempt #1)
> REGISTER 12 headers, 0 lines
> Reliably Transmitting (no NAT) to 10.1.3.2:5060:
> REGISTER sip:sip.essex1.com SIP/2.0
> Via: SIP/2.0/UDP 10.1.5.5:5060;branch=z9hG4bK5ddcc06a;rport
> From: <sip:8159093010 at sip.essex1.com>;tag=as58a684a6
> To: <sip:8159093010 at sip.essex1.com>
> Call-ID: 599754690fd65b203dd46cde32c30f41 at 127.0.0.1
> CSeq: 103 REGISTER
> User-Agent: Asterisk PBX
> Max-Forwards: 70
> Expires: 120
> Contact: <sip:s at 10.1.5.5>
> Event: registration
> Content-Length: 0
>
>
> ---
> Really destroying SIP dialog '599754690fd65b203dd46cde32c30f41 at 127.0.0.1'
> Method: REGISTER
> Retransmitting #1 (no NAT) to 10.1.3.2:5060:
> REGISTER sip:sip.essex1.com SIP/2.0
> Via: SIP/2.0/UDP 10.1.5.5:5060;branch=z9hG4bK5ddcc06a;rport
> From: <sip:8159093010 at sip.essex1.com>;tag=as58a684a6
> To: <sip:8159093010 at sip.essex1.com>
> Call-ID: 599754690fd65b203dd46cde32c30f41 at 127.0.0.1
> CSeq: 103 REGISTER
> User-Agent: Asterisk PBX
> Max-Forwards: 70
> Expires: 120
> Contact: <sip:s at 10.1.5.5>
> Event: registration
> Content-Length: 0
>
>
> ---
> Retransmitting #2 (no NAT) to 10.1.3.2:5060:
> REGISTER sip:sip.essex1.com SIP/2.0
> Via: SIP/2.0/UDP 10.1.5.5:5060;branch=z9hG4bK5ddcc06a;rport
> From: <sip:8159093010 at sip.essex1.com>;tag=as58a684a6
> To: <sip:8159093010 at sip.essex1.com>
> Call-ID: 599754690fd65b203dd46cde32c30f41 at 127.0.0.1
> CSeq: 103 REGISTER
> User-Agent: Asterisk PBX
> Max-Forwards: 70
> Expires: 120
> Contact: <sip:s at 10.1.5.5>
> Event: registration
> Content-Length: 0
>
>
> ---
> Retransmitting #3 (no NAT) to 10.1.3.2:5060:
> REGISTER sip:sip.essex1.com SIP/2.0
> Via: SIP/2.0/UDP 10.1.5.5:5060;branch=z9hG4bK5ddcc06a;rport
> From: <sip:8159093010 at sip.essex1.com>;tag=as58a684a6
> To: <sip:8159093010 at sip.essex1.com>
> Call-ID: 599754690fd65b203dd46cde32c30f41 at 127.0.0.1
> CSeq: 103 REGISTER
> User-Agent: Asterisk PBX
> Max-Forwards: 70
> Expires: 120
> Contact: <sip:s at 10.1.5.5>
> Event: registration
> Content-Length: 0
>
>
> ---
> Really destroying SIP dialog '7f073d9d47f6ffc10db15abc7f0f5223 at 127.0.0.1'
> Method: REGISTER
> Retransmitting #4 (no NAT) to 10.1.3.2:5060:
> REGISTER sip:sip.essex1.com SIP/2.0
> Via: SIP/2.0/UDP 10.1.5.5:5060;branch=z9hG4bK5ddcc06a;rport
> From: <sip:8159093010 at sip.essex1.com>;tag=as58a684a6
> To: <sip:8159093010 at sip.essex1.com>
> Call-ID: 599754690fd65b203dd46cde32c30f41 at 127.0.0.1
> CSeq: 103 REGISTER
> User-Agent: Asterisk PBX
> Max-Forwards: 70
> Expires: 120
> Contact: <sip:s at 10.1.5.5>
> Event: registration
> Content-Length: 0
>
>
> ---
> Aiur*CLI>
>
>
>
> ----------
> Mike Hammett
> Intelligent Computing Solutions
> http://www.ics-il.com
>
>
> ----- Original Message ----- 
> From: "Alex Balashov" <abalashov at evaristesys.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> <asterisk-users at lists.digium.com>
> Sent: Thursday, February 21, 2008 1:53 AM
> Subject: Re: [asterisk-users] Coppercom and Asterisk
>
>
>> In the [general] section, put:
>>
>> register => 8159093010:XXXX at sip.essex1.com
>>
>> Then add a SIP peer for the outbound proxy.  Something like:
>>
>> [essex1_outbound]
>>
>> fromdomain=proxy.essex1.com
>> host=proxy.essex1.com
>> port=5060
>> insecure=very
>> username=8159093010
>> secret=XXXXX
>> type=peer
>> qualify=no
>> canreinvite=no
>> dtmfmode=rfc2833
>> disallow=all
>> allow=ulaw
>>
>> The first one is needed for the registrations, and the second one is
>> needed to answer 407 proxy challenges.
>>
>> Mike Hammett wrote:
>>> My provider has a Coppercom switch.  I have included the authentication
>>> information they gave me.  How would I structure this in Asterisk to the
>>> registration and the entry in sip.conf?
>>>
>>> User Name - 8159093010
>>> Password - XXXXX
>>> No Pin
>>> Proxy - sip.essex1.com (10.1.3.2)
>>> Outbound Proxy - proxy.essex1.com (63.164.210.14)
>>> Change setting to use "outbound Proxy"
>>>
>>>
>>> ----------
>>> Mike Hammett
>>> Intelligent Computing Solutions
>>> http://www.ics-il.com
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>> -- 
>> Alex Balashov
>> Evariste Systems
>> Web    : http://www.evaristesys.com/
>> Tel    : (+1) (678) 954-0670
>> Direct : (+1) (678) 954-0671
>> Mobile : (+1) (706) 338-8599
>>
>> _______________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 




More information about the asterisk-users mailing list