search for: b476e646

Displaying 1 result from an estimated 1 matches for "b476e646".

Did you mean: 476646
2003 Nov 20
2
SIP URIs and ENUM or other types of lookup
This has been giving me a headache for a little while, so I thought I would throw the question out to the list. Imagine there is a database lookup function that takes place that, given a number, returns call routing information. It might be a postgresql lookup, it might be an enum lookup. If I have something like: exten => _.,1,LookUp(${EXTEN}) exten => _.,2,Dial(${RESULT}) Then the