"Inbound route, DID is 1111111111 forwards to a trunk"
"but only certain incoming DIDs will xfer to CUCM"
[globals]
SIPTRUNK1=cucmtrunkname
SIPTRUNKDID=1111
[incoming]
exten => _1111111111,1,Answer()
exten => _1111111111,n,Dial(SIP/{SIPTRUNKDID}@{SIPTRUNK1})
exten => _1111111111,n,Hangup()