search for: unassigneddid

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

2011 Jun 01
2
Question about "null routing" calls to DIDs we don't handle
...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* upstream. :( } macro Unassigned() // Audio message played for unavailable numbers, not sure if there&...