Lost routes (?) after move to 2.9

Hi all,

I just moved to 2.9.0.7 from 2.8.x.x and am running into a problem with outgoing and incoming calls. We are running Asterisk 1.2.18.
Note that our system was working perfectly before the update.
Any help would be appreciated as this is our production system!

Here is a snipped of an outgoing call:

-- Starting simple switch on 'Zap/7-1'
-- Executing Macro("Zap/7-1", "user-callerid|LIMIT|") in new stack
-- Executing Set("Zap/7-1", "AMPUSER=114") in new stack
-- Executing GotoIf("Zap/7-1", "0?report") in new stack
-- Executing ExecIf("Zap/7-1", "1|Set|REALCALLERIDNUM=114") in new stack
-- Executing Set("Zap/7-1", "AMPUSER=114") in new stack
-- Executing Set("Zap/7-1", "AMPUSERCIDNAME=My name") in new stack
-- Executing GotoIf("Zap/7-1", "0?report") in new stack
-- Executing Set("Zap/7-1", "AMPUSERCID=114") in new stack
-- Executing Set("Zap/7-1", "CALLERID(all)="My name" <114>") in new stack
-- Executing GotoIf("Zap/7-1", "0?limit") in new stack
-- Executing ExecIf("Zap/7-1", "1|Set|GROUP(concurrency_limit)=114") in new stack
-- Executing ExecIf("Zap/7-1", "0|Set|LANGUAGE()=") in new stack
-- Executing GotoIf("Zap/7-1", "1?continue") in new stack
-- Goto (macro-user-callerid,s,25)
-- Executing Set("Zap/7-1", "CALLERID(number)=114") in new stack
-- Executing Set("Zap/7-1", "CALLERID(name)=My name") in new stack
-- Executing Set("Zap/7-1", "CHANNEL(language)=0") in new stack

== Spawn extension (from-internal, 95146295169, 2) exited non-zero on ‘Zap/7-1’
– Executing Hangup(“Zap/7-1”, “”) in new stack
== Spawn extension (from-internal, h, 1) exited non-zero on ‘Zap/7-1’
– Hungup 'Zap/7-1’
asterisk1*CLI>

Here is an incoming call:

-- Starting simple switch on 'Zap/1-1'
-- Executing NoOp("Zap/1-1", "Entering from-dahdi with DID == ") in new stack
-- Executing Ringing("Zap/1-1", "") in new stack
-- Executing Set("Zap/1-1", "DID=s") in new stack
-- Executing NoOp("Zap/1-1", "DID is now s") in new stack
-- Executing GotoIf("Zap/1-1", "0?dahdiok:checkzap") in new stack
-- Goto (from-zaptel,s,6)
-- Executing GotoIf("Zap/1-1", "1?zapok:neither") in new stack
-- Goto (from-zaptel,s,15)
-- Executing NoOp("Zap/1-1", "Is a Zaptel Channel") in new stack
-- Executing Set("Zap/1-1", "CHAN=1-1") in new stack
-- Executing Set("Zap/1-1", "CHAN=1") in new stack
-- Executing Macro("Zap/1-1", "from-dahdi-1|s|1") in new stack
-- Executing NoOp("Zap/1-1", "Returned from Macro from-dahdi-1") in new stack
-- Executing Goto("Zap/1-1", "from-pstn|s|1") in new stack
-- Goto (from-pstn,s,1)
-- Executing Set("Zap/1-1", "__FROM_DID=s") in new stack
-- Executing ExecIf("Zap/1-1", "1 |Set|CALLERID(name)=") in new stack

== Spawn extension (from-pstn, s, 3) exited non-zero on ‘Zap/1-1’
– Executing Macro(“Zap/1-1”, “hangupcall|”) in new stack
– Executing GotoIf(“Zap/1-1”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,3)
– Executing Hangup(“Zap/1-1”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 3) exited non-zero on ‘Zap/1-1’ in macro ‘hangupcall’
== Spawn extension (macro-hangupcall, s, 3) exited non-zero on ‘Zap/1-1’
– Hungup 'Zap/1-1’
asterisk1*CLI>

I just realized that my current version of asterisk is not supported… Updating now.