Question: I'm trying to put a double quote into the CDRUserField.  What
I end up with is a pair of double quotes. Example:
exten => s,n,SetCDRUserField(data)
exten => s,n,AppendCDRUserField(")
exten => s,n,AppendCDRUserField(moredata)


My record will look like this:
data""moredata 

What I want is:
data"moredata


The wiki mentions using a backslash in order to 'quote the character' as
it says.  However, this example:
exten => s,n,SetCDRUserField(data)
exten => s,n,AppendCDRUserField(\")
exten => s,n,AppendCDRUserField(moredata)

Yields the same results:
data""moredata


Is there something that I'm missing?

Thanks,
MC

P.S. I'm using CSV for my CDR's
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to