Re: [Flash Operator Panel] calls on ISDN ports keep ticking
Hi Bart, I do not know the state of the latest misdn ... but what you see are symptons of the channel driver. FOP matched on channel name for a call . A while I looked at some logs from someone, and misdn calls where generating a different channel name for the same call, so FOP saw 2 channels instead of one. So, the proper way to fix it would be to: 1) Make sure you are running FOP from svn or latest snapshot, because I did some changes to misdn 2) Try to use the latest version of your channel driver 3) Try to convince channel drivers developers to use a channel name by "asterisk conventions" if possible. If they create an intermediate channel to setup a call, they should try to destroy it somehow and reflect that in the manager.. Channel naming conventions are like "TECH/name-session".
Bart Coninckx wrote: Hi,
|