Hi Once I installed astrisk , how do we connect with SIP interface ? Can somebody guide me how to integrate SIP interface with asterisk ? I want to use Astrisk just for IVR purpose. Thank you Luke -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130511/a6d32bfe/attachment.htm>
what SIP interface means? could you make an example On May 12, 2013, at 4:04 AM, luke devon <luke_devon at yahoo.com> wrote:> Hi > > Once I installed astrisk , how do we connect with SIP interface ? > Can somebody guide me how to integrate SIP interface with asterisk ? I want to use Astrisk just for IVR purpose. > > Thank you > Luke > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130512/3f32cb4c/attachment.htm>
Asghar Mohammad
2013-May-12 10:07 UTC
[asterisk-users] Integrate Astreisk with SIP interface
what you mean by interface? if you want connect sip phone with asterisk there are 2 file to modify 1. sip.conf 2. extensions.conf. for creating sip user add following in sip.conf [ivr_user] defaultuser=ivruser ;username for sip phone secret=ivruser ;password for sip phone context=ivrcontext for more read examples in sip.conf for ivr add following in extensions.conf [ivruser] exten 123,1,Playback(your ivr file goes here) exten 123,n.Hangup for more read examples in extensions.conf reload asterisk register sip phone with asterisk dial 123 from sip phone hope this will help you. On Sun, May 12, 2013 at 4:04 AM, luke devon <luke_devon at yahoo.com> wrote:> Hi > > Once I installed astrisk , how do we connect with SIP interface ? > Can somebody guide me how to integrate SIP interface with asterisk ? I > want to use Astrisk just for IVR purpose. > > Thank you > Luke > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130512/a6837776/attachment.htm>