Un identified SIP registration to Voip Provider .
Posted: Sun Mar 27, 2016 9:48 pm
Good Day,
I would like to ask what may cause multiple registratios from asterisk to our voip provider , as per voip support , they are seeing multiple registrations from our server's IP , where when I checked I only have 1 carrier configuration to their server. And the other registrations are being show un CLI with random number user id's or 0000000 like this line. I'm chasing my voip provider as SIP registration to their server usualy disconnects and time's out re trying . It will take like 2min - 5min before it can register again and it's affecting the calls. This problem only happens on that single provider. I dont have any problems on other carriers that are being used in the same server
Acount Entry
Dial Pattern
I would like to ask what may cause multiple registratios from asterisk to our voip provider , as per voip support , they are seeing multiple registrations from our server's IP , where when I checked I only have 1 carrier configuration to their server. And the other registrations are being show un CLI with random number user id's or 0000000 like this line. I'm chasing my voip provider as SIP registration to their server usualy disconnects and time's out re trying . It will take like 2min - 5min before it can register again and it's affecting the calls. This problem only happens on that single provider. I dont have any problems on other carriers that are being used in the same server
- Code: Select all
"F=sip:0000000000@sip.bluepackets.com.au"
Acount Entry
- Code: Select all
[BPSIP]
username=xxxxxxxxx
type=friend
secret=xxxxxxxxx
qualify=yes
insecure=port,invite
host=sip.bluepackets.com.au
fromdomain=sip.bluepackets.com.au
disallow=all
allow=alaw
allow=ulaw
Dial Pattern
- Code: Select all
exten => _3XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _3XXXXXXXXX,2,Dial(SIP/BPSIP/0${EXTEN:1},,tTor)
exten => _3XXXXXXXXX,3,Hangup
exten => _3XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _3XXXXXXXXXX,2,Dial(SIP/BPSIP/${EXTEN:1},,tTor)
exten => _3XXXXXXXXXX,3,Hangup