El Miércoles, 12 de Agosto de 2009, Alex Balashov escribió:
That is quite elegant, and easy to get around in the Asterisk dial plan so that routing can still happen on "extension," where "extension" is the dialed number:
[generic-incoming] exten => _.,1,Set(dialed=${SIP_HEADER(P-Dialed-Number)}) exten => _.,n,Goto(incoming-route,${dialed},1)
But in other endpoints it would be quite hard or impossible.
Sure, that's why I told about some RFC's defining such a specification.
Regards.