Re: [asterisk-users] HP DL360 G5 better than HP DL360 G7 ?

2012-07-24 Thread Hans Witvliet
On Sun, 2012-06-03 at 23:23 -0400, Tom Browning wrote:
 Any tips on solving the following performance conundrum:
 
 Asterisk 1.8.12.2 running on HP DL360 G5 and G7s
 
 tcpdump running to capture UDP 5060/SIP signaling to .pcap files
 
 All calls are ultimately B2BUA client - asterisk - PSTN
 
 Media stays on Asterisk at all times
 
 AGI script has exit handler that connects and updates an external
 database upon BYE from either side.
 
 I know that if exit handler hangs around too long, Bad Things (tm) will 
 happen.
 
 Oddly, under load (60-100 B2BUA calls), the G7s start complaining:
 
 Autodestruct on dialog 'CALLID' with owner in place (Method: BYE)
 
 I/O wait is actually higher on the G5s, the G7s have fancy disk cache
 cards and never get above 1% i/o wait
 
 turn off the tcpdump process on the G7s and Autodestruct warnings go
 away.  The G7s should have
 much more capacity than the G5s but we never, ever get Autodestruct
 ... Method: BYE on the G5s.
 
 OS is identical CentOS in both cases.   Every other environmental
 config is the same (network, subnet, DNS etc).
 
 Architecture/bus/network card difference?  tcpdump starving some other
 resource to cause stuff to slow down?

Hi Tom,

Regarding G5's and G7's
We have them both (all though not for asterisk) at work. and found a
little snag.
The purchase department interferred with our initial ordering of the
hardware. As a concequence, they did not order the battery for the raid
controller. (seems you have to order that explicitly)
After it arrived, we were able to install linux on it and use it, but
disk-io was way slower that the original G5.

You might want to check/compare disk-io  throughput on your G5 vs G7.
Just a thought

Hans



--
_
-- 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


Re: [asterisk-users] PBX, IVR and Conferencing Platforms From the Same Installation of Asterisk

2012-07-24 Thread Hans Witvliet
On Tue, 2012-07-24 at 11:07 +0530, Kannan wrote:
 Hi Stelios,
 
 
 Thanks for the response. 
 
 
 I take the following excerpt from your response. --- You can, but
 usually for virtual/hosted pbx's you need an additional
 layer of management software or a lot of copy paste
 
 
 Could you please elaborate on that? Do need to modify Asterisk or
 there exists some software that does the job?
 
 
 Regards.

If you have a (large) number of asterisk-servers, it might be handier not to 
duplicate configs,(to avoid mismatches) 
but have sip and exension config centralised in ldap or mysql.

And when using dns-round-robin, you can almost add/remove machines on
the fly.

hw


--
_
-- 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


[asterisk-users] Finding the position of a character in a string

2012-07-24 Thread Ishfaq Malik
It there a native asterisk dialplan function which will tell me the
position of a specific character in a given string?

eg if I wanted to find what position the '@' was at in ${SIPURI}

Thanks in advance

Ish
-- 
Ishfaq Malik i...@pack-net.co.uk
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: i...@pack-net.co.uk
w: http://www.pack-net.co.uk

Registered Address: PACKNET LIMITED, 2A ENTERPRISE HOUSE, LLOYD STREET
NORTH, MANCHESTER
SCIENCE PARK, MANCHESTER, M156SE
COMPANY REG NO. 04920552


--
_
-- 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


[asterisk-users] Play announcement during Dial just once

2012-07-24 Thread Roland o/d Akker

Hi,

I would like to perform a Dial, and play an announce ment just once to 
the caller. Actually very much like the A parameter, but this plays the 
announcement to the callee instead of the caller.


I played around with MusicOnHold, for which I can specify a timeout, but 
it doesn't continue in the dialplan before it's done. So this didn't work:


exten = *92,1,Answer()
  same = n,Playback(sgn-u-bent-verbonden-met)
  same = n,MusicOnHold(advertisement,5)
  same = n,Dial(SIP/Roland_Test,,A(st-test))
  same = n,Wait(2)
  same = n,Hangup()

So i'd just like it to play this announcement once, and then continue 
with the normal ringing.


RetryDial also loops the announcement.

Only thing I can think of now is to record the announcement, and add 
some riging audio effects in the audio file, and just repeat that sound 
for a while.


Any other options? Seems like a common request to me :-)

Thanks in advance!

--
_
-- 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


Re: [asterisk-users] file and on SayNumber() app

2012-07-24 Thread Tzafrir Cohen
On Mon, Jul 23, 2012 at 02:05:50PM +0300, נפתלי מאיר wrote:
 Thank you guys.
 
 I found say.conf example file with and.

No need for that. Hebrew is already supported. Just set the language
properly.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

--
_
-- 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

Re: [asterisk-users] Finding the position of a character in a string

2012-07-24 Thread giovanni.v

Il 24/07/2012 10.37, Ishfaq Malik ha scritto:

It there a native asterisk dialplan function which will tell me the
position of a specific character in a given string?

eg if I wanted to find what position the '@' was at in ${SIPURI}


if you are trying to extract parts from a string then look at the 
function called 'CUT'.


verbose example:
exten = s,1,NoOp(set DID from SIP TO header)
exten = s,n,Set(DID_INFO=${SIP_HEADER(To)})
exten = s,n,Set(DID_INFO=${CUT(DID_INFO,@,1)})
exten = s,n,Set(DID_INFO=${CUT(DID_INFO,:,2)})
exten = s,n,Goto(sip-routing,${DID_INFO},1)


--
TeeBX VoIP communication platform (coming soon)
http://code.google.com/p/teebx/
---
Lightweight++ User Friendly++ Open++

--
_
-- 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


[asterisk-users] Video call using Asterisk

2012-07-24 Thread Julio Araujo
Hello,

What is the set of configuration that should be done in the Asterisk 1.0.8 
using FreePBX that can allow a simple video call between two extensions?


Thanks in advance.
[http://www.ericsson.com/shared/images/Email_line.gif]
JULIO ARAUJO
TE ENGINEER MS

Ericsson
ITTE  Test Environment
São Jose dos Campos, Brazil
Phone +551239084121
SMS/MMS +551281150089
julio.ara...@ericsson.commailto:julio.ara...@ericsson.com
www.ericsson.comhttp://www.ericsson.com


[http://www.ericsson.com/shared/images/Email_campaigns.gif]http://www.ericsson.com/current_campaign

This Communication is Confidential. We only send and receive email on the basis 
of the terms set out at 
www.ericsson.com/email_disclaimerhttp://www.ericsson.com/email_disclaimer




--
_
-- 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


Re: [asterisk-users] Video call using Asterisk

2012-07-24 Thread Julio Araujo
I'm using the Asterisk 2.0.2 the latest released from the asterisk.org.


-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Julio Araujo
Sent: terça-feira, 24 de julho de 2012 11:20
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Video call using Asterisk

Hello,

What is the set of configuration that should be done in the Asterisk 1.0.8 
using FreePBX that can allow a simple video call between two extensions?


Thanks in advance.
[http://www.ericsson.com/shared/images/Email_line.gif]
JULIO ARAUJO
TE ENGINEER MS

Ericsson
ITTE  Test Environment
São Jose dos Campos, Brazil
Phone +551239084121
SMS/MMS +551281150089
julio.ara...@ericsson.commailto:julio.ara...@ericsson.com
www.ericsson.comhttp://www.ericsson.com


[http://www.ericsson.com/shared/images/Email_campaigns.gif]http://www.ericsson.com/current_campaign

This Communication is Confidential. We only send and receive email on the basis 
of the terms set out at 
www.ericsson.com/email_disclaimerhttp://www.ericsson.com/email_disclaimer




--
_
-- 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


[asterisk-users] Meeting SIP and RTSP

2012-07-24 Thread Mikhail Lischuk
 

Hi gents! 

So I have an RTSP server (DVR for IP cams for example)


I want SIP phones to be able to connect to that RTSP stream to watch
video from cams. 

I've tried to google on that, but the information is
not very rich (or my skills?) 

Would appreciate if someone shares their
experience or point to some good solution to take as an example or
basis. 

Thanks 

BR --
_
-- 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

Re: [asterisk-users] Finding the position of a character in a string

2012-07-24 Thread Raj Mathur (राज माथुर)
On Tuesday 24 Jul 2012, Ishfaq Malik wrote:
 It there a native asterisk dialplan function which will tell me the
 position of a specific character in a given string?
 
 eg if I wanted to find what position the '@' was at in ${SIPURI}

Worst case scenario: write a loop to iterate over each character and 
stop at first match.

If you have ODBC installed: your SQL back-end should be able to perform 
this function for you.

See if the dialplan function FIELDNUM can be used.

There must be many more ways.

Regards,

-- Raj
-- 
Raj Mathur  || r...@kandalaya.org   || GPG:
http://otheronepercent.blogspot.com || http://kandalaya.org || CC68
It is the mind that moves   || http://schizoid.in   || D17F

--
_
-- 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


[asterisk-users] DAHDI problems

2012-07-24 Thread equis software
Is a normal functionality?
when I do
#dahdi_cfg -vv


In my Asterisk console shows  this

[Jul 24 13:39:08] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1

If I do this a lot of times...then
[Jul 24 13:39:20] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:21] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:21] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:21] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:21] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:21] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:22] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:22] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: HDLC Abort (6) on Primary D-channel of span 1
[Jul 24 13:39:22] NOTICE[30263]: chan_dahdi.c:9461 pri_dchannel: PRI got
event: Alarm (4) on Primary D-channel of span 1
[Jul 24 13:39:22] WARNING[30263]: chan_dahdi.c:2840 pri_find_dchan: No
D-channels available!  Using Primary channel 16 as D-channel anyway!
[Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms: Detected
alarm on channel 1: Yellow Alarm
.
.



I'm using
Libpri 1.4.11
Dahdi 2.6.0
Asterisk 1.4.40
--
_
-- 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

Re: [asterisk-users] DAHDI problems

2012-07-24 Thread Russ Meyerriecks
On Tue, Jul 24, 2012 at 01:45:01PM -0300, equis software wrote:
 Is a normal functionality?
 when I do
 #dahdi_cfg -vv
 If I do this a lot of times...then
In rapid succession, or over spread out over a long timeframe?

 [Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms: Detected
 alarm on channel 1: Yellow Alarm
 .
 .
Is the channel hanging in yellow indefinitly?


-- 
Russ Meyerriecks
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
direct: +1 256-428-6025
Check us out at: www.digium.com  www.asterisk.org

--
_
-- 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


Re: [asterisk-users] DAHDI problems

2012-07-24 Thread Mitul Limbani
Try enabling crc4 on ur config.

Mitul
On Jul 24, 2012 10:38 PM, Russ Meyerriecks rmeyerrie...@digium.com
wrote:

 On Tue, Jul 24, 2012 at 01:45:01PM -0300, equis software wrote:
  Is a normal functionality?
  when I do
  #dahdi_cfg -vv
  If I do this a lot of times...then
 In rapid succession, or over spread out over a long timeframe?

  [Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms:
 Detected
  alarm on channel 1: Yellow Alarm
  .
  .
 Is the channel hanging in yellow indefinitly?


 --
 Russ Meyerriecks
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 direct: +1 256-428-6025
 Check us out at: www.digium.com  www.asterisk.org

 --
 _
 -- 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

Re: [asterisk-users] DAHDI problems

2012-07-24 Thread equis software
I´m using crc4 conf
span = 1,0,0,ccs,hdb3,crc4
bchan = 1-15,17-31
dchan = 16

The alarm clrears few seconds later...



On Tue, Jul 24, 2012 at 2:14 PM, Mitul Limbani mi...@enterux.in wrote:

 Try enabling crc4 on ur config.

 Mitul
 On Jul 24, 2012 10:38 PM, Russ Meyerriecks rmeyerrie...@digium.com
 wrote:

 On Tue, Jul 24, 2012 at 01:45:01PM -0300, equis software wrote:
  Is a normal functionality?
  when I do
  #dahdi_cfg -vv
  If I do this a lot of times...then
 In rapid succession, or over spread out over a long timeframe?

  [Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms:
 Detected
  alarm on channel 1: Yellow Alarm
  .
  .
 Is the channel hanging in yellow indefinitly?


 --
 Russ Meyerriecks
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 direct: +1 256-428-6025
 Check us out at: www.digium.com  www.asterisk.org

 --
 _
 -- 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

--
_
-- 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

Re: [asterisk-users] DAHDI problems

2012-07-24 Thread Mitul Limbani
If u r then try removing it.

Mitul
On Jul 24, 2012 11:09 PM, equis software equissoftw...@gmail.com wrote:

 I´m using crc4 conf
 span = 1,0,0,ccs,hdb3,crc4
 bchan = 1-15,17-31
 dchan = 16

 The alarm clrears few seconds later...



 On Tue, Jul 24, 2012 at 2:14 PM, Mitul Limbani mi...@enterux.in wrote:

 Try enabling crc4 on ur config.

 Mitul
 On Jul 24, 2012 10:38 PM, Russ Meyerriecks rmeyerrie...@digium.com
 wrote:

 On Tue, Jul 24, 2012 at 01:45:01PM -0300, equis software wrote:
  Is a normal functionality?
  when I do
  #dahdi_cfg -vv
  If I do this a lot of times...then
 In rapid succession, or over spread out over a long timeframe?

  [Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms:
 Detected
  alarm on channel 1: Yellow Alarm
  .
  .
 Is the channel hanging in yellow indefinitly?


 --
 Russ Meyerriecks
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 direct: +1 256-428-6025
 Check us out at: www.digium.com  www.asterisk.org

 --
 _
 -- 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



 --
 _
 -- 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

Re: [asterisk-users] DAHDI problems

2012-07-24 Thread equis software
The alarm appears inmediately...

On Tue, Jul 24, 2012 at 2:42 PM, Mitul Limbani mi...@enterux.in wrote:

 If u r then try removing it.

 Mitul
 On Jul 24, 2012 11:09 PM, equis software equissoftw...@gmail.com
 wrote:

 I´m using crc4 conf
 span = 1,0,0,ccs,hdb3,crc4
 bchan = 1-15,17-31
 dchan = 16

 The alarm clrears few seconds later...



 On Tue, Jul 24, 2012 at 2:14 PM, Mitul Limbani mi...@enterux.in wrote:

 Try enabling crc4 on ur config.

 Mitul
 On Jul 24, 2012 10:38 PM, Russ Meyerriecks rmeyerrie...@digium.com
 wrote:

 On Tue, Jul 24, 2012 at 01:45:01PM -0300, equis software wrote:
  Is a normal functionality?
  when I do
  #dahdi_cfg -vv
  If I do this a lot of times...then
 In rapid succession, or over spread out over a long timeframe?

  [Jul 24 13:39:22] WARNING[30264]: chan_dahdi.c:4332 handle_alarms:
 Detected
  alarm on channel 1: Yellow Alarm
  .
  .
 Is the channel hanging in yellow indefinitly?


 --
 Russ Meyerriecks
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 direct: +1 256-428-6025
 Check us out at: www.digium.com  www.asterisk.org

 --
 _
 -- 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



 --
 _
 -- 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

--
_
-- 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

Re: [asterisk-users] DAHDI problems

2012-07-24 Thread Russ Meyerriecks
On Tue, Jul 24, 2012 at 02:36:04PM -0300, equis software wrote:

 The alarm clrears few seconds later...

Then I don't see anything wrong here? You're just re-configuring the span and
the pri stack is dealing with the temporary outage.

-- 
Russ Meyerriecks
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
direct: +1 256-428-6025
Check us out at: www.digium.com  www.asterisk.org

--
_
-- 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


Re: [asterisk-users] DAHDI problems

2012-07-24 Thread equis software
I was really worried because I have a rare problem fall of link (once per
month) and I don't know why

On Tue, Jul 24, 2012 at 3:02 PM, equis software equissoftw...@gmail.comwrote:

 May be, I suspect of it because in another server doesn't happend.





 On Tue, Jul 24, 2012 at 2:52 PM, Russ Meyerriecks rmeyerrie...@digium.com
  wrote:

 On Tue, Jul 24, 2012 at 02:36:04PM -0300, equis software wrote:

  The alarm clrears few seconds later...

 Then I don't see anything wrong here? You're just re-configuring the span
 and
 the pri stack is dealing with the temporary outage.

 --
 Russ Meyerriecks
 Digium, Inc. | Linux Kernel Developer
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 direct: +1 256-428-6025
 Check us out at: www.digium.com  www.asterisk.org

 --
 _
 -- 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

Re: [asterisk-users] echo canceler query

2012-07-24 Thread motty.cruz
are you able to received Fax? 
is sending fax the only problem? 
 
what do you have on chan_dahdi.conf?

 
  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Agustina
Berretta
Sent: Tuesday, July 24, 2012 1:47 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] echo canceler query


Hello

I have a question regarding Asterisk echo cancellation.
I´m using a fax connected to an FXS interface and an E1 ISDN line to PSTN.
The issue I´m having is with sending fax through the E1 and I´m suspecting
is due to echo troubles as I have some echo issues in my E1 line.
How can I know if the echo canceller is being cancelled when fax tone is
detected?

Thanks!!!

--
_
-- 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

[asterisk-users] passing arguments to macros from originate command

2012-07-24 Thread sathiish kumar
I wanna be able to pass arguments to macros when i initiate a call through
the originate command.. Is there any possible way of passing arguments to
the originate command in some way ?
--
_
-- 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

Re: [asterisk-users] passing arguments to macros from originate command

2012-07-24 Thread Mitul Limbani
Use AMI

Mitul
On Jul 25, 2012 2:37 AM, sathiish kumar sathiish.ku...@gmail.com wrote:

 I wanna be able to pass arguments to macros when i initiate a call through
 the originate command.. Is there any possible way of passing arguments to
 the originate command in some way ?



 --
 _
 -- 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