Daniel-Constantin Mierla writes:
to add a bit more about, just for reference, the name is considered always a string:
route[123] is the same as route["123"]
similar route[abc] and route["abc"]
how then you can explain that
route ["+358"] {
does not give error message, but
route ["+358"] {
Daniel
-- Daniel-Constantin Mierla
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Daniel-Constantin Mierla writes:
On 5/5/10 8:14 PM, Juha Heinanen wrote:
Jan Janak writes:
You can fix this by quoting the name: route["+358"] or route["myself"]
thanks, juha
to add a bit more about, just for reference, the name is considered always a string:
route[123] is the same as route["123"]
similar route[abc] and route["abc"]
Daniel
-- Daniel-Constantin Mierla
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev