[sr-dev] route names

Juha Heinanen jh at tutpro.com
Wed May 5 20:33:40 CEST 2010


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
 > * http://www.asipto.com/
 > * http://twitter.com/miconda
 > * http://www.linkedin.com/in/danielconstantinmierla
 > 
 > 
 > _______________________________________________
 > sr-dev mailing list
 > sr-dev at 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
 > * http://www.asipto.com/
 > * http://twitter.com/miconda
 > * http://www.linkedin.com/in/danielconstantinmierla
 > 
 > 
 > _______________________________________________
 > sr-dev mailing list
 > sr-dev at lists.sip-router.org
 > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev



More information about the sr-dev mailing list