Re: [asterisk-users] Customized Queuing Strategy

2008-08-04 Thread Atis Lezdins
___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis

Re: [asterisk-users] Customized Queuing Strategy

2008-08-04 Thread Atis Lezdins
somebody with penalty 2. Then, if dialed member(s) don't answer, queue will again try somebody with penalty 1 first. Regards, Atis Thanks Syed nasr -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atis Lezdins Sent: Monday, August 04, 2008 2:29

Re: [asterisk-users] Queue Penalties not working properly

2008-08-05 Thread Atis Lezdins
://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation

Re: [asterisk-users] Grandstream RS-232 config (slightly off-topic)

2008-08-05 Thread Atis Lezdins
everything that's available from web. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation

Re: [asterisk-users] problem with iaxmodem!

2008-08-06 Thread Atis Lezdins
=x context=fax permit=127.0.0.1 allow=all P.S. after editing inittab, you also have to execute # kill -HUP 1 So that init process re-reads configuration. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

Re: [asterisk-users] FAX t.38 on Asterisk 1.6?

2008-08-08 Thread Atis Lezdins
: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth

Re: [asterisk-users] FAX t.38 on Asterisk 1.6?

2008-08-08 Thread Atis Lezdins
unsuccessful on that part. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Asterisk 1.4 T38 UDPTL Pass Through MAX TNT and Linksys 2102

2008-08-14 Thread Atis Lezdins
t38pt_udptl=yes [callweaver] type=friend host=127.0.0.1 permit=127.0.0.1 context=callweaver_out port=7060 allow=all canreinvite=no t38pt_udptl=yes ; note - SIP provider don't have entry, it's dialed by IP. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype

Re: [asterisk-users] Asterisk stress call test

2008-08-15 Thread Atis Lezdins
download it here http://ftp.iq-labs.net/pbx-test/ If you find it useful, or get into some problems, don't hesitate to write me. If you need just bunch of identical calls, you may also try out SIPp. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype

Re: [asterisk-users] AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?

2008-08-15 Thread Atis Lezdins
of call. A little clutter, but it works more or less. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] US-based echo test servers?

2008-08-18 Thread Atis Lezdins
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Changing callerID in a context

2008-08-22 Thread Atis Lezdins
[01],2,Return() ; and so on, just better reorganize your extensions so that this can match patterns better. [dial-out] exten = _9.,1,GoSub(clid-mangle,${CALLERID(num)},1) exten = _9.,2,Dial(SIP/provider) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype

Re: [asterisk-users] is shared_lastcall available in 1.4

2008-08-26 Thread Atis Lezdins
be fairly simple. Also i would suggest subscribing to asterisk-svn and watch for commits to app_queue to not miss any bugfixes to it. Migration to 1.6 could be more time consuming, as there are lot of changes, you will probably have to adjust dialplan, etc. Regards, Atis -- Atis Lezdins, VoIP

Re: [asterisk-users] is shared_lastcall available in 1.4

2008-08-26 Thread Atis Lezdins
On Tue, Aug 26, 2008 at 5:39 PM, Bob Pierce [EMAIL PROTECTED] wrote: On Tue, 2008-08-26 at 17:30 +0300, Atis Lezdins wrote: I'd say - go for backport instead. shared_lastcall is commited in http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?r1=86820r2=86985 and it seems

Re: [asterisk-users] is shared_lastcall available in 1.4

2008-08-27 Thread Atis Lezdins
On Tue, Aug 26, 2008 at 7:26 PM, Bob Pierce [EMAIL PROTECTED] wrote: On Tue, 2008-08-26 at 17:53 +0300, Atis Lezdins wrote: Are there any plans to back port this feature into upcoming 1.4 releases? No, new features are added only in trunk, and released in next major release (1.6). So

Re: [asterisk-users] Fax issue over cisco gateway

