Replicating other pseudos, mixed parsing
Dear innovaphone forum,
when replicating waiting queues from the pbx in JS we get the following response:
AppWebsocketRecvResult {"mt":"ReplicateUpdate","api":"PbxTableUsers","columns":{"guid":"8973b3fa1df66201a038000c29a8e95e","h323":"switchboard","cn":"switchboard","dn":"switchboard","e164":"*2","grps":[{"name":"switchboard","mode":"active"}],"pseudo":"<pseudo type=\"waiting\"><dtmf match=\"111\"><dest e164=\"111\"/></dtmf><dtmf match=\"123\"><dest e164=\"123\"/></dtmf></pseudo>"}}
It´s a mixture of JSON and XML. Is there a possibility that the content of the pseudo tag also gets parsed into JSON? Otherwise we would parse it ourself.
Also it wolud be a nice feature if a XML parser could be added for the JS Service (for the cdr´s for example)