Re: [sr-dev] [kamailio/kamailio] tr_lookup(): error parsing [{param.count, , }] (#1041)

2017-03-24 Thread Daniel-Constantin Mierla
Is there a whitespace before the variable?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1041#issuecomment-288959707___
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] tr_lookup(): error parsing [{param.count, , }] (#1041)

2017-03-24 Thread Sergey Lavrov
Yes, there was whitespace. I tried without whitespace without success.

```
$var(delimiter) = ","; 
$var(count) = $(hdr(History-Info)[*]{param.count,$var(delimiter)});

ERROR: pv [pv_trans.c:2631]: tr_parse_paramlist(): invalid separator in 
transformation: count,$var(delimiter)}
ERROR:  [pvapi.c:1629]: tr_lookup(): error parsing 
[{param.count,$var(delimiter)}]
ERROR:  [pvapi.c:1010]: pv_parse_spec2(): bad tr in pvar name "hdr"
ERROR:  [pvapi.c:1036]: pv_parse_spec2(): invalid parsing in 
[$(hdr(History-Info)[*]{param.count,$var(delimiter)})] at (4)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1041#issuecomment-288962885___
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] iOS Push Notification (#1043)

2017-03-24 Thread babumoshai-ankush
**Can you help me, how I implement iOS push notification in server end?**

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1043___
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev