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_de...@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
>
--
_____________________________________________________________________
-- 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

Reply via email to