]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
configs: Comment out `values` setting to avoid parse error
authorSean Bright <sean@seanbright.com>
Tue, 23 Jun 2026 18:19:51 +0000 (18:19 +0000)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 24 Jun 2026 14:49:54 +0000 (14:49 +0000)
Fixes the following after a `make samples`:

```
config.c:2281 process_text_line: parse error: No category context for line 64 of ...
```

configs/samples/cel_sqlite3_custom.conf.sample

index 0d549b280a9d62c2886540889bdbb38c7e29cadb..619953fb7b8684524c7f69bac554d43f9cbe462a 100644 (file)
@@ -61,7 +61,7 @@
     ; MUST match the existing columns or the config will fail to load.
     ; The column names do NOT have to match the field names however.
 
-values = '${eventtype}','${eventtime}','${CALLERID(name)}','${CALLERID(num)}','${CALLERID(ANI)}','${CALLERID(RDNIS)}','${CALLERID(DNID)}','${CHANNEL(context)}','${CHANNEL(exten)}','${CHANNEL(channame)}','${CHANNEL(appname)}','${CHANNEL(appdata)}','${CHANNEL(amaflags)}','${CHANNEL(accountcode)}','${CHANNEL(uniqueid)}','${CHANNEL(userfield)}','${BRIDGEPEER}','${userdeftype}','${eventextra}'
+;values = '${eventtype}','${eventtime}','${CALLERID(name)}','${CALLERID(num)}','${CALLERID(ANI)}','${CALLERID(RDNIS)}','${CALLERID(DNID)}','${CHANNEL(context)}','${CHANNEL(exten)}','${CHANNEL(channame)}','${CHANNEL(appname)}','${CHANNEL(appdata)}','${CHANNEL(amaflags)}','${CHANNEL(accountcode)}','${CHANNEL(uniqueid)}','${CHANNEL(userfield)}','${BRIDGEPEER}','${userdeftype}','${eventextra}'
     ; The list of fields to write into the columns.
     ; Each field MUST be enclosed in single-quotes and the fields separated
     ; by commas.  Additionally, the number of fields specified MUST match the