Help with sip.conf and Majic Jack

magicJack Tips and Tricks

Moderators: Bill Smith, Pilot

Post Reply
pgr3002
MagicJack Newbie
Posts: 1
Joined: Sat Apr 24, 2010 9:04 pm

Help with sip.conf and Majic Jack

Post by pgr3002 »

Hi All,

Having trouble with sip.conf. My registration is failing.

Code: Select all

[general]

allow=all
nat=yes
useragent=MagicJack/1.92.530e (SJ Labs)
register => [email protected]:YYYYYYYYYYYYY:E646300XXXX01@VoIPProvider

[100]
type=friend
username=100
secret=cisco123
host=dynamic
context=users
nat=no

[101]
type=friend
username=101
secret=cisco123
host=dynamic
context=users
nat=no

[VoIPProvider]
context=users
auth=md5
username=E646300XXXX01
fromuser=E646300XXXX01
type=friend
secret=YYYYYYYYYYYYY
port=5070
nat=yes
insecure=very
;host=proxy01.newyork.talk4free.com
host=216.234.64.8
useragent=MagicJack/1.92.530e (SJ Labs)


Guys, if you have working sip.conf. Please post it!


some sip debug output...

Code: Select all

Retransmitting #6 (NAT) to 216.234.64.8:5060:
REGISTER sip:talk4free.com SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:65004;branch=z9hG4bK346bdaa0;rport
Max-Forwards: 70
From: <sip:[email protected]>;tag=as331c6ea0
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 REGISTER
User-Agent: MagicJack/1.92.530e (SJ Labs)
Expires: 120
Contact: <sip:[email protected]:65004>
Content-Length: 0
Thank you![/code]
Post Reply