[asterisk-users] CDR userfield not written into DB

2009-11-08 Thread Norbert Zawodsky
Hi everybody, i've been googling for quite some time now but can't find an answer to my problem... I'm using Asterisk 1.2.12.1 with mysql as the cdr backend. In the dialplan i've written exten = 1234,n,Set(CDR(userfield)=blah) exten = 1234,n,Answer() exten = 1234,n,Queue(.) exten =

Re: [asterisk-users] CDR userfield not written into DB

2009-11-08 Thread Philipp Kempgen
Norbert Zawodsky schrieb: I'm using Asterisk 1.2.12.1 with mysql as the cdr backend. In the dialplan i've written exten = 1234,n,Set(CDR(userfield)=blah) exten = 1234,n,Answer() exten = 1234,n,Queue(.) exten = 1234,n,Hangup() When I'm doing a call I can see that the statement is

Re: [asterisk-users] CDR userfield not written into DB

2009-11-08 Thread Doug Lytle
Norbert Zawodsky wrote: Hi everybody, i've been googling for quite some time now but can't find an answer to my problem... My first hit on Google: http://www.mail-archive.com/asterisk-users@lists.digium.com/msg147997.html exten = 1234,n,Set(CDR(userfield)=blah) This is

Re: [asterisk-users] CDR userfield not written into DB

2009-11-08 Thread Norbert Zawodsky
Philipp Kempgen schrieb: Norbert Zawodsky schrieb: I'm using Asterisk 1.2.12.1 with mysql as the cdr backend. In the dialplan i've written exten = 1234,n,Set(CDR(userfield)=blah) exten = 1234,n,Answer() exten = 1234,n,Queue(.) exten = 1234,n,Hangup() When I'm doing a call I can