This is probably a simple and stupid question, but I’ve been trying to figure it out for a couple of days now, and I must be overlooking something.
The installation is very basic on three different sites. The asterisk serveres are all different, but the phones are the same. FOP is installed on every site, and the dialplan is very similar.
When I try to drag and drop from FOP, either to originate, or to transfer a call, the call gets dropped. If its a originate, the first called party gets the ringing, answers the phone, and the call drops. The asterisk CLI does not show anything, no confirmation and no error message, but this “Channel SIP/263-2ca8 was answered.” when an originate command is sent.
The dialplan is working, and is to extensive to post here. The strange thing is, I’ve just discovered the problem installing asterisk and FOP at a new site. My two other sites where working perfectly when they where installed(FOP not in use daily).
Any help would be much apriciated. I’ll see what I can do to narrow down the extensions.conf config.
Here is my context from which both the button, and the phone is using:
[code][fra_kontor]
include => lokaletelefoner ;local phones
include => eksternetelefoner ;external line
exten => s,1,NoOp(“FlashOP”) ;this is the line fop transfer starts at
exten => *49,1,VoiceMailMain(s650)
exten => i,1,Answer
exten => i,n,Playback(pbx-invalid)
exten => t,1,Answer
exten => t,n,Playback(pbx-invalid)
Yes. Reading throuh the mailinglist archive it seems like I’m not the first one with the exact same symptoms. Nicolas then suggested to try the latest(snapshot) to fix the problem(in the mailinglist).
That did’nt work for me. I had to go back to version 1.25.
I’ll notify him with my solution, and probably link to this thread for later reference.