Hi, I am currently interconnecting to a PRI using a Cisco AS5350. I'd like to be able to dial specific numbers out by a specific isdn channel, so for e.g. if I dial 999 01 12341234 it should send 12341234 out via isdn channel one from the Cisco AS5350. If somebody would be able to guide on this, it would be appreciated. Regards, Sahil Gupta VoiceValley
At 05:29 PM 02/03/2006, you wrote:>I'd like to be able to dial specific numbers out by a specific isdn >channel, so for e.g. if I dial 999 01 12341234 it should send >12341234 out via isdn channel one from the Cisco AS5350.exten => 99901.,1, dial(XXX/${EXTEN:3:2}, ${EXTEN:5}) Or something like that. Ira