Member
Last active 14 years ago
FOP does not do sip at all. Look for asterisk misconfigurations or bugs. Maybe the callerid as set by FOP2 has a callerid that your endpoint does not like? (it uses the extension and button label as callerid for originations).
Best regards,
Well, I'm debugging at the moment.
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.)
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:
== 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>
Anyone who got FOP2 working on Ubuntu? :roll:
Not sure how or why, but there are some users running debian-etch version on ubuntu 8.04. Actually I know why, you need to install Raw::Compress:Zlib version 2.020... you can do that with:
#> perl -e shell -MCPAN #> install PMQS/Compress-Raw-Zlib-2.020.tar.gzThat should take care of the problem..
Best regards,
Installed Raw::Compress:Zlib version 2.020...
root@medion:/usr/local/fop2# ./fop2_server --test Attempt to reload Scalar/Util.pm aborted. Compilation failed in require at /usr/local/lib/perl/5.10.0/Compress/Zlib.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl/5.10.0/Compress/Zlib.pm line 9. Compilation failed in require at -e line 359. root@medion:/usr/local/fop2#
Ok, you will have to wait for ubuntu packages then... They will be available sometime next week.
When will Ubuntu packages be available?
(why isn't their a 'general' package, like in FOP ? )
Ok, you will have to wait for ubuntu packages then... They will be available sometime next week.
OK ;)
I'm testing Debian Lenny -i386 on Ubuntu 8.10
root@medion:/usr/local/fop2# /usr/local/fop2/fop2_server --test
Compress::Raw::Zlib object version 2.011 does not match bootstrap parameter 2.020 at /usr/local/lib/perl/5.10.0/Compress/Raw/Zlib.pm line 97.
Compilation failed in require at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12. :roll:
BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12.
Compilation failed in require at -e line 359. :roll:
root@medion:/usr/local/fop2#
Can I use :
fop2-001-i386-glibc2.3.6-debian-etch.tgz
for compiling in Ubuntu8.10 server edition?
Rgds
Henk