2008-08-27 Thread Atis Lezdins
handshake whenever they detect fax on line. Looking into specs, says me that 2801 supports T.38, so perhaps it could be better idea (altough you would have to use Asterisk 1.6 and app_txfax for sending faxes) Also Hylafax log could say something. Regards, Atis -- Atis Lezdins, VoIP Project

Re: [asterisk-users] play remote file

2008-09-02 Thread Atis Lezdins
from web server to Asterisk server. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-02 Thread Atis Lezdins
deadlock problem in state_interface, however that shouldn't keep you away, as we have 2000 calls per day and we've seen it only once for half year. I hope it will be fixed soon.. (putnopvut?) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell

Re: [asterisk-users] AgentCallbackLogin AddQueueMember

2008-09-03 Thread Atis Lezdins
| MEMBERALREADY | NOSUCHQUEUE Example: AddQueueMember(techsupport|SIP/3000) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Asterisk Queue's

2008-09-03 Thread Atis Lezdins
it to any value, so that device state events are generated, so set it to 10 or 20 to have no actual limit. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] realtime queue reload

2008-09-07 Thread Atis Lezdins
reload. As for executing CLI commands, see manager action Command: http://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action+Command Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689

Re: [asterisk-users] realtime queue reload

2008-09-08 Thread Atis Lezdins
On Mon, Sep 8, 2008 at 8:37 AM, Thomas Winter [EMAIL PROTECTED] wrote: On Sunday 07 September 2008 21:49, Atis Lezdins wrote: On Sun, Sep 7, 2008 at 4:56 PM, Thomas Winter [EMAIL PROTECTED] wrote: is not work for periodic-announce-frequency and periodic-announce. An reload is necessary

Re: [asterisk-users] how to disallow the native bridge between the two channel

2008-09-08 Thread Atis Lezdins
media processing away from your CPU. Alternatively you can enable Monitor/MixMonitor, it should keep Asterisk in media path. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1

Re: [asterisk-users] realtime queue reload

2008-09-09 Thread Atis Lezdins
On Tue, Sep 9, 2008 at 1:22 PM, Thomas Winter [EMAIL PROTECTED] wrote: On Monday 08 September 2008 14:44, Atis Lezdins wrote: On Mon, Sep 8, 2008 at 8:37 AM, Thomas Winter [EMAIL PROTECTED] wrote: I dont have problem to make a reload by AMI. My questions was if module reload app_queue.so

Re: [asterisk-users] how to disallow the native bridge between the two channel

2008-09-09 Thread Atis Lezdins
Atis Lezdins wrote : On Mon, Sep 8, 2008 at 11:39 AM, bala krishnan [EMAIL PROTECTED] wrote: Hi, To disallow the native bridge between the zap channels, i enabled the t flag in the Dial application. But i dont want to allow the callee/caller to transfer the call. Why would you need

Re: [asterisk-users] how to disallow the native bridge between the two channel

2008-09-10 Thread Atis Lezdins
before you dial to destination peer. For example: Monitor(ulaw,/tmp/recording-${UNIQUEID},b); Regards, Atis Kindly give your suggestion on this. Asterisk version - 1.4.21.2 Thanks, balasam. On Tue, 09 Sep 2008 Atis Lezdins wrote : On Tue, Sep 9, 2008 at 3:19 PM, bala krishnan [EMAIL

Re: [asterisk-users] Video on Hold?

2008-09-12 Thread Atis Lezdins
there was some weird application level support. Does chan_mobile supports video too? Would it be possible to have 3G adapter and interact with it? This just brings Asterisk to new level :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone

Re: [asterisk-users] Executing dialplan after the call normaly ended

2008-09-12 Thread Atis Lezdins
need to continue the execution if the caller hangs up first too. What do I need to do? Search for h extension Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] realtime queue asterisk 1.6.0-beta5

2008-09-17 Thread Atis Lezdins
, recompile Asterisk with DONT_OPTIMIZE and then load core file in gdb and launch bt full. For more info see doc/backtrace.txt in asterisk source directory. You can search for existing problems in bugs.digium.com or post here if unsure. Regards, Atis -- Atis Lezdins, VoIP Project Manager

