I have the following dialplan (segment) that isn't working as I expected it to: exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42) The plan was to have SIP/201 added to the group of ringing phones after 3 or so rings. What ends up happening, though, is the Zap/1 phone STOPs ringing when the dialplan falls through to the second line. The log reports: Feb 4 09:20:52 WARNING[26889] chan_zap.c: Unable to ring phone: Device or resou rce busy So, it seems to me that the Zap interface isn't ready yet to take another call. Is there another way I can accomplish the same thing? This method seems to work great when I'm dealing with all SIP phones. This one kind of blindsided me. Thanks. ttyl srw
>From: Scott Walde <scott@waldetech.ca> > >I have the following dialplan (segment) that isn't working as I expected it >to: > >exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) >exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42)Interestingly, although the Asterisk Manual (by Mark Spencer and so on) contains an almost identical sample plan fragment, in reality, it seems to need a Wait() in between to reset the Zap channel in the first Dial(). I tested with TDM400. Inserted a 1-2 sec wait and it did what you wanted. Yuan Liu>The plan was to have SIP/201 added to the group of ringing phones after 3 >or so rings. What ends up happening, though, is the Zap/1 phone STOPs >ringing when the dialplan falls through to the second line. The log >reports: > >Feb 4 09:20:52 WARNING[26889] chan_zap.c: Unable to ring phone: Device or >resou >rce busy > >So, it seems to me that the Zap interface isn't ready yet to take another >call. > >Is there another way I can accomplish the same thing? This method seems to >work great when I'm dealing with all SIP phones. This one kind of >blindsided me. > >Thanks. > >ttyl >srw > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Yuan LIU wrote:>> >> exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) >> exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42) > > Interestingly, although the Asterisk Manual (by Mark Spencer and so > on) contains an almost identical sample plan fragment, in reality, it > seems to need a Wait() in between to reset the Zap channel in the > first Dial(). I tested with TDM400. Inserted a 1-2 sec wait and it > did what you wanted.I thought about doing that but was worried about the condition where someone answers a phone during that 1 second (which is actually quite likely to happen) and they only get dialtone rather than answering the incoming call. Has this not been an issue for you? ttyl srw
On Sunday 04 February 2007 2:29 pm, Scott Walde wrote:> I have the following dialplan (segment) that isn't working as I expected > it to: > > exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) > exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42) > > The plan was to have SIP/201 added to the group of ringing phones after > 3 or so rings. What ends up happening, though, is the Zap/1 phone STOPs > ringing when the dialplan falls through to the second line. The log > reports: > > Feb 4 09:20:52 WARNING[26889] chan_zap.c: Unable to ring phone: Device > or resou > rce busy > > So, it seems to me that the Zap interface isn't ready yet to take > another call. > > Is there another way I can accomplish the same thing? > This method seems to work great when I'm dealing with all SIP phones. > This one kind of blindsided me.I've run into this too at my house; the solution was to have a wait(1) between them but, as you've mentioned, this does cause other problems. It's amazing how often you *will* run into that 1-second gap. -A.
Need to deploy between 50 to 300 lightweight Linux - only browser and softphone. Any recomendations? --------------------------------- Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070205/5575c36c/attachment.htm
chester c young wrote:> Need to deploy between 50 to 300 lightweight Linux - only browser and > softphone. > > Any recomendations?I use X-lite every day. It works a heck of a lot better under Linux than Windos, but it does have some anoying UI bugs. As for the browser, how lightweight? What browser features will you actually use? -HJC
On Mon, Feb 05, 2007 at 01:46:24PM -0800, chester c young wrote:> Need to deploy between 50 to 300 lightweight Linux - only browser and softphone.If you want to avoid the geckos, then try kiax and konqueror, or kiax and twinkle. It may turn out to be lighter than firefox in total. -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
On Mon, 5 Feb 2007, chester c young wrote:> Need to deploy between 50 to 300 lightweight Linux - only browser and > softphone. > > Any recomendations?Idefisk for the softphone. Lynx for the browser ;-) Gordon
On Mon, 2007-02-05 at 22:37 +0000, Gordon Henderson wrote:> On Mon, 5 Feb 2007, chester c young wrote: > > > Need to deploy between 50 to 300 lightweight Linux - only browser and > > softphone. > > > > Any recomendations? > > Idefisk for the softphone. >I agree idefisk. Is light and supports IAX2.> Lynx for the browser ;-) >Dilo or switfox [1] ;) [1] http://getswiftfox.com/releases.htm> Gordon > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Guillermo Salas M. Telconet S.A. Calle 15 y Avenida 24 Esq Edificio Barre #2 Primer Piso Telefono : +593 5 262 8071 Celular : +593 9 985 5138 e-mail : gsalas@manta.telconet.net www : http://www.manta.telconet.net http://www.telcocarrier.net Linux User: 255902 Beat me, whip me, make me use Windows! Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html Please avoid the Top Posting, see http://es.wikipedia.org/wiki/Top-posting
>> > Need to deploy between 50 to 300 lightweight Linux - only browser >> > and softphone. >> >> You might want to consider our lightweight java softphone (Corraleta >> SDK) - it can be embedded in >> a web page - zero install/config in the client. The UI is in HTML and >> javascript, >> so you can get it _exactly_ the way you want it. > > Is this a commercial app? > I cant find a download link or something about prices.We are recently launcing CallNow to provide complete web page with zero install / config for the client For the moment we would recommend X-Lite or Idefisk are both supported Please call for more info ;) www.bicomsystems.com/callnow/