Asterisk 13 PJSIP with FOP 2.30.06
I would like to know if it is possible to run fop2 latest version with asterisk 13 with pjsip ? I'm using a vanilla installation.
[SIP/100]
type=extension
extension=100
when I try to use pjsip it make the button disappear
[PJSIP/100]
type=extension
extension=100
[SIP/100]
type=extension
extension=100
when I try to use pjsip it make the button disappear
[PJSIP/100]
type=extension
extension=100
Comments
Also, if you use any kind of filtering group, you will have to adapt/change the channel there also.
Best regards,
But right not when I log in Fop2 they all show green even if the extension isn't connected.
Yes, I do see call activity when i make call. red for busy, green for not busy
service fop2 stop
cd /usr/local/fop2
script capture.log
./fop2_server -X 1
At this point FOP2 will start and you will see output with AMI events on the console. Then log to FOP2 with your browser and check sip status. Then fire up some soft phone and register to Asterisk, then unregister (that should fire some AMI events about the SIP device status). Then stop capturing and resume normal FOP2 by issuing these commands:
ctrl-C
exit
service fop2_start
You will then end up with a capture.log file that I can inspect for such registration events. You can send that file via email to nicolas at house dot com dot ar or post it here (although it might contain some information that you might want to not publish in a public forum).
Best regards,