Subscriber functions
--------------------

.. index:: Macro function;fn.process_subscriber_line_data

* *fn.process_subscriber_line_data*: Used in workflows - a single            
  parameter called input is the           
  workflow input context, containing      
  line data. The function returns line    
  patterns and partitions found in any    
  of Phone, DeviceProfile,                
  RemoteDestinationProfile.               


Examples:


.. tabularcolumns:: |p{8cm}|p{7cm}|

+------------------------------------------------------------+----------------------------------------------+
|  Example                                                   | Output                                       |
+============================================================+==============================================+
| ::                                                         | ::                                           |
|                                                            |                                              |
|   {{ fn.process_subscriber_line_data                       |                                              |
|      input }}                                              |    [{                                        |
|                                                            |       "pattern": "10003",                    |
|                                                            |       "routePartitionName":                  |
|                                                            |       "Site-23m-Customer 1 Site A"           | 
|                                                            |     },{                                      |
|                                                            |       "pattern": "10005",                    |
|                                                            |       "routePartitionName":                  |
|                                                            |       "Site-23m-Customer 1 Site A"           |
|                                                            |    }]                                        |
+------------------------------------------------------------+----------------------------------------------+



.. |VOSS Automate| replace:: Automate
.. |Unified CM| replace:: Cisco UCM
