Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: Teviot on December 31, 2012, 02:54:51 AM

Title: VOIPFONE.CO.UK registration problems --- Please help
Post by: Teviot on December 31, 2012, 02:54:51 AM
Hi All

I have had a Voipfone account for many years now (4 yrs I think). I have in the past had a few issues with my PBX registering with Voipfone but have manager to get it to register (Not sure what it was that I did at the time)

I am now having the same issue again and can't get it to work. Voipfone at the time of writting this message was closed so unable to get them to help me at this time.

my settings are as follows



Registration String
-----------------

"userid":"password"@sip.voipfone.net/"userid"



Peer Tab
--------

type=peer
authuser="userid"
username="userid"
fromuser="userid"
secret="password"
host=sip.voipfone.net
qualify=4000
canreinvite=no
insecure=port,invite
disallow=all
allow=alaw
allow=ulaw



User Tab
---------

Nothing in here.


Can someone please point out to me what I have done wrong/left out

Thanks in advance





Have modified the config and change to the old sip server and now I getting
Code: [Select]
saint*CLI>
[Dec 31 19:56:06] WARNING[3529]: chan_sip.c:13889 check_auth: username mismatch, have <peer6537>, digest has <3xxxxxxx>
[Dec 31 19:56:06] NOTICE[3529]: chan_sip.c:21873 handle_request_invite: Failed to authenticate device "0061418xxxxxx" <sip:0061418xxxxxx@195.189.173.17>;tag=VF65fa734cd36c3768901b73
[Dec 31 19:56:06] WARNING[3529]: chan_sip.c:13889 check_auth: username mismatch, have <peer6537>, digest has <3xxxxxxx>
[Dec 31 19:56:06] NOTICE[3529]: chan_sip.c:21873 handle_request_invite: Failed to authenticate device "0061418xxxxxx" <sip:0061418xxxxxx@195.189.173.17>;tag=VF65fa734cd36c3768901b73
saint*CLI>
Title: Re: VOIPFONE.CO.UK registration problems --- Please help
Post by: SARK devs on January 06, 2013, 09:33:13 PM
the error message suggests that it wants a peername of 3xxxxx (whatever you have in there) so I would start by changing the peername to that value and running the call again.

There is also a very high chance that you will need to create a DDI with the value 0061418xxxxxx (again, whatever you have there) to route your call.

kind Regards

S



Title: Re: VOIPFONE.CO.UK registration problems --- Please help
Post by: Teviot on January 07, 2013, 07:17:57 PM
S

Changing th peername to 3xxxxx worked

thank you