2009/2/26 Johansson Olle E <[email protected]>:
> Well, I have some architecture issues on what to do with the context
> in regards to Asterisk. We can map it directly to the dialplan, which is
> an interesting feature. Propably the easiest path to take.

Be carefull with the syntax:

   context              = ";phone-context=" descriptor
   descriptor           = domainname / global-number-digits
   global-number-digits = "+" *phonedigit DIGIT *phonedigit
   local-number-digits  =
      *phonedigit-hex (HEXDIG / "*" / "#")*phonedigit-hex
   domainname           = *( domainlabel "." ) toplabel [ "." ]
   domainlabel          = alphanum
                          / alphanum *( alphanum / "-" ) alphanum
   toplabel             = ALPHA / ALPHA *( alphanum / "-" ) alphanum


Note that "phone-context" value doesn't allow some common symbols as "_".

Regards.


-- 
Iñaki Baz Castillo
<[email protected]>

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

Reply via email to