Displaying 1 result from an estimated 1 matches for "uncforwardnumber".
2011 Jun 01
2
Question about "null routing" calls to DIDs we don't handle
...and other sip customers
== extentions.ael
context local
{
  // Does some local cleanup, strips leading 1 off number, _N11, star codes,
fun stuff
  includes { clients; };
}
context clients
{
  custDID1 => Dial(SIP/SIPcust1,35);
  custDID2 => Dial(SIP/SIPcust2,35);
  custDID3 => Dial(SIP/UNCforwardNumber at upstream,120); // inbound calls to
forwarding customers should route back upstream
  unassignedDID => &Unassigned();
  _NXXNXXXXXX => Dial(SIP/${EXTEN}@upstream,120); // numbers not handled
here get routed upstream....
  // ... which is a problem if those calls originally came *from*...