-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some event updated in freeswitch 1.4.x #4
Comments
Can you provide a capture of the raw message failing to parse? |
New event New event |
same issue, and i find the following header fire the error message: variable_DP_MATCH":["18123022625","18123022625"] golang can't unmarshal array into string |
Definitely something has changed. I think I understand what the problem is but can’t work on it at the moment.
|
pubyun already get some work about this: |
when run client.go ,it says:
2015/01/18 17:40:18 json: cannot unmarshal array into Go value of type string
exit status 1
when change to "c.Send("events plain ALL")" , it's ok.
The text was updated successfully, but these errors were encountered: