[Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines

2005-05-31 Thread PA
I'm looking to set up multiple inbound Voicepulse Connect lines and have Asterisk route them direct to different IVR or Voicemail based on the inbound number that is called. Unfortunately, I just can't see how one would go about identifying the number that is being called. Has anyone been

Re: [Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines

2005-05-31 Thread pbx
Easy: I just had to do the same thing recently. in your inbound context of [voicepulse-in-01] you have something like this in your extensions.conf exten = 1234567890,1,NoOp(incoming call on ${EXTEN}) exten = 1234567890,2,Dial(blah blah blah) exten = 9876543210,1,NoOp(IncomingCall on ${EXTEN})

Re: [Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines

2005-05-31 Thread pbx
Easy: I just had to do the same thing recently. in your inbound context of [voicepulse-in-01] you have something like this in your extensions.conf exten = 1234567890,1,NoOp(incoming call on ${EXTEN}) exten = 1234567890,2,Dial(blah blah blah) exten = 9876543210,1,NoOp(IncomingCall on ${EXTEN})