Re: [asterisk-users] Disable CDR?

2008-09-29 Thread Atis Lezdins
0 7 modules loaded And add in modules.conf: noload = cdr_csv.so noload = cdr_odbc.so noload = cdr_pgsql.so noload = cdr_sqlite.so noload = cdr_sqlite3_custom.so for each module not used. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins

Re: [asterisk-users] Software patents (was G723 on asterisk 1.4.1)

2008-10-01 Thread Atis Lezdins
. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] Software patents (was G723 on asterisk 1.4.1)

2008-10-01 Thread Atis Lezdins
On Wed, Oct 1, 2008 at 10:12 AM, Steve Underwood [EMAIL PROTECTED] wrote: Atis Lezdins wrote: On Wed, Oct 1, 2008 at 6:34 AM, Andrew Joakimsen [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 11:34 PM, Tilghman Lesher [EMAIL PROTECTED] wrote: It is completely illegal in any country

Re: [asterisk-users] Software patents (was G723 on asterisk 1.4.1)

2008-10-01 Thread Atis Lezdins
On Wed, Oct 1, 2008 at 5:09 PM, Steve Underwood [EMAIL PROTECTED] wrote: Atis Lezdins wrote: On Wed, Oct 1, 2008 at 10:12 AM, Steve Underwood [EMAIL PROTECTED] wrote: Atis Lezdins wrote: On Wed, Oct 1, 2008 at 6:34 AM, Andrew Joakimsen [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 11

Re: [asterisk-users] Asterisk Queue question

2008-10-02 Thread Atis Lezdins
app_queue.so would do the trick :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation

Re: [asterisk-users] asteriskt38.com

2008-10-06 Thread Atis Lezdins
had passtrough mode and 1.6 can send and receive. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth

Re: [asterisk-users] AEL and swap from macros to contexts

2008-10-06 Thread Atis Lezdins
. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] asteriskt38.com

2008-10-06 Thread Atis Lezdins
it every day. On Mon, Oct 6, 2008 at 7:32 AM, Atis Lezdins [EMAIL PROTECTED] wrote: Actually it exists. 1.4 had passtrough mode and 1.6 can send and receive. Hopefully it works. The one in CallWeaver doesn't. How do you mean - it doesn't? We currently use CallWeaver - Asterisk 1.4 - SIP Provider

Re: [asterisk-users] No reply to our critical packet

2008-10-06 Thread Atis Lezdins
-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] AEL and swap from macros to contexts

2008-10-07 Thread Atis Lezdins
On Tue, Oct 7, 2008 at 2:20 PM, Pavel Jezek [EMAIL PROTECTED] wrote: Atis Lezdins wrote: On Tue, Oct 7, 2008 at 8:45 AM, Pavel Jezek [EMAIL PROTECTED] wrote: Steve Murphy wrote: On Mon, 2008-10-06 at 18:25 +0200, Pavel Jezek wrote: Atis Lezdins wrote: On Mon, Oct 6, 2008 at 5:21 PM

Re: [asterisk-users] AEL and swap from macros to contexts

2008-10-07 Thread Atis Lezdins
On Tue, Oct 7, 2008 at 8:45 AM, Pavel Jezek [EMAIL PROTECTED] wrote: Steve Murphy wrote: On Mon, 2008-10-06 at 18:25 +0200, Pavel Jezek wrote: Atis Lezdins wrote: On Mon, Oct 6, 2008 at 5:21 PM, Pavel Jezek [EMAIL PROTECTED] wrote: Hi, according to discussion on asterisk IRC, where

Re: [asterisk-users] Question on using DMZ

