I got this problem in FreeRDP 1.0.1 release, too. After receiving the
SET_CHANNEL_PARAMS
message, it received a RIMCALL_RELEASE message, and the tsmf channel closed.

The log shows:
$ xfreerdp -u ****** -p ****** -f --plugin drdynvc --data tsmf --
192.168.2.190:3389
loading plugin drdynvc
connected to 192.168.2.190:3389
DBG_DVC drdynvc_process_connect (321): connecting
DBG_DVC dvcman_register_plugin (143): num_plugins 0
DBG_DVC tsmf_plugin_initialize (378):
DBG_DVC dvcman_create_listener (98): 0.TSMF.
DBG_DVC drdynvc_process_receive (290): Cmd=0x5
DBG_DVC drdynvc_process_capability_request (158): Sp=0 cbChId=0
DBG_DVC drdynvc_process_receive (290): Cmd=0x1
DBG_DVC drdynvc_process_create_request (208): ChannelId=0 ChannelName=PNPDR
DBG_DVC dvcman_create_channel (304): dvcman->num_listeners:1

DBG_DVC dvcman_create_channel (306): listener->channel_name:TSMF,
ChannelName:PNPDR

DBG_DVC drdynvc_process_create_request (224): no listener
DBG_DVC drdynvc_process_receive (290): Cmd=0x1
DBG_DVC drdynvc_process_create_request (208): ChannelId=0 ChannelName=TSMF
DBG_DVC dvcman_create_channel (304): dvcman->num_listeners:1

DBG_DVC dvcman_create_channel (306): listener->channel_name:TSMF,
ChannelName:TSMF

DBG_DVC tsmf_on_new_channel_connection (361):
DBG_DVC dvcman_create_channel (323): listener TSMF created new channel 0
DBG_DVC drdynvc_process_create_request (219): channel created
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=0

DBG_DVC tsmf_on_data_received (139): cbSize=16 InterfaceId=0x2
MessageId=0x0 FunctionId=0x100
DBG_DVC tsmf_ifman_rim_exchange_capability_request (39): server
CapabilityValue 1
DBG_DVC tsmf_on_data_received (316): response size 16
DBG_DVC drdynvc_write_data (83): ChannelId=0 size=16
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=0

DBG_DVC tsmf_on_data_received (139): cbSize=12 InterfaceId=0x2
MessageId=0x0 FunctionId=0x1
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=0

DBG_DVC tsmf_on_data_received (139): cbSize=32 InterfaceId=0x40000000
MessageId=0x0 FunctionId=0x101
DBG_DVC tsmf_on_data_received (178): SET_CHANNEL_PARAMS StreamId=0
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=0

DBG_DVC tsmf_on_data_received (139): cbSize=12 InterfaceId=0x40000000
MessageId=0x0 FunctionId=0x1
DBG_DVC drdynvc_process_receive (290): Cmd=0x4
DBG_DVC drdynvc_process_close_request (271): ChannelId=0
DBG_DVC dvcman_close_channel (376): dvcman_close_channel: channel 0 closed
DBG_DVC dvcman_close_channel_iface (283): id=0
DBG_DVC tsmf_on_close (335):
DBG_DVC drdynvc_process_receive (290): Cmd=0x1
DBG_DVC drdynvc_process_create_request (208): ChannelId=1 ChannelName=TSMF
DBG_DVC dvcman_create_channel (304): dvcman->num_listeners:1

DBG_DVC dvcman_create_channel (306): listener->channel_name:TSMF,
ChannelName:TSMF

DBG_DVC tsmf_on_new_channel_connection (361):
DBG_DVC dvcman_create_channel (323): listener TSMF created new channel 1
DBG_DVC drdynvc_process_create_request (219): channel created
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=1

DBG_DVC tsmf_on_data_received (139): cbSize=16 InterfaceId=0x2
MessageId=0x0 FunctionId=0x100
DBG_DVC tsmf_ifman_rim_exchange_capability_request (39): server
CapabilityValue 1
DBG_DVC tsmf_on_data_received (316): response size 16
DBG_DVC drdynvc_write_data (83): ChannelId=1 size=16
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=1

DBG_DVC tsmf_on_data_received (139): cbSize=12 InterfaceId=0x2
MessageId=0x0 FunctionId=0x1
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=1

DBG_DVC tsmf_on_data_received (139): cbSize=32 InterfaceId=0x40000000
MessageId=0x0 FunctionId=0x101
DBG_DVC tsmf_on_data_received (178): SET_CHANNEL_PARAMS StreamId=0
DBG_DVC drdynvc_process_receive (290): Cmd=0x3
DBG_DVC drdynvc_process_data (260): ChannelId=1

DBG_DVC tsmf_on_data_received (139): cbSize=12 InterfaceId=0x40000000
MessageId=0x0 FunctionId=0x1
DBG_DVC drdynvc_process_receive (290): Cmd=0x4
DBG_DVC drdynvc_process_close_request (271): ChannelId=1
DBG_DVC dvcman_close_channel (376): dvcman_close_channel: channel 1 closed
DBG_DVC dvcman_close_channel_iface (283): id=1
DBG_DVC tsmf_on_close (335):
ERRINFO_RPC_INITIATED_DISCONNECT_BY_USER (0x0000000B):


On Wed, Jun 13, 2012 at 5:19 PM, srikanth <srikieonl...@yahoo.com> wrote:
> Hello All,
>
> I observe that TSMF plugin is not working in latest commit. I have a very old 
> version where it used to work. Any idea what can be the culprit?
>
> Regards,
> Srikanth
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel



-- 
ZHANG Zhaolong

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to