PA
2005-May-31 09:02 UTC
[Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines
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 able to do something like this with Voicepulse? I appreciate any assistance. Phil
pbx@itsngroup.com
2005-May-31 10:39 UTC
[Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines
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}) exten => 9876543210,2,Dial(halb halb halb) etc etc tc... i did this .. as i'm waiting for my 2nd number to port over to voicepulse... Ben> 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 able to do something like this with Voicepulse? > > I appreciate any assistance. > > Phil > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
pbx@itsngroup.com
2005-May-31 10:40 UTC
[Asterisk-Users] ISO Suggestions for Multiple Inbound Voicepulse Lines
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}) exten => 9876543210,2,Dial(halb halb halb) etc etc tc... i did this .. as i'm waiting for my 2nd number to port over to voicepulse... Ben> 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 able to do something like this with Voicepulse? > > I appreciate any assistance. > > Phil > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >