[SOLVED]Got SIP response 486 'Busy Here' back from 192.168.X
I've installed FOP 2.11 for Debian Lenny.
Installation was ok.
I'm logged in with extension 1000 from 192.168.1.2
Then I mark another extension (let's say 1001) and a red square appears around the icon.
Then I click the dial button, and following happens:
This happens with every extension I'm trying to dial.
So the problem is: Got SIP response 486 "Busy Here" back from 192.168.1.2 (the extension I logged in with and which should ring first) :roll:
(p.s. When I call from extension 1001 (not using FOP2) to extension 1000, I don't get busy.
Asterisk CLI show):
Installation was ok.
I'm logged in with extension 1000 from 192.168.1.2
Then I mark another extension (let's say 1001) and a red square appears around the icon.
Then I click the dial button, and following happens:
== Using SIP RTP CoS mark 5
== Using SIP VRTP CoS mark 6
-- Got SIP response 486 "Busy Here" back from 192.168.1.2
> Channel SIP/1000-00000001 was never answered.
asterisk*CLI>
This happens with every extension I'm trying to dial.
So the problem is: Got SIP response 486 "Busy Here" back from 192.168.1.2 (the extension I logged in with and which should ring first) :roll:
(p.s. When I call from extension 1001 (not using FOP2) to extension 1000, I don't get busy.
Asterisk CLI show):
-- Called 1000
== Using SIP RTP CoS mark 5
== Using SIP VRTP CoS mark 6
-- Called 1001
-- SIP/1000-00000034 is ringing
-- Got SIP response 486 "Busy Here" back from 192.168.1.3 <-------extenension 1001 !!
-- SIP/1001-00000035 is busy
-- SIP/1000-00000034 answered SIP/1001-00000033
== Spawn extension (default, 1000, 7) exited non-zero on 'SIP/1001-00000033'
asterisk*CLI>
Comments
Best regards,
When I've found the answer, I'll post it here.
(b.t.w. When I logon as another extension (not 1000) then everything is ok.)
my extensions looks like this:
When I log into FOP2 with extension 1001, I can call extension 1000.
When I log into FOP2 with extension 1000, I can not call extension 1001, because I get:
1000 is a DECT phone connected to a Linksys SPA3000
1001 is a Nokia GSM E66 (with SIP enabled)
(p.s. calling extension 1001 from extension 1000 is no problem when I'm NOT using FOP2)
sip.conf
Or maybe it is not the callerid but some other header that is formatted by chan_sip in a way that your phone does not like.
The problem of getting "Got SIP response 486 "Busy Here" back from 192.168.1.2" was caused by a setting in the Linksys adapter.
In Linksys Phone Adapter Configuration I opened
Tab: User1
Selective Call Forward Settings -> Block last Caller: 1000
I removed the value 1000 and .........
@admin: Thanks for your assistance.