| Author |
Message |
charelke
Joined: Sep 01, 2005
Posts: 4
Location: sheffield
Status: Offline
|
| Posted:
Sep 06, 2005 - 05:34 PM |
|
|
Hi Dean and others,
I have been running my own * server for some time now.
But with the best will of the world. I cannot register via sip.conf.
I have tried both realms voipuser.org and sip.voipuser.org, neither of them works as they both respond that I am using the incorrect password.
I never managed to get any outgoing test call going. The call forwarding and DID i setup work fine.
Please Dean could you PM me with the logon credentials I am supposed to use?
I am sure my sip.conf and extensions.conf files are right and all the rest of registration ie. fwd trough my * server work fine but not yours ???? Is this a stable service or am I supposed to think this service goes up and down like a yoyo?
Please advise,
Charlie
<snip>No self-promo please as per last edit. Thanks</snip>
sip.conf extract:
register => charelke:password@sip.voipuser.org/08449864414
[voipuser]
type=peer
context=default
username=charelke
secret=password
host=sip.voipuser.org
fromuser=charelke
insecure=very
qualify=no
canreinvite=no
is this supposed to get me registred via asterisk as it is not! Answer authentication failed due to wrong password ... ?
But I allready reset all of them at least twice.
Even tried origanl password no avail. |
Last edited by charelke on Sep 06, 2005 - 05:41 PM; edited 1 time in total |
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7121
Location: London
Status: Offline
|
| Posted:
Sep 06, 2005 - 05:38 PM |
|
Hi Charlie,
Sounds like an asterisk config issue to me - I'll move your post into the asterisk forum where you'll get a lot more asterisk related help.
You should post your actual config - that will go a long way to getting the issue resolved.
| Quote: | | Is this a stable service or am I supposed to think this service goes up and down like a yoyo? |
Up and down like a yoyo last few days due to server move and re-config. See the service status forum for info.
Dean |
|
|
|
 |
charelke
Joined: Sep 01, 2005
Posts: 4
Location: sheffield
Status: Offline
|
| Posted:
Sep 06, 2005 - 05:43 PM |
|
|
Hi dean,
Was still editing the previous post.
Any chance of checking the server you can ring me on iax 3035 [!at] gonzo.osstyn.com (replace the [!at] with a @)
Thansk in advance.
Charlie |
|
|
|
 |
pof
Joined: Jun 20, 2005
Posts: 3
Status: Offline
|
| Posted:
Sep 14, 2005 - 04:06 AM |
|
I am having exactly the same problem, turning sip debug gives a clue (it may possibly be related to being behind a NAT).
This is my sip debug:
| Code: |
Sip read:
SIP/2.0 403 UA behind NAT not accepted here
Via: SIP/2.0/UDP 192.168.1.1:5060;branch=z9hG4bK34efb28d;rport=5060;received=62.57.5.114
From: "Pau" <sip:pof@sip.voipuser.org>;tag=as5f06db38
To: <sip:0008449863246@sip.voipuser.org>;tag=81314778af27168fa4cf0efeebb8801c.b309
Call-ID: 0465a2c447f2eeaf4bf7703570ad2c8b [!at] sip.voipuser.org (replace the [!at] with a @)
CSeq: 102 INVITE
P-Behind-NAT: source
Server: OpenSer (0.9.5 (i386/linux))
Content-Length: 0
Warning: 392 83.143.18.16:5060 "Noisy feedback tells: pid=16268 req_src_ip=62.57.5.114 req_src_port=5060 in_uri=sip:08449863246@sip.voipuser.org out_uri=sip:08449863246@sip.voipuser.org via_cnt==1"
|
And then I get the "wrong password" message:
| Code: |
(NAT) to 83.143.18.16:5060
Sep 14 04:38:51 WARNING[18399]: chan_sip.c:6864 handle_response: Forbidden - wrong password on authentication for INVITE to '"Pau" <sip:pof@sip.voipuser.org>;tag=as5f06db38'
-- SIP/voipuser-pof-4e37 is circuit-busy
|
|
|
|
|
 |
ianplain
Site Admin
Joined: Jul 05, 2004
Posts: 2909
Location: Bath UK
Status: Offline
|
| Posted:
Sep 14, 2005 - 09:01 AM |
|
|
Hi Pof
Do you have your ports forwarded?
Also what does the General and voipuser section of the sip.conf and the dialstring in th eextensions.conf look like?
And finally for now what do you get with a sip show peers and a sip show registry ?
Sorry its only questions at this point, But without seeing what you have setup its impossible to say whats wrong.
Ian |
|
|
|
 |
pof
Joined: Jun 20, 2005
Posts: 3
Status: Offline
|
| Posted:
Sep 14, 2005 - 10:34 AM |
|
Hello Ian, thanks for your prompt response
| ianplain : |
Do you have your ports forwarded?
|
I have forwared UDP ports 4569, 5060, and all the UDP port range from 10000 to 20000.
| ianplain : |
Also what does the General and voipuser section of the sip.conf and the dialstring in th eextensions.conf look like?
|
sip.conf:
| Code: |
[general]
context=default
port=5060
bindaddr=0.0.0.0
srvlookup=yes
tos=lowdelay
allow=ulaw
allow=ilbc
allow=gsm
relaxdtmf=yes
externip=pof.eslack.org
localnet=192.168.1.0/255.255.255.0
register => pof:xxxx@sip.voipuser.org/448449862541
[voipuser-pof]
type=friend
context=incoming_voipuser-pof
username=pof
secret=xxxx
host=sip.voipuser.org
fromuser=pof
fromdomain=sip.voipuser.org
insecure=very
qualify=no
nat=yes
|
extensions.conf:
| Code: |
[outgoing_voipuser-pof]
exten => _058.,1,Playback(pof-voipuser)
exten => _058.,2,Dial(SIP/${EXTEN:3}@voipuser-pof,60)
exten => _058.,3,Hangup
|
| ianplain : |
And finally for now what do you get with a sip show peers and a sip show registry ?
|
*CLI> sip show peers
| Code: |
Name/username Host Dyn Nat ACL Mask Port Status
voipuser-pof/po 83.143.18.16 N 255.255.255.255 5060 Unmonitored
|
*CLI> sip show registry
| Code: |
Host Username Refresh State
|
I hope you now have enough information to be able to help us with this issue. If there's anything else I can try or change just let me know. |
|
|
|
 |
tjardick
Site Admin
Joined: Dec 12, 2003
Posts: 943
Status: Offline
|
| Posted:
Sep 14, 2005 - 10:51 AM |
|
|
There currently is a known issue with the password synch/reset so if you have reset your password please try your old sip password. i'm working on it though but might take a bit.
Tj |
|
|
|
 |
pof
Joined: Jun 20, 2005
Posts: 3
Status: Offline
|
| Posted:
Sep 14, 2005 - 11:18 AM |
|
|
Thanks TJ, I actually reseted my password yesterday because I wasn't able to login. And I have tried several times using both the old and the new password with no success.
I think it just stopped working some day, because I remember I was able to call some months ago. I have checked my CDR and the last successfull call I did wiht VoipUser was on July 17th.
I am not really sure, but I think I have not changed any configuration parameter since then. |
|
|
|
 |
|