2008-10-09 Thread Atis Lezdins
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Compile logger-mysql.c with UNDEFINED REF to `mysql_error'

2008-10-10 Thread Atis Lezdins
, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] realtime queue_log to mySQL backport to 1.4

2008-10-13 Thread Atis Lezdins
INSERT INTO cdr_log ... Is there anyone who can help me? -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth

Re: [asterisk-users] Asterisk voicemail

2008-10-14 Thread Atis Lezdins
, there's command -t which could be passed at asterisk startup, then asterisk will write all files in /var/spool/asterisk/tmp (allocating empty filename before), and after recording finishes it will move them to correct location. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer

Re: [asterisk-users] realtime queue_log to mySQL backport to 1.4

2008-10-14 Thread Atis Lezdins
(qlog, %ld|%s|%s|%s|%s|, (long)time(NULL), callid, queuename, agent, event); [...] + } } -Original Message- From: Atis Lezdins [mailto:[EMAIL PROTECTED] Sent: Monday, 13 October 2008 8:02 PM To: Lee, John (Sydney) Cc: Asterisk Users Mailing List - Non

Re: [asterisk-users] realtime queue_log to mySQL backport to 1.4

2008-10-15 Thread Atis Lezdins
Configuration Driver 0 1 modules loaded This should also be fine. You could also try catching me on irc, just look for atis_work or atis_home in #asterisk. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

Re: [asterisk-users] a little regex help needed

2008-10-20 Thread Atis Lezdins
-- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

Re: [asterisk-users] [help] Realtime Swich any context dinamically

2008-10-21 Thread Atis Lezdins
you would need to issue dialplan reload or AEL reload whenever you add a context. Regards, Atis P.S. try to not post twice :) -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Agents log in afterhours

2008-10-25 Thread Atis Lezdins
after hours all agents are logged out every 15 minutes. So, they are allowed to work after official working hours, but they just have to relogin every 15 minutes. Realtime queue members in MySQL and cron script makes this quite straightforward :) Regards, Atis -- Atis Lezdins, VoIP Project

Re: [asterisk-users] Fring: Open VPN client to be installed on the mobile, which mobile?

2008-10-27 Thread Atis Lezdins
and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004

[asterisk-users] [OT] Flash player for call recordings - 8khz

2008-10-29 Thread Atis Lezdins
-- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

Re: [asterisk-users] AEL NoOp not working

2008-11-05 Thread Atis Lezdins
something obvious ? Hi, NoOp is not outputting anything, it's just does nothing, however you should still be able to see Executing NoOp(blablabla) in console, as it's a command. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone

Re: [asterisk-users] Phishing attempt

2008-11-05 Thread Atis Lezdins
?RGlnaXVt?= [EMAIL PROTECTED] -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] AEL NoOp not working

2008-11-05 Thread Atis Lezdins
On Wed, Nov 5, 2008 at 5:28 PM, Olivier [EMAIL PROTECTED] wrote: 2008/11/5 Atis Lezdins [EMAIL PROTECTED] On Wed, Nov 5, 2008 at 12:39 PM, Olivier [EMAIL PROTECTED] wrote: Hi, I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2 I'm using NoOp and Verbose functions inside

Re: [asterisk-users] Variable Scope Question

2008-11-06 Thread Atis Lezdins
the call will go (within Asterisk of course) you will have variable ${company} For more information please see http://www.voip-info.org/wiki-Asterisk+variables Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

Re: [asterisk-users] [OT] Capitalism (was: Spam from DIDForSale [EMAIL PROTECTED])

2008-11-06 Thread Atis Lezdins
recently submitted idea for Google Project 10^100 which would help implementing Resource Basec Economy (i just didn't knew that such term exists). Can't wait January 27th.. :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371

Re: [asterisk-users] tired of midget packet received warnings

2008-11-08 Thread Atis Lezdins
the same flexibility. You can disable specific log levels (for example warnings) in logger.conf or you can log everything to syslog, where filter out this specific message. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004

Re: [asterisk-users] QueueLog from AMI

2008-11-12 Thread Atis Lezdins
. Regards, Atisw -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] QueueLog from AMI

2008-11-12 Thread Atis Lezdins
backporting 3 added lines) when upgrading to 1.6.1. http://svn.digium.com/view/asterisk?view=revrevision=120166 Regards, Atis -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Atis Lezdins Enviado el: Wednesday, November 12, 2008 3:16 PM Para: Asterisk

Re: [asterisk-users] QueueLog from AMI

2008-11-12 Thread Atis Lezdins
in month or two. Next release in 1.6.0 branch will be 1.6.0.2. Regards, Atis Regards -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Atis Lezdins Enviado el: Wednesday, November 12, 2008 5:12 PM Para: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] List eating mail again?

2008-11-12 Thread Atis Lezdins
Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

Re: [asterisk-users] Looking for a good lightweight Linux softPhone

2008-11-14 Thread Atis Lezdins
-- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk

Re: [asterisk-users] RTP LOG

2008-11-14 Thread Atis Lezdins
/mailman/listinfo/asterisk-users ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis

Re: [asterisk-users] Looking for a good lightweight Linux softPhone

2008-11-14 Thread Atis Lezdins
On Fri, Nov 14, 2008 at 10:27 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Fri, Nov 14, 2008 at 08:34:48PM +0200, Atis Lezdins wrote: On Fri, Nov 14, 2008 at 7:07 PM, Jeff LaCoursiere [EMAIL PROTECTED] wrote: On Fri, 14 Nov 2008, Gordon Henderson wrote: On Fri, 14 Nov 2008, Tilghman

Re: [asterisk-users] Debugging Asterisk

2008-11-17 Thread Atis Lezdins
there. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] How long will Asterisk 1.4.x supported/maintained

2008-11-17 Thread Atis Lezdins
tag (for example 1.4.19 to 1.4.22) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation

Re: [asterisk-users] IF else

2008-11-19 Thread Atis Lezdins
-- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] IF else

2008-11-19 Thread Atis Lezdins
On Wed, Nov 19, 2008 at 6:51 PM, Steve Edwards [EMAIL PROTECTED] wrote: On Wed, 19 Nov 2008, Atis Lezdins wrote: 1) Start using AEL (remove this context from extensions.conf and add to extensions.ael): context a2billing { _X. = { if(${EXTEN}=111) { Playback(AR_GetGiveToID

Re: [asterisk-users] Any other free toll free SIP providers out there?

2008-11-20 Thread Atis Lezdins
they could even pay for advertising to get included there ;-) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Macro conversion in 1.6

2008-11-20 Thread Atis Lezdins
was changed from pipe to comma. Unless you read it, you might also experience lot of other problems. It should be Macro(phones,200,SIP/200) However it's not recommended to use macro's, you are encouraged to convert them to GoSub's, as they now support arguments. Regards, Atis -- Atis Lezdins, VoIP

Re: [asterisk-users] Ping

2008-11-21 Thread Atis Lezdins
://lists.digium.com/mailman/listinfo/asterisk-users Pong GMail's preview looks fun - Ping -- Bandwidth and Colocation Provided by http://www.api-digital.com; Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

[asterisk-users] Log level of 500 Server Internal Error.

2008-11-21 Thread Atis Lezdins
checking logs for warnings and errors, so i probably have missed those.. It would be great indication that something is not ok - either outgoing trunk or local phone is bad. Any opinions? Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype

Re: [asterisk-users] Log level of 500 Server Internal Error.

2008-11-21 Thread Atis Lezdins
On Fri, Nov 21, 2008 at 7:32 PM, Alex Balashov [EMAIL PROTECTED] wrote: Atis Lezdins wrote: Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 Server Internal Error I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries

Re: [asterisk-users] Limit the number of users in a meetmeconference?

2008-11-21 Thread Atis Lezdins
() in the dialplan. Thanks for the info! - Noah If it's in realtime, then it should also work from config file. If it's not, then file a bug. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone

Re: [asterisk-users] SendImage()

2008-11-24 Thread Atis Lezdins
is insignificant, nobody should be offended.. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 ___ -- Bandwidth

Re: [asterisk-users] Asterisk 1.6 mysql cdr log problem

2008-11-24 Thread Atis Lezdins
should detect table structure and warn about missing fields. If it's so, perhaps you can change asterisk - mysql (res_cdr_addon_mysql if i remember correctly) to do an alter on your table - then it will automagically create missing fields. Regards, Atis -- Atis Lezdins, VoIP Project Manager

Re: [asterisk-users] Log level of 500 Server Internal Error.

2008-11-24 Thread Atis Lezdins
On Fri, Nov 21, 2008 at 7:48 PM, Alex Balashov [EMAIL PROTECTED] wrote: Atis Lezdins wrote: On Fri, Nov 21, 2008 at 7:32 PM, Alex Balashov [EMAIL PROTECTED] wrote: Atis Lezdins wrote: Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 Server Internal Error I just noticed that i

Re: [asterisk-users] database queries from extensions.conf

2008-11-24 Thread Atis Lezdins
__ ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Atis Lezdins, VoIP Project Manager

Re: [asterisk-users] Asterisk 1.6 mysql cdr log problem

2008-11-25 Thread Atis Lezdins
On Tue, Nov 25, 2008 at 2:19 AM, Tilghman Lesher [EMAIL PROTECTED] wrote: On Monday 24 November 2008 11:38:09 am Atis Lezdins wrote: On Sun, Nov 23, 2008 at 2:19 PM, Artifex Maximus [EMAIL PROTECTED] wrote: I've installed a new Asterisk 1.6.0.1 with addons and dahdi drivers and tools but my

Re: [asterisk-users] SVN

2008-11-26 Thread Atis Lezdins
info about how it's not working for you. Probably it's that http://svn.digium.com/ gives 403 error. As i recall, it showed up when some search engine tried to indexing whole SVN ignoring robots.txt, so Digium disabled root page. Now you can access it by adding /view/ to URL. Regards, Atis -- Atis

Re: [asterisk-users] Any 1.6 SendFAX example ?

2008-11-27 Thread Atis Lezdins
dial destination number (SIP/[EMAIL PROTECTED]) and send local side of channel to fax_out,${NUMBER},1 which does SendFax. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work

Re: [asterisk-users] Any 1.6 SendFAX example ?

2008-11-27 Thread Atis Lezdins
(which sends trough Asterisk with T38 passtrough). So, if you have PRI ir analogue lines, use IAXmodem, otherwise you have to do either T38modem or SendFax. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
callers within queue by setting QUEUE_PRIO variable before sending call to queue. You could try to describe why you need two queues and what should be rules to distribute calls - so we can help you with overall architecture. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
, Atis Lezdins [EMAIL PROTECTED] wrote: On Fri, Nov 28, 2008 at 1:13 PM, equis software [EMAIL PROTECTED] wrote: Hi! I want to know the way that calls are answer in this case... I have queue1 and queue2, one agent that receive call from both queues. queue1 - call1 queue1 - call2 queue2 - call3

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
, but it could be complex :) Regards, Atis regards On Fri, Nov 28, 2008 at 12:31 PM, Atis Lezdins [EMAIL PROTECTED] wrote: On Fri, Nov 28, 2008 at 4:16 PM, Darrin Henshaw [EMAIL PROTECTED] wrote: One thing you also will run into is listed here: http://www.voip-info.org/wiki/view

Re: [asterisk-users] Asterisk 1.2.30.3, 1.4.23-rc2, 1.6.0.2, 1.6.1-beta3, and Asterisk-Addons 1.6.0.1, 1.6.1-rc2 released

2008-12-02 Thread Atis Lezdins
: error: (Each undeclared identifier is reported only once manager.c:1732: error: for each function it appears in.) make[1]: *** [manager.o] Error 1 make: *** [main] Error 2 Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell

Re: [asterisk-users] Asterisk 1.2.30.3, 1.4.23-rc2, 1.6.0.2, 1.6.1-beta3, and Asterisk-Addons 1.6.0.1, 1.6.1-rc2 released

2008-12-02 Thread Atis Lezdins
2008 i686 GNU/Linux Debian Sid - Linux debian 2.6.26-1-686 #1 SMP Thu Oct 9 15:18:09 UTC 2008 i686 GNU/Linux 1.6.0.1 compiled fine on at least two Fedoras. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004

Re: [asterisk-users] Parking calls

2008-12-03 Thread Atis Lezdins
to IVR or even Dial() and at later point check results. For example you can add G or M argument to Dial() to execute part of dialplan macro/gosub upon answer. Hope that my explanation helps :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype

Re: [asterisk-users] Parking calls

2008-12-03 Thread Atis Lezdins
it shouldn't be a problem. All you need is to store ${CHANNEL} name of current channel before entering MusicOnHold(). Also you could take a look at GROUP_COUNT function, perhaps it in some way can help you :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc

Re: [asterisk-users] Parking calls

2008-12-03 Thread Atis Lezdins
it worked!; } ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atis Lezdins Sent: miércoles, 03 de diciembre de 2008 03:48 p.m. To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Parking calls On Wed, Dec 3

Re: [asterisk-users] Parking calls

2008-12-03 Thread Atis Lezdins
spitted out ideas of how i would solve it. I looked at available commands, and if you say MusicOnHold doesn't stop, you have to terminate it somehow. Regards, Atis Thanks for your solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atis Lezdins

Re: [asterisk-users] CDR Design

2008-12-05 Thread Atis Lezdins
, but it's hard to find time for reading RFC (i'm in middle yet). So, i hope this will go on and allow me to respond with some objective comments. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1

Re: [asterisk-users] CDR Design

2008-12-05 Thread Atis Lezdins
refrain until i complete reading Murf's RFC. I just don't feel competent enough to speak about this without reading he's ideas first. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689

Re: [asterisk-users] top posting again [was: Re: CDR Design]

2008-12-05 Thread Atis Lezdins
policy It's not official policy, however it's pleasant in long discussions. It's good to make it a personal habit :) Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work

Re: [asterisk-users] top posting again [was: Re: CDR Design]

2008-12-05 Thread Atis Lezdins
/asterisk-users i have the solution so every one is happy i will write over and below :- ) əsuəs səʞɐɯ -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] CLI and choice of messages

2008-12-05 Thread Atis Lezdins
) and it will be printed out with Verbosity of 0. That's default verbosity you see in CLI. NoOp really does nothing as opposed to Verbose(), so you will see it only in -- Executing message which has verbosity 2. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL

Re: [asterisk-users] top posting again [was: Re: CDR Design]

2008-12-05 Thread Atis Lezdins
reader which will automatically scroll to the top of the latest info, let me know. If there is a technological fix, perhaps these threads will die down. GMail webinterface does automatically hides quotations. I expect that other mail clients are following. Regards, Atis -- Atis Lezdins, VoIP

Re: [asterisk-users] config from DB

2008-12-07 Thread Atis Lezdins
jumping to other context. Upon returning from gosub it would be back the same. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835

Re: [asterisk-users] Asterisk spoken digits

2008-12-11 Thread Atis Lezdins
://www.voip-info.org/wiki/view/Asterisk+cmd+SetLanguage Set(CHANNEL(language)=my) and put your digits in /var/lib/asterisk/sounds/my/digits Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1

Re: [asterisk-users] Asterisk / Hylafax

2008-12-16 Thread Atis Lezdins
installing ffmpeg of course. Local copies of opal i have mentions libavcodec/ffmpeg only in plugins dir. Did you compiled plugins? Perhaps you can try deleting everything there. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, a...@iq-labs.net Skype: atis.lezdins Cell Phone

<    1   2   3   4   >