Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


icepicknz

309 posts

Ultimate Geek
+1 received by user: 5

Trusted

#20317 20-Mar-2008 17:19
Send private message

Ok, so when I transferred my phone number to VFX they gave me a temp 09950 one, it would appear I've been assigned new auth user and secret and phone number to what I shoud have had, probably becuase the port is now complete.

Seems I can make calls just not receive:

My VFX was not working today, so I took a look and it would appear my
user/pass has change and phone number to login with, so I made the
substitutions thinking it would work.

I'm able to now make outbound calls but not able to receive, I didnt do
anything different to how it was before, a debug of the SIP protocol
doesnt show the call hitting our network.

voip*CLI> sip show registry
Host Username Refresh State
as.wxcnz.net:5060 94409877 165 Registered

voip*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
vfx/xxx 58.28.20.150 5060 OK (14 ms)

sip.conf:
register =>
94409877:xxx:xxx@as.wxcnz.net/94409877

[vfx]
type=peer
fromdomain=as.wxcnz.net
fromuser=94409877
host=as.wxcnz.net
insecure=invite,port
canreinvite=no
nat=no
secret=xxx
username=xxx
disallow=all
allow=g729
allow=ulaw
allow=alaw
qualify=yes
context=home

Could you have your techs see if anything had been missed on your end please.

Thanks
Barry Murphy





Barry Murphy
ISPMap - New Zealand ISP map
Vibe Communications LTD - Business ISP and Wholesale Carrier



Any comments made by myself don't reflect the views of my employer, they are mine and mine alone

Create new topic
maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #117799 20-Mar-2008 17:54
Send private message

If this was a number port then maybe Telecom have not completed the move yet, will take a look and see though




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications



icepicknz

309 posts

Ultimate Geek
+1 received by user: 5

Trusted

  #117801 20-Mar-2008 18:04
Send private message

Thanks for that. Makes me wonder why the 09950XXXX number/user/pass was removed so soon then.
Appears to be ported right as if I turn on voice messaging in vfx it goes to voicemail, however I think there may still be something wrong on xnet's side pointing it to asterisk?

Many thanks
baz




Barry Murphy
ISPMap - New Zealand ISP map
Vibe Communications LTD - Business ISP and Wholesale Carrier



Any comments made by myself don't reflect the views of my employer, they are mine and mine alone

maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #117804 20-Mar-2008 18:10
Send private message

everything ported correctly, you have a small config issue on your box

REGISTER sip:as.wxcnz.net SIP/2.0
Via: SIP/2.0/UDP 60.xxx.xxx.5:5060;branch=z9hG4bK442250df;rport
From: ;tag=as7114540e
To:
Call-ID: 2b2a263d179edf6e7fed06d505ac9a27@60.xxx.xxx.5
CSeq: 103 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Expires: 1800
Contact: 995xxxx06@60.xxx.xxx.5> you are still sending the old number in yor contact address, here lies your problem
Event: registration
Content-Length: 0




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications



icepicknz

309 posts

Ultimate Geek
+1 received by user: 5

Trusted

  #117809 20-Mar-2008 18:22
Send private message

I don't see how:

voip:/etc/asterisk# grep 995 ./*
./extensions.conf:exten => 99503906,1,Dial(SIP/1020&SIP/1021&SIP/1022&SIP/1023,120)
./extensions.conf:exten => 99503906,2,Hangup
voip:/etc/asterisk# grep 995 ./*/*

I've added the 9440 to the extensions.conf too.

Baz  




Barry Murphy
ISPMap - New Zealand ISP map
Vibe Communications LTD - Business ISP and Wholesale Carrier



Any comments made by myself don't reflect the views of my employer, they are mine and mine alone

icepicknz

309 posts

Ultimate Geek
+1 received by user: 5

Trusted

  #117810 20-Mar-2008 18:35
Send private message

and just to confirm with debug turned on

Mar 20 17:30:30 NOTICE[5765]: chan_sip.c:5460 sip_reregister:    -- Re-registration for  94409877@as.wxcnz.net
REGISTER 12 headers, 0 lines
Reliably Transmitting (no NAT) to 58.28.20.150:5060:
REGISTER sip:as.wxcnz.net SIP/2.0
Via: SIP/2.0/UDP 60.234.68.5:5060;branch=z9hG4bK4f4de7f8;rport
From: <sip:94409877@as.wxcnz.net>;tag=as5e3fb5af
To: <sip:94409877@as.wxcnz.net>
Call-ID: 7019d2ca063afd1e07878a495549c010@60.234.68.5
CSeq: 102 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Expires: 1800
Contact: <sip:94409877@60.234.68.5>
Event: registration
Content-Length: 0


---
voip*CLI>
<-- SIP read from 58.28.20.150:5060:
SIP/2.0 200 OK
From: <sip:94409877@as.wxcnz.net>;tag=as5e3fb5af
To: <sip:94409877@as.wxcnz.net>
Call-ID: 7019d2ca063afd1e07878a495549c010@60.234.68.5
CSeq: 102 REGISTER
Via: SIP/2.0/UDP 60.234.68.5:5060;rport=5060;branch=z9hG4bK4f4de7f8
Expires: 180
Contact: <sip:94409877@60.234.68.5>;expires=180;q=0.5
Content-Length: 0




Barry Murphy
ISPMap - New Zealand ISP map
Vibe Communications LTD - Business ISP and Wholesale Carrier



Any comments made by myself don't reflect the views of my employer, they are mine and mine alone

maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #117814 20-Mar-2008 18:45
Send private message

Hi Barry

your first registration as it was was incorrect and has set the contact field incorrectly , your subsequent ones are looking correct, but the original registartion stands, as the the contact field does not get updated via a proxy, the ones you have posted now are correct but I will need to clear the bad registration ...

Update...Made a call to your Box all working correctly now, so nothing wrong with your setup just  you intially send bad information in the registration message Wink




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

 
 
 
 

Shop now for Dyson appliances (affiliate link).
icepicknz

309 posts

Ultimate Geek
+1 received by user: 5

Trusted

  #117815 20-Mar-2008 18:54
Send private message

thanks, all working now :)




Barry Murphy
ISPMap - New Zealand ISP map
Vibe Communications LTD - Business ISP and Wholesale Carrier



Any comments made by myself don't reflect the views of my employer, they are mine and mine alone

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.