On Mon, May 6, 2013 at 4:19 PM, Peter Dunkley peter.dunkley@crocodile-rcs.com wrote:
and by the way, I found another problem when implementing the first method: when calling unregister("location","websocket=>$si:$sp)" from the event_route[websocket:closed] i get the following error: *[parser/parse_to.c:879] : failed to parse To uri* why it happens and how can i fix it ? (i think it is related to the fact we call unregister from the event_route, but i'm not sure)
You can't call unregister from that event_route.
Why we can't call unregister from event_route[websocket:closed]? Is it because it is just not implemented yet or we need big changes to implement it?
Thanks,