<div dir="ltr">what you mean by interface?<div style>if you want connect sip phone with asterisk there are 2 file to modify</div><div style>1. sip.conf</div><div style>2. extensions.conf.</div><div style><br></div><div style>
for creating sip user add following in sip.conf</div><div style><br></div><div style>[ivr_user]</div><div style>defaultuser=ivruser   ;username for sip phone</div><div style>secret=ivruser          ;password for sip phone</div>
<div style>context=ivrcontext</div><div style><br></div><div style>for more read examples in sip.conf</div><div style><br></div><div style>for ivr add following in extensions.conf<br></div><div style><br></div><div style>
[ivruser]</div><div style>exten 123,1,Playback(your ivr file goes here)</div><div style>exten 123,n.Hangup</div><div style><br></div><div style>for more read examples in extensions.conf<br></div><div style><br></div><div style>
reload asterisk</div><div style><br></div><div style>register sip phone with asterisk</div><div style><br></div><div style>dial 123 from sip phone</div><div style>hope this will help you.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, May 12, 2013 at 4:04 AM, luke devon <span dir="ltr">&lt;<a href="mailto:luke_devon@yahoo.com" target="_blank">luke_devon@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:10pt;font-family:Courier New,courier,monaco,monospace,sans-serif"><div>Hi <br></div><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">
<br></div><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">Once I installed astrisk , how do we connect with SIP interface ? <br></div>
<div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">Can somebody guide me how to integrate SIP interface with asterisk ? I want to use Astrisk just for IVR purpose.</div>
<div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif"><br></div><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">
Thank you</div><span class="HOEnZb"><font color="#888888"><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">Luke</div></font></span></div>
</div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>