Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 7,
               column: 9,
              },
              end: Position {
               line: 7,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 16,
               },
               end: Position {
                line: 7,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "siproxd",
              span: Span {
               start: Position {
                line: 7,
                column: 25,
               },
               end: Position {
                line: 7,
                column: 32,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "conf",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 7,
             },
            },
           },
          ),
         ],
         to: IndentedString(
          IndentedString {
           parts: [
            Raw(
             PartRaw {
              content: "daemonize = 0\nrtp_proxy_enable = 1\nuser = siproxd\nif_inbound  = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 13,
                column: 19,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 21,
                   },
                   end: Position {
                    line: 13,
                    column: 24,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "ifInbound",
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 25,
                    },
                    end: Position {
                     line: 13,
                     column: 34,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nif_outbound = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 14,
                column: 19,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 14,
                    column: 21,
                   },
                   end: Position {
                    line: 14,
                    column: 24,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "ifOutbound",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 25,
                    },
                    end: Position {
                     line: 14,
                     column: 35,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nsip_listen_port = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 15,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 15,
                    column: 25,
                   },
                   end: Position {
                    line: 15,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 34,
                      },
                      end: Position {
                       line: 15,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "sipListenPort",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 38,
                       },
                       end: Position {
                        line: 15,
                        column: 51,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nrtp_port_low    = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 16,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 25,
                   },
                   end: Position {
                    line: 16,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 34,
                      },
                      end: Position {
                       line: 16,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "rtpPortLow",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 38,
                       },
                       end: Position {
                        line: 16,
                        column: 48,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nrtp_port_high   = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 17,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 17,
                    column: 25,
                   },
                   end: Position {
                    line: 17,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 34,
                      },
                      end: Position {
                       line: 17,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "rtpPortHigh",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 38,
                       },
                       end: Position {
                        line: 17,
                        column: 49,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nrtp_dscp        = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 18,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 18,
                    column: 25,
                   },
                   end: Position {
                    line: 18,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 34,
                      },
                      end: Position {
                       line: 18,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "rtpDscp",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 38,
                       },
                       end: Position {
                        line: 18,
                        column: 45,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nsip_dscp        = ",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 19,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 25,
                   },
                   end: Position {
                    line: 19,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 19,
                       column: 34,
                      },
                      end: Position {
                       line: 19,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "sipDscp",
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 38,
                       },
                       end: Position {
                        line: 19,
                        column: 45,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 20,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 20,
                    column: 7,
                   },
                   end: Position {
                    line: 20,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 BinaryOperation(
                  BinaryOperation {
                   left: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 23,
                        },
                        end: Position {
                         line: 20,
                         column: 26,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "hostsAllowReg",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 27,
                         },
                         end: Position {
                          line: 20,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   operator: NotEqualTo,
                   right: List(
                    List {
                     elements: [],
                     span: Span {
                      start: Position {
                       line: 20,
                       column: 44,
                      },
                      end: Position {
                       line: 20,
                       column: 46,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "hosts_allow_reg = ",
                      span: Span {
                       start: Position {
                        line: 20,
                        column: 49,
                       },
                       end: Position {
                        line: 20,
                        column: 108,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatStringsSep",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 69,
                           },
                           end: Position {
                            line: 20,
                            column: 85,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: ",",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 87,
                               },
                               end: Position {
                                line: 20,
                                column: 88,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 86,
                            },
                            end: Position {
                             line: 20,
                             column: 89,
                            },
                           },
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 20,
                               column: 90,
                              },
                              end: Position {
                               line: 20,
                               column: 93,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "hostsAllowReg",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 94,
                               },
                               end: Position {
                                line: 20,
                                column: 107,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 20,
                     column: 48,
                    },
                    end: Position {
                     line: 20,
                     column: 109,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 21,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 21,
                    column: 7,
                   },
                   end: Position {
                    line: 21,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 BinaryOperation(
                  BinaryOperation {
                   left: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 21,
                         column: 23,
                        },
                        end: Position {
                         line: 21,
                         column: 26,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "hostsAllowSip",
                        span: Span {
                         start: Position {
                          line: 21,
                          column: 27,
                         },
                         end: Position {
                          line: 21,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   operator: NotEqualTo,
                   right: List(
                    List {
                     elements: [],
                     span: Span {
                      start: Position {
                       line: 21,
                       column: 44,
                      },
                      end: Position {
                       line: 21,
                       column: 46,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "hosts_allow_sip = ",
                      span: Span {
                       start: Position {
                        line: 21,
                        column: 49,
                       },
                       end: Position {
                        line: 21,
                        column: 108,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatStringsSep",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 69,
                           },
                           end: Position {
                            line: 21,
                            column: 85,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: ",",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 87,
                               },
                               end: Position {
                                line: 21,
                                column: 88,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 86,
                            },
                            end: Position {
                             line: 21,
                             column: 89,
                            },
                           },
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 90,
                              },
                              end: Position {
                               line: 21,
                               column: 93,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "hostsAllowSip",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 94,
                               },
                               end: Position {
                                line: 21,
                                column: 107,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 21,
                     column: 48,
                    },
                    end: Position {
                     line: 21,
                     column: 109,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 22,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 22,
                    column: 7,
                   },
                   end: Position {
                    line: 22,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 BinaryOperation(
                  BinaryOperation {
                   left: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 22,
                         column: 23,
                        },
                        end: Position {
                         line: 22,
                         column: 26,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "hostsDenySip",
                        span: Span {
                         start: Position {
                          line: 22,
                          column: 27,
                         },
                         end: Position {
                          line: 22,
                          column: 39,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   operator: NotEqualTo,
                   right: List(
                    List {
                     elements: [],
                     span: Span {
                      start: Position {
                       line: 22,
                       column: 43,
                      },
                      end: Position {
                       line: 22,
                       column: 45,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "hosts_deny_sip  = ",
                      span: Span {
                       start: Position {
                        line: 22,
                        column: 48,
                       },
                       end: Position {
                        line: 22,
                        column: 106,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatStringsSep",
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 68,
                           },
                           end: Position {
                            line: 22,
                            column: 84,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: ",",
                              span: Span {
                               start: Position {
                                line: 22,
                                column: 86,
                               },
                               end: Position {
                                line: 22,
                                column: 87,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 85,
                            },
                            end: Position {
                             line: 22,
                             column: 88,
                            },
                           },
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 22,
                               column: 89,
                              },
                              end: Position {
                               line: 22,
                               column: 92,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "hostsDenySip",
                              span: Span {
                               start: Position {
                                line: 22,
                                column: 93,
                               },
                               end: Position {
                                line: 22,
                                column: 105,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 47,
                    },
                    end: Position {
                     line: 22,
                     column: 107,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 23,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: IfThenElse(
               IfThenElse {
                predicate: BinaryOperation(
                 BinaryOperation {
                  left: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 11,
                       },
                       end: Position {
                        line: 23,
                        column: 14,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "passwordFile",
                       span: Span {
                        start: Position {
                         line: 23,
                         column: 15,
                        },
                        end: Position {
                         line: 23,
                         column: 27,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  operator: NotEqualTo,
                  right: String(
                   String_ {
                    parts: [],
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 31,
                     },
                     end: Position {
                      line: 23,
                      column: 33,
                     },
                    },
                   },
                  ),
                 },
                ),
                then: String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "proxy_auth_pwfile = ",
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 41,
                      },
                      end: Position {
                       line: 23,
                       column: 80,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 23,
                           column: 63,
                          },
                          end: Position {
                           line: 23,
                           column: 66,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "passwordFile",
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 67,
                           },
                           end: Position {
                            line: 23,
                            column: 79,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 23,
                    column: 40,
                   },
                   end: Position {
                    line: 23,
                    column: 81,
                   },
                  },
                 },
                ),
                else_: String(
                 String_ {
                  parts: [],
                  span: Span {
                   start: Position {
                    line: 23,
                    column: 87,
                   },
                   end: Position {
                    line: 23,
                    column: 89,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 23,
                  column: 7,
                 },
                 end: Position {
                  line: 23,
                  column: 89,
                 },
                },
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 24,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 24,
                    column: 7,
                   },
                   end: Position {
                    line: 24,
                    column: 10,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "extraConfig",
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 11,
                    },
                    end: Position {
                     line: 24,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 10,
                column: 1,
               },
               end: Position {
                line: 25,
                column: 3,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 9,
             column: 10,
            },
            end: Position {
             line: 25,
             column: 5,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "confFile",
            span: Span {
             start: Position {
              line: 27,
              column: 3,
             },
             end: Position {
              line: 27,
              column: 11,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "builtins",
               span: Span {
                start: Position {
                 line: 27,
                 column: 14,
                },
                end: Position {
                 line: 27,
                 column: 22,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "toFile",
                span: Span {
                 start: Position {
                  line: 27,
                  column: 23,
                 },
                 end: Position {
                  line: 27,
                  column: 29,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "siproxd.conf",
                 span: Span {
                  start: Position {
                   line: 27,
                   column: 31,
                  },
                  end: Position {
                   line: 27,
                   column: 43,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 27,
                column: 30,
               },
               end: Position {
                line: 27,
                column: 44,
               },
              },
             },
            ),
            Identifier(
             Identifier {
              id: "conf",
              span: Span {
               start: Position {
                line: 27,
                column: 45,
               },
               end: Position {
                line: 27,
                column: 49,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 33,
                column: 3,
               },
               end: Position {
                line: 33,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "siproxd",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 14,
                    },
                    end: Position {
                     line: 35,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 37,
                          column: 7,
                         },
                         end: Position {
                          line: 37,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 37,
                           column: 16,
                          },
                          end: Position {
                           line: 37,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 38,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 38,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 39,
                                 column: 19,
                                },
                                end: Position {
                                 line: 39,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 40,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 40,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 40,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 40,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the Siproxd SIP\nproxy/masquerading daemon.\n",
                                     span: Span {
                                      start: Position {
                                       line: 41,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 43,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 40,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 43,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 37,
                            column: 25,
                           },
                           end: Position {
                            line: 44,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ifInbound",
                        span: Span {
                         start: Position {
                          line: 46,
                          column: 7,
                         },
                         end: Position {
                          line: 46,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 46,
                           column: 19,
                          },
                          end: Position {
                           line: 46,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 47,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 47,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 47,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "eth0",
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 48,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 48,
                                 column: 19,
                                },
                                end: Position {
                                 line: 48,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 49,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 49,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 49,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 49,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Local network interface",
                                     span: Span {
                                      start: Position {
                                       line: 49,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 49,
                                       column: 57,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 49,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 49,
                                    column: 58,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 46,
                            column: 28,
                           },
                           end: Position {
                            line: 50,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ifOutbound",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 7,
                         },
                         end: Position {
                          line: 52,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 52,
                           column: 20,
                          },
                          end: Position {
                           line: 52,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 54,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 54,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "ppp0",
                                  span: Span {
                                   start: Position {
                                    line: 54,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 54,
                                 column: 19,
                                },
                                end: Position {
                                 line: 54,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 55,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 55,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 55,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 55,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Public network interface",
                                     span: Span {
                                      start: Position {
                                       line: 55,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 55,
                                       column: 58,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 52,
                            column: 29,
                           },
                           end: Position {
                            line: 56,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostsAllowReg",
                        span: Span {
                         start: Position {
                          line: 58,
                          column: 7,
                         },
                         end: Position {
                          line: 58,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 58,
                           column: 23,
                          },
                          end: Position {
                           line: 58,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 59,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 59,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 60,
                                 column: 19,
                                },
                                end: Position {
                                 line: 60,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "192.168.1.0/24",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 36,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "192.168.2.0/24",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 39,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 38,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 61,
                                 column: 19,
                                },
                                end: Position {
                                 line: 61,
                                 column: 56,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 62,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 62,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 62,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 62,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Acess control list for incoming SIP registrations.\n",
                                     span: Span {
                                      start: Position {
                                       line: 63,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 64,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 62,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 64,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 58,
                            column: 32,
                           },
                           end: Position {
                            line: 65,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostsAllowSip",
                        span: Span {
                         start: Position {
                          line: 67,
                          column: 7,
                         },
                         end: Position {
                          line: 67,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 67,
                           column: 23,
                          },
                          end: Position {
                           line: 67,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 68,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 68,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 68,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 68,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 69,
                                 column: 19,
                                },
                                end: Position {
                                 line: 69,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "123.45.0.0/16",
                                     span: Span {
                                      start: Position {
                                       line: 70,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 70,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 70,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "123.46.0.0/16",
                                     span: Span {
                                      start: Position {
                                       line: 70,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 70,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 70,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 70,
                                 column: 19,
                                },
                                end: Position {
                                 line: 70,
                                 column: 54,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 71,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 71,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 71,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 71,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Acess control list for incoming SIP traffic.\n",
                                     span: Span {
                                      start: Position {
                                       line: 72,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 73,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 71,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 73,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 67,
                            column: 32,
                           },
                           end: Position {
                            line: 74,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostsDenySip",
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 7,
                         },
                         end: Position {
                          line: 76,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 76,
                           column: 22,
                          },
                          end: Position {
                           line: 76,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 77,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 77,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 77,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 77,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 77,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 77,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 77,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 78,
                                 column: 19,
                                },
                                end: Position {
                                 line: 78,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "10.0.0.0/8",
                                     span: Span {
                                      start: Position {
                                       line: 79,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 79,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "11.0.0.0/8",
                                     span: Span {
                                      start: Position {
                                       line: 79,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 79,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 79,
                                 column: 19,
                                },
                                end: Position {
                                 line: 79,
                                 column: 48,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 80,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 80,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 80,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 80,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Acess control list for denying incoming\nSIP registrations and traffic.\n",
                                     span: Span {
                                      start: Position {
                                       line: 81,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 83,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 80,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 83,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 31,
                           },
                           end: Position {
                            line: 84,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "sipListenPort",
                        span: Span {
                         start: Position {
                          line: 86,
                          column: 7,
                         },
                         end: Position {
                          line: 86,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 86,
                           column: 23,
                          },
                          end: Position {
                           line: 86,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 87,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 87,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 87,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "5060",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 19,
                                },
                                end: Position {
                                 line: 88,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Port to listen for incoming SIP messages.\n",
                                     span: Span {
                                      start: Position {
                                       line: 90,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 91,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 86,
                            column: 32,
                           },
                           end: Position {
                            line: 92,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rtpPortLow",
                        span: Span {
                         start: Position {
                          line: 94,
                          column: 7,
                         },
                         end: Position {
                          line: 94,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 20,
                          },
                          end: Position {
                           line: 94,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 95,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 95,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 95,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 95,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "7070",
                               span: Span {
                                start: Position {
                                 line: 96,
                                 column: 19,
                                },
                                end: Position {
                                 line: 96,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 97,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 97,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 97,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 97,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Bottom of UDP port range for incoming and outgoing RTP traffic\n",
                                     span: Span {
                                      start: Position {
                                       line: 98,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 99,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 97,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 99,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 94,
                            column: 29,
                           },
                           end: Position {
                            line: 100,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rtpPortHigh",
                        span: Span {
                         start: Position {
                          line: 102,
                          column: 7,
                         },
                         end: Position {
                          line: 102,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 102,
                           column: 21,
                          },
                          end: Position {
                           line: 102,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 103,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 103,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 103,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 103,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 104,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 104,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "7089",
                               span: Span {
                                start: Position {
                                 line: 104,
                                 column: 19,
                                },
                                end: Position {
                                 line: 104,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 105,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 105,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 105,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 105,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 105,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 105,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Top of UDP port range for incoming and outgoing RTP traffic\n",
                                     span: Span {
                                      start: Position {
                                       line: 106,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 107,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 105,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 107,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 30,
                           },
                           end: Position {
                            line: 108,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rtpTimeout",
                        span: Span {
                         start: Position {
                          line: 110,
                          column: 7,
                         },
                         end: Position {
                          line: 110,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 110,
                           column: 20,
                          },
                          end: Position {
                           line: 110,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "300",
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 19,
                                },
                                end: Position {
                                 line: 112,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 113,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 113,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 113,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 113,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Timeout for an RTP stream. If for the specified\nnumber of seconds no data is relayed on an active\nstream, it is considered dead and will be killed.\n",
                                     span: Span {
                                      start: Position {
                                       line: 114,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 117,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 110,
                            column: 29,
                           },
                           end: Position {
                            line: 118,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rtpDscp",
                        span: Span {
                         start: Position {
                          line: 120,
                          column: 7,
                         },
                         end: Position {
                          line: 120,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 120,
                           column: 17,
                          },
                          end: Position {
                           line: 120,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "46",
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 19,
                                },
                                end: Position {
                                 line: 122,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 123,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 123,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "DSCP (differentiated services) value to be assigned\nto RTP packets. Allows QOS aware routers to handle\ndifferent types traffic with different priorities.\n",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 127,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 127,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 120,
                            column: 26,
                           },
                           end: Position {
                            line: 128,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "sipDscp",
                        span: Span {
                         start: Position {
                          line: 130,
                          column: 7,
                         },
                         end: Position {
                          line: 130,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 130,
                           column: 17,
                          },
                          end: Position {
                           line: 130,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 131,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 131,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 131,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 131,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 131,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 132,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "0",
                               span: Span {
                                start: Position {
                                 line: 132,
                                 column: 19,
                                },
                                end: Position {
                                 line: 132,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 133,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 133,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 133,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 133,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 133,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 133,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "DSCP (differentiated services) value to be assigned\nto SIP packets. Allows QOS aware routers to handle\ndifferent types traffic with different priorities.\n",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 137,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 133,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 130,
                            column: 26,
                           },
                           end: Position {
                            line: 138,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "passwordFile",
                        span: Span {
                         start: Position {
                          line: 140,
                          column: 7,
                         },
                         end: Position {
                          line: 140,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 140,
                           column: 22,
                          },
                          end: Position {
                           line: 140,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 141,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 141,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 142,
                                 column: 19,
                                },
                                end: Position {
                                 line: 142,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 143,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 143,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 143,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 143,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 143,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Path to per-user password file.\n",
                                     span: Span {
                                      start: Position {
                                       line: 144,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 145,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 143,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 145,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 140,
                            column: 31,
                           },
                           end: Position {
                            line: 146,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 148,
                          column: 7,
                         },
                         end: Position {
                          line: 148,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 148,
                           column: 21,
                          },
                          end: Position {
                           line: 148,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 149,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 149,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "lines",
                                  span: Span {
                                   start: Position {
                                    line: 149,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 149,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 150,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 150,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 19,
                                },
                                end: Position {
                                 line: 150,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 151,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 151,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 151,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 151,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 151,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 151,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra configuration to add to siproxd configuration.\n",
                                     span: Span {
                                      start: Position {
                                       line: 152,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 153,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 151,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 148,
                            column: 30,
                           },
                           end: Position {
                            line: 154,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 35,
                    column: 24,
                   },
                   end: Position {
                    line: 156,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 33,
               column: 13,
              },
              end: Position {
               line: 158,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 162,
                column: 3,
               },
               end: Position {
                line: 162,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 162,
                 column: 12,
                },
                end: Position {
                 line: 162,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 162,
                    column: 17,
                   },
                   end: Position {
                    line: 162,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 162,
                     column: 21,
                    },
                    end: Position {
                     line: 162,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 164,
                        column: 5,
                       },
                       end: Position {
                        line: 164,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 164,
                        column: 11,
                       },
                       end: Position {
                        line: 164,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "siproxyd",
                      span: Span {
                       start: Position {
                        line: 164,
                        column: 17,
                       },
                       end: Position {
                        line: 164,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 165,
                             column: 7,
                            },
                            end: Position {
                             line: 165,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 165,
                              column: 13,
                             },
                             end: Position {
                              line: 165,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 20,
                              },
                              end: Position {
                               line: 165,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 24,
                              },
                              end: Position {
                               line: 165,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "siproxd",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 29,
                              },
                              end: Position {
                               line: 165,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 164,
                       column: 28,
                      },
                      end: Position {
                       line: 166,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 5,
                       },
                       end: Position {
                        line: 168,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 13,
                       },
                       end: Position {
                        line: 168,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "siproxd",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 22,
                       },
                       end: Position {
                        line: 168,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 169,
                             column: 7,
                            },
                            end: Position {
                             line: 169,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "SIP proxy/masquerading daemon",
                             span: Span {
                              start: Position {
                               line: 169,
                               column: 22,
                              },
                              end: Position {
                               line: 169,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 169,
                            column: 21,
                           },
                           end: Position {
                            line: 169,
                            column: 52,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 170,
                             column: 7,
                            },
                            end: Position {
                             line: 170,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 170,
                               column: 20,
                              },
                              end: Position {
                               line: 170,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 170,
                            column: 18,
                           },
                           end: Position {
                            line: 170,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 171,
                             column: 7,
                            },
                            end: Position {
                             line: 171,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 171,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 171,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 171,
                               column: 17,
                              },
                              end: Position {
                               line: 171,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 171,
                            column: 15,
                           },
                           end: Position {
                            line: 171,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 172,
                             column: 7,
                            },
                            end: Position {
                             line: 172,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 173,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 173,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "siproxd",
                                       span: Span {
                                        start: Position {
                                         line: 173,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 173,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/sbin/siproxd -c ",
                                  span: Span {
                                   start: Position {
                                    line: 173,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 173,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "confFile",
                                    span: Span {
                                     start: Position {
                                      line: 173,
                                      column: 56,
                                     },
                                     end: Position {
                                      line: 173,
                                      column: 64,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 173,
                                 column: 21,
                                },
                                end: Position {
                                 line: 173,
                                 column: 66,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 172,
                            column: 23,
                           },
                           end: Position {
                            line: 174,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 168,
                       column: 32,
                      },
                      end: Position {
                       line: 175,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 162,
                  column: 28,
                 },
                 end: Position {
                  line: 177,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 30,
          column: 1,
         },
         end: Position {
          line: 179,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 179,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 179,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 179,
    column: 2,
   },
  },
 },
)