Hello, I am currently evaluating the possibilities to change our telephony infrastructure for an IVR system to VoIP. I would like to try out Asterisk like this: PSTN <--------> Asterisk <---------> IVR ISDN SIP/RTP My main question is: Is it possible to forward the ANIS to my IVR via SIP? If it is: how to I achieve this? Regards Jochen -- Jochen Witte <devnull@alpha-lab.net>
you can extract the ANI and DNIS from the SIP INVITE message when you call your IVR. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Jochen Witte Sent: Thursday, March 10, 2005 3:35 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] SIP, DNIS, Asterisk Hello, I am currently evaluating the possibilities to change our telephony infrastructure for an IVR system to VoIP. I would like to try out Asterisk like this: PSTN <--------> Asterisk <---------> IVR ISDN SIP/RTP My main question is: Is it possible to forward the ANIS to my IVR via SIP? If it is: how to I achieve this? Regards Jochen -- Jochen Witte <devnull@alpha-lab.net> _______________________________________________ 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
OK - just to be sure. When using Atserisk as a VoIP gateway, the incoming ISDn ANI (e.g. 123456) will be rewritten to something like sip:123456@foo.bar ? Am Donnerstag, den 10.03.2005, 15:48 -0500 schrieb Gilbert Abboud:> you can extract the ANI and DNIS from the SIP INVITE message when you call your IVR. > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Jochen > Witte > Sent: Thursday, March 10, 2005 3:35 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] SIP, DNIS, Asterisk > > > Hello, > > I am currently evaluating the possibilities to change our telephony > infrastructure for an IVR system to VoIP. I would like to try out > Asterisk like this: > > > PSTN <--------> Asterisk <---------> IVR > ISDN SIP/RTP > > > My main question is: Is it possible to forward the ANIS to my IVR via > SIP? If it is: how to I achieve this? > > Regards > Jochen > >-- Jochen Witte <devnull@alpha-lab.net>
yep, you can find the ANI and DNIS in the To: and From: fields of the SIP INVITE message. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Jochen Witte Sent: Thursday, March 10, 2005 4:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] SIP, DNIS, Asterisk OK - just to be sure. When using Atserisk as a VoIP gateway, the incoming ISDn ANI (e.g. 123456) will be rewritten to something like sip:123456@foo.bar ? Am Donnerstag, den 10.03.2005, 15:48 -0500 schrieb Gilbert Abboud:> you can extract the ANI and DNIS from the SIP INVITE message when you call your IVR. > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Jochen > Witte > Sent: Thursday, March 10, 2005 3:35 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] SIP, DNIS, Asterisk > > > Hello, > > I am currently evaluating the possibilities to change our telephony > infrastructure for an IVR system to VoIP. I would like to try out > Asterisk like this: > > > PSTN <--------> Asterisk <---------> IVR > ISDN SIP/RTP > > > My main question is: Is it possible to forward the ANIS to my IVR via > SIP? If it is: how to I achieve this? > > Regards > Jochen > >-- Jochen Witte <devnull@alpha-lab.net> _______________________________________________ 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