<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hi Roberto,<br><br>i added this exntesions.conf <br><br>[spa]<br><span class="EC_Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">Exten =&gt; _1XXX,1,Dial(SIP/${EXTEN})</span><br><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">exten =&gt; _0.,1,Dial(SIP/1009/${EXTEN:1})<br><br>and in sip.conf:<br><br>[1009]<br>username=1009<br>type=friend<br>secret=1234<br>host=dynamic<br>canreinvite=yes<br>context=spa<br>disallow=all<br>allow=alaw<br>dtmfmode=info<br>qualify=yes<br>callgroup=1<br>pickupgroup=1<br><br><br><br></span></font>which i have the extension 1009 in sip.conf directed to it..<br>and then tried calling out but it still gave me the same error! <br><br>&nbsp;&nbsp;&nbsp; -- Executing [01442302@spa:1] Dial("SIP/1003-b5f0b840", "SIP/1009/01444444") in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 1009/01444444<br>&nbsp;&nbsp;&nbsp; -- Got SIP response 503 "Service Unavailable" back from 192.168.0.111<br>&nbsp;&nbsp;&nbsp; -- SIP/1009-0821d888 is circuit-busy<br>&nbsp; == Everyone is busy/congested at this time (1:0/1/0)<br>&nbsp; == Auto fallthrough, channel 'SIP/1003-b5f0b840' status is 'CONGESTION'<br></div><br><br><br><blockquote><hr id="EC_stopSpelling">From: roberto.milani@sbcglobal.net<br>To: asterisk-users@lists.digium.com<br>Date: Wed, 21 May 2008 10:29:21 -0700<br>Subject: Re: [asterisk-users] asterisk and sipura 3102 (pstn to sip/sip to        pstn calls)<br><br><div>Ciao Roland</div><div><br></div><div>your dialplan:</div><div><span class="EC_Apple-style-span" style="font-family: Tahoma; font-size: 13px;">Exten =&gt; _1XX,1,Dial(SIP/${EXTEN})&nbsp;<br></span></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">_1XX is a three (3) digit number starting with 1, I'm not sure what happens if you dial 1009 but it seems that it is dialing.</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">Anyway the ${EXTEN} is 1009 so asterisk is trying to dial that extension which doesn't exist.</span></font></div><div><br></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">your dial out should look something like:</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">[outgoing]</span></font></div><div><br></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">exten =&gt; _9.,1,Dial(SIP/100/${EXTEN:1})</span></font></div><div><br></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">where you're specifying that all the calls that starts with 9 will go to extension 100 (assuming that is your spa-3102) and there you dial the number dialed from the caller stripped by the 9 (that is the :1 after EXTEN)</span></font></div></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">Now 9 is standard in USA for outside line, in some other countries is 0, you choose</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">Ciao</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;">Roberto</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><div>On May 21, 2008, at 7:52 AM, RoLaNd RoLaNd wrote:</div><br class="EC_Apple-interchange-newline"><blockquote><span class="EC_Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div class="EC_hmmessage" style="font-size: 10pt; font-family: Tahoma;"><br><br>Hello Roberto,<br>&nbsp;<br>first of all, id like to thank you for your help with this..<br>secondly, i tried the configuration you gave me but it still gave me the same error..!<span class="EC_Apple-converted-space">&nbsp;</span><br>but just to b sure ill tell u wht im doing..<br>after following ur advice to the letter.. i kept my asterisk configuration the same the only thing i edited in sip.conf is adding the port for the pstn extension to match the one in sipura 3102.. and gave the PSTN line interface on sipura the user id of " 1009"<br>then i called from my softphone 1009 so i could dial out..<span class="EC_Apple-converted-space">&nbsp;</span><br>and it gave me this error in asterisk cli:<br>&nbsp;<br>&nbsp;<br>&nbsp;Connect attempt from '127.0.0.1' unable to authenticate<br>&nbsp;&nbsp;&nbsp; -- Executing [1009@spa:1] Dial("SIP/1003-b5f0e828", "SIP/1009") in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 1009<br>&nbsp;&nbsp;&nbsp; -- Got SIP response 503 "Service Unavailable" back from 192.168.0.111<br>&nbsp;&nbsp;&nbsp; -- SIP/1009-0821d888 is circuit-busy<br>&nbsp; == Everyone is busy/congested at this time (1:0/1/0)<br>&nbsp; == Auto fallthrough, channel 'SIP/1003-b5f0e828' status is 'CONGESTION'<br>&nbsp; == Parsing '/etc/asterisk/manager.conf': Found<br>&nbsp; == Parsing '/etc/asterisk/manager.d/op-panel.conf': Found<br>&nbsp; == Parsing '/etc/asterisk/users.conf': Found<br>&nbsp;<br><br>is that the right way of doing this?! do i call 1009 (pstn line user id) or wht!<span class="EC_Apple-converted-space">&nbsp;</span><br>ps: could us hare with me ur sip.conf and extensions.conf please just to compare mine with urs maybe something is missing!<span class="EC_Apple-converted-space">&nbsp;</span><br>&nbsp;<br>once again thanks for ur help :)<br><br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br><br>&gt; Message: 22<br>&gt; Date: Wed, 21 May 2008 06:49:39 -0700<br>&gt; From: Roberto Milani &lt;<a href="mailto:roberto.milani@sbcglobal.net">roberto.milani@sbcglobal.net</a>&gt;<br>&gt; Subject: Re: [asterisk-users] asterisk and sipura 3102 (pstn to<br>&gt; sip/sip to pstn calls)<br>&gt; To: Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt; &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>&gt; Message-ID: &lt;<a href="mailto:D01A8127-5C23-4329-8A5A-4079203B0B99@sbcglobal.net">D01A8127-5C23-4329-8A5A-4079203B0B99@sbcglobal.net</a>&gt;<br>&gt; Content-Type: text/plain; charset="windows-1252"<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; Hi Roland<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; I have 2 linksys spa-3102 working pretty good both dialing in and out<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; and I followed this instructions to set it up:<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; update to the latest firmware then:<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; ..Go to the first tab ?Voice? and sixth sub-tab ?Line 1?<br>&gt; ....SIP Settings:<br>&gt; ......SIP Port: Notice that it is set to 5060 for line 1 and 5061 for<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; PSTN Line (next tab). These port values must be correctly transferred<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; to the correct contexts in sip.conf.<br>&gt; ....Proxy and registration:<br>&gt; ......Proxy: 192.168.5.70 &lt; The IP address of your Asterisk server<br>&gt; ....Subscriber Information:<br>&gt; ......Display Name: LivingRoom &lt; This will be the test phone, but any<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; name would do as lone as it is used in the configuration files.<br>&gt; ......User ID: LivingRoom<br>&gt; ......Password: SomePassword<br>&gt; ......Auth ID: LivingRoom &lt; probably not needed<br>&gt; ....Dial Plan:<br>&gt; ......Dial Plan: (*xx|[3469]11|0|00|[2-9]xxxxxxxxx|<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; 1xxx[2-9]xxxxxxxxxS0|xxxxxxxxxxxx.) &lt; We have 10 digit local dialing.<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; The default is set for seven digit local dialing. Adjust as needed.<br>&gt; ......Emergency Number: &lt; Hmmm, I don?t know what to do here: it?s<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; probably important, but it is poor form to dial 911 just to test. . .<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; Help?<br>&gt; ....Click Submit All Changes<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; ..Go to the first tab ?Voice? and seventh sub-tab ?PSTN?:<br>&gt; ....SIP Settings:<br>&gt; ......SIP Port: Notice that it is set to 5061 for PSTN User and 5060<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; for Line 1. These port values must be correctly transferred to the<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; correct contexts in sip.conf.<br>&gt; ....Proxy and Registration:<br>&gt; ......Proxy: 192.168.5.70 &lt; The IP address of your Asterisk server<br>&gt; ....Subscriber Information:<br>&gt; ......Display Name: PSTN1 &lt; I have two lines so there is an PSTN2, but<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; we will not discuss it here.<br>&gt; ......User ID: PSTN1<br>&gt; ......Password: SomePassword<br>&gt; ......Auth ID: PSTN1 &lt; probably not needed.<br>&gt; ....Dial Plans:<br>&gt; ......Dial Plan 2: (S0&lt;:PSTN1&gt;) &lt; That is an S-zero. The incoming call<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; will be passed to your extensions.conf file with extension ?PSTN1?<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; where we will Playback a greeting to the caller and then playback the<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; main menu of our internal users and their extension numbers. You can<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; also use specific extension numbers, such as: (S0&lt;:2091&gt;), which will<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; send all incoming calls to that extension for processing. This might<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; work best with two or more external lines where a second call comes in<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; while the first is being processed through the main menu and extension<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; capture.<br>&gt; ....VoIP-To-PSTN Gateway Setup:<br>&gt; ......Line 1 VoIP Caller DP: 1 &lt; Leave this at 1. The SPA3102 will use<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; the Dial Plan 1 (above = (xx.)) so all your Dial Plan decision making<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; will be done in the Asterisk extensions.conf file. The SPA3102 will<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; dial out whatever Asterisk hands out.<br>&gt; ....PSTN-To-VoIP Gateway Setup:<br>&gt; ......PSTN Ring Thru Line 1: no &lt; When this is ?yes?, an incoming call<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; goes directly through to Line 1. We only want line 1 to ring when<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; Asterisk routs a call to it.<br>&gt; ......PSTN CID for VoIP CID: yes &lt; capture the Caller ID provided by<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; the incoming call and pass it through to Asterisk to display on your<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; internal phones.<br>&gt; ......PSTN Caller Default DP: 2 &lt; Change to 2. The incoming call will<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; be passed to your extensions.conf file with extension 's' as defined<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; in Dial Plan 2 (above).<br>&gt; ......Off Hook While Calling VoIP: no &lt; I read this in some Google<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; search. I don?t know what it does, but stuff seems to work. Help?<br>&gt; ....FXO Timer Values (sec):<br>&gt; ......PSTN Answer Delay: 5 &lt; Delay so that you can get the CID data.<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; NghtShd at<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://forum.voxilla.com/linksys-sipura-voip-support-forum/starter-spa3102-asterisk-setup-18612.html" target="_blank">http://forum.voxilla.com/linksys-sipura-voip-support-forum/starter-spa3102-asterisk-setup-18612.html</a><span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; claims that 5 seconds is long enough.<br>&gt; ....Click Submit All Changes<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; Ciao<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; Roberto<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; On May 21, 2008, at 6:00 AM, RoLaNd RoLaNd wrote:<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; Hello all,<br>&gt; &gt;<br>&gt; &gt; its been a while im trying to setup my asterisk/sipura 3102 to<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; recieve/make calls from softphones on pcs in my home..<br>&gt; &gt; i've set up 5 SIP extensions in sip.conf and made the dialing plan<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; in extensions.conf..<br>&gt; &gt; i could make calls from 1 sip phone to another in my home.. but i<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; cant call out using pstn line interface nor recieve calls..<br>&gt; &gt; please find below my topology as well as config info:<br>&gt; &gt;<br>&gt; &gt; (192.168.0.0)<br>&gt; &gt; ____________LAN______________<br>&gt; &gt; | | |<br>&gt; &gt; softphone asterisk sipura---------PSTN LINE<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Configuration:<br>&gt; &gt;<br>&gt; &gt; ASTERISK:<br>&gt; &gt;<br>&gt; &gt; sip.conf<br>&gt; &gt;<br>&gt; &gt; [101]<br>&gt; &gt; type=peer<br>&gt; &gt; port=5062<br>&gt; &gt; host=dynamic<br>&gt; &gt; secret=1234<br>&gt; &gt; context=spa<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; [103]<br>&gt; &gt; type=peer<br>&gt; &gt; port=5061<br>&gt; &gt; host=dynamic<br>&gt; &gt; secret=1234<br>&gt; &gt; context=spa<br>&gt; &gt;<br>&gt; &gt; [100]<br>&gt; &gt; type=peer<br>&gt; &gt; port=5061<br>&gt; &gt; host=dynamic<br>&gt; &gt; secret=1234<br>&gt; &gt; context=spa<br>&gt; &gt;<br>&gt; &gt; [111]<br>&gt; &gt; type=peer<br>&gt; &gt; port=5060<br>&gt; &gt; host=dynamic<br>&gt; &gt; secret=1234<br>&gt; &gt; context=spa<br>&gt; &gt;<br>&gt; &gt; ================================================== ===========<br>&gt; &gt;<br>&gt; &gt; EXTENSIONS.CONF<br>&gt; &gt;<br>&gt; &gt; [spa]<br>&gt; &gt; Exten =&gt; _1XX,1,Dial(SIP/${EXTEN})<br>&gt; &gt;<br>&gt; &gt; ================================================== ===========<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; and this is the settings i have right now for sipura 3102 in my PSTN<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; LINE:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://img84.imageshack.us/my.php?image=40541922um2.jpg" target="_blank">http://img84.imageshack.us/my.php?image=40541922um2.jpg</a><br>&gt; &gt;<br>&gt; &gt;<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://img98.imageshack.us/my.php?image=55448347ss9.jpg" target="_blank">http://img98.imageshack.us/my.php?image=55448347ss9.jpg</a><br>&gt; &gt;<br>&gt; &gt;<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://img262.imageshack.us/my.php?imag" target="_blank">http://img262.imageshack.us/my.php?imag</a><span class="EC_Apple-converted-space">&nbsp;</span>... 472qz3.jpg<br>&gt; &gt;<br>&gt; &gt; ps: i read so many tutorials and none seems to help..<br>&gt; &gt; lately whenever i try to call out using my sipphone.. it gives me<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; "503 service unavailable" and this is wht shows on the CLI of<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; asterisk when i set sip debug on..<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ubuntu-pbx-desktop*CLI&gt;<br>&gt; &gt; == Connect attempt from '127.0.0.1' unable to authenticate<br>&gt; &gt; -- Executing [1009@spa:1] Dial("SIP/1003-b5f05600", "SIP/1009")<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; in new stack<br>&gt; &gt; -- Called 1009*CLI&gt;<br>&gt; &gt; -- Got SIP response 410 "Gone" back from 192.168.0.111<br>&gt; &gt; -- SIP/1009-081741d0 is circuit-busy<br>&gt; &gt; == Everyone is busy/congested at this time (1:0/1/0)<br>&gt; &gt; == Auto fallthrough, channel 'SIP/1003-b5f05600' status is<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; 'CONGESTION'<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Invite your mail contacts to join your friends list with Windows<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; Live Spaces. It's easy! Try it!<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; &gt; _______________________________________________<br>&gt; &gt; -- Bandwidth and Colocation Provided by<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a><span class="EC_Apple-converted-space">&nbsp;</span>--<br>&gt; &gt;<br>&gt; &gt; asterisk-users mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL:<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20080521/7c9ef721/attachment.htm" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20080521/7c9ef721/attachment.htm</a><span class="EC_Apple-converted-space">&nbsp;</span><br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; ------------------------------<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a>--<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<span class="EC_Apple-converted-space">&nbsp;</span><br>&gt; End of asterisk-users Digest, Vol 46, Issue 69<br>&gt; **********************************************<br><br><br><hr>Get news, entertainment and everything you care about at Live.com.<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://www.live.com/getstarted.aspx%20" target="_blank">Check it out!</a>_______________________________________________<br>-- Bandwidth and Colocation Provided by<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a><span class="EC_Apple-converted-space">&nbsp;</span>--<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></div></span></blockquote></div><br></blockquote><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>