Hi,

            As per the rfc 3966 abnf for the local-number of the tel uri

 

   local-number         = local-number-digits *par context *par
   par                  = parameter / extension / isdn-subaddress

 

   isdn-subaddress      = ";isub=" 1*uric

 

   uric                 = reserved / unreserved / pct-encoded
 
   reserved             = ";" / "/" / "?" / ":" / "@" / "&" /
                          "=" / "+" / "$" / ","
 
   isdn-subaddress      = ";isub=" 1*uric
   extension            = ";ext=" 1*phonedigit
   context              = ";phone-context=" descriptor

 

isub=/@;para=value

            Now I will separate the isub value at  p character, because ;
will be consumed as part of the isub value. So next header should start with
; (as per abnf )but that is not present so parser will fail.

 

            Please suggest me is this the problem in rfc, or some info I
have missed.

 

Thanks in advance 

 

Regards,

Ravi Kumar

 

 

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to