search for: custdid2

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

Did you mean: custdid1
2011 Jun 01
2
Question about "null routing" calls to DIDs we don't handle
...tomer name username=SIPcust1 mailbox=SIPcust1 secret=redacted ; 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 upstrea...