Hi Dave - > question, can the IP address receiving the incoming call be used in > extension logic to determine call handling procedures, or maybe a better > way to ask is can asterisk provide information as to the IP address on > which a request was received?
If you have control (or influence) over the devices calling into your asterisk server, you can always configure a different user to correspond to each ethernet interface. Explicitly configure (or ask) all the devices using "Address A" to use "User A", "Address B" to use "User B", etc. Then you can put the various users in different dialplan contexts, and route calls that way. If you have no control over the incoming calls (i.e. they're all coming in as guests), it may be a tricky thing to implement. - Noah _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
