Re: [asterisk-users] Access sip.conf's mailbox from dialplan ?

2009-03-04 Thread Klaus Darilion
core show function SIPPEER


Olivier schrieb:
 Hello,
 
 In sip.conf, each peer/friend/user entry gathers several parameters such 
 as type, canreinvite or mailbox.
 How can you specifically access to mailbox value from dialplan ?
 
 I know how to access custom parameters (ie setvar=FOO=value) but I don't 
 know to access standard parameters.
 
 I'm specifically concerned to access to mailbox's value (from a given 
 entry) but would be delighted to discover a general mechanism to access 
 to other parameters (canreinvite, ...)
 
 Regards
 
 
 
 
 ___
 -- 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

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


Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Klaus Darilion


Danny Nicholas schrieb:
 You would think this, but I've seen asterisk create 100 or more dumps in an
 hour of 10+Mb.  Depending on Inode size, etc., this situation could push a
 system into a hurting capacity rather quickly.  Also, many shops use older
 technology and compound this by RAID striping, which can reduce your
 effective capacity by up to 70%.  Just an observation.

If my Asterisk crashes 100 times per hour I would not be concerned about 
disk sizes, but about the service Asterisk should offer.

klaus
 
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of RE Kushner
 List Account
 Sent: Monday, March 02, 2009 10:58 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] How to generate core dump?
 
 Danny Nicholas wrote:
 You could change your asterisk command to asterisk -vvg, but this will eat
 your disk space if you have a large number of faults since each core.*
 file
 produced takes up 1-13 Mb.

   
 
 In the day and age where 500GB hard drives are $75 at Micro Center, hard 
 drive space shouldn't be a concern to many unless you've recycled a 
 system older than four years old. I was out yesterday and the cheapest 
 and smallest drive they carried was a WD 160GB for $40, and until the 
 last year the smallest drive you could get was 80GB, and the year before 
 that 60GB.
 
 It'd take weeks of core dumps before a blip would show up in df unless 
 it's constantly core dumping, which from what he said I suspect is not 
 the case.
 
 -Ron
 
 
 ___
 -- 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
 
 
 ___
 -- 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

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


Re: [asterisk-users] after install the zaptel but the rtp failed

2009-03-04 Thread Grygoriy Dobrovolskyy
2009/3/4 邱磊 qiulei...@163.com

  hi Grygoriy :
 appreciate your reply ,
 that's my cli command:
 CLI zap show status
 Description  Alarms IRQbpviol
 CRC4
 ZTDUMMY/1 1  UNCONFIGUR 0  0
 0

 Is't all right? forward your echo .
 thanks


Yes normally you should have meetme working. Paste your extensions.conf here
(only the context with the conference) Also the config of the sip peer who
is trying to join the conference and more cli output during that join.
___
-- 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

Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Klaus Darilion


Mark Michelson schrieb:
 Ken D'Ambrosio wrote:
 Asterisk segfaulted on me the other day; how do I tell it to generate a
 core file so -- if it happens again -- I can attempt to debug?  I looked
 in the obvious places in make menuconfig and didn't see anything
 appropriate.

 Thanks,

 -Ken


 
 Run Asterisk with the -g option and it will dump a core file if it should 
 crash.

If you also want to specify the location/file name this can be useful 
too (man core)

echo /tmp/core.%p  /proc/sys/kernel/core_pattern

klaus

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


Re: [asterisk-users] SIP dialog matching problem? (1.4.23.1)

2009-03-04 Thread Klaus Darilion
Hi!

Actually I would consider this as a bug, thus you should report it at 
bugs.digium.com.

Are you using pedantic=yes (sip.conf)? If not, it would be interesting 
if the pedantic mode has the same problem.

regards
klaus

Santiago Gimeno schrieb:
 Hello all,
 
 Not sure if this mail belongs to this users or dev list. Sorry about
 that.
 
 We have the following scenario:
 
   PhoneA OpenSER   AsteriskPhoneB PhoneC
  |  |  |  |  |
  |  |  |  |  |
  |  |  |  |  |
  |INVITE B  |  |  |  |
  |-|  |  |  |
  |  |INVITE B  |  |  |
  |  |-|  |  |
  |  |  |INVITE B  |  |
  |  |  |-|  |
  |  |  |486 Busy Here |  |
  |  |  |-|  |
  |  |  |ACK   |  |
  |  |  |-|  |
  |  |486 Busy Here |  |  |
  |  |-|  |  |
  |  |ACK   |  |  |
  |  |-|  |  |
  |302 MOVED (to C) |  |  |
  |-|  |  |  |
  |ACK   |  |  |  |
  |-|  |  |  |
  |INVITE C  |  |  |  |
  |-|  |  |  |
  |  |INVITE C  |  |  |
  |  |-|  |  |
  |  |503 Unavailable  |  |
  |  |-|  |  |
  |  |ACK   |  |  |
  |  |-|  |  |
  |503 Unavailable  |  |  |
  |-|  |  |  |
  |ACK   |  |  |  |
  |-|  |  |  |
  |  |  |  |  |
  |  |  |  |  |
 
 
 
 1.- Phone A calls Phone B behind Asterisk.
 2.- Phone B rejects call by sending a '486 Busy Here' response.
 3.- When OpenSER receives the 486 it sends a '302 Moved Temporarily'
 to Phone A to redirect the call to Phone C.
 4.- Phone A perfoms the redirection and sends a new INVITE to Phone C
 (that is also behind Asterisk) with same call-id BUT DIFFERENT from-tag,
 CSeq.
 5.- Asterisk, for some reason, considers the new INVITE to belong to the
 previous call and then rejects the call with a
 '503 Unavailable'. But it cannot be considered to belong to the same
 dialog because the tags are different, although the call-id is the same.
 We have used pedantic checking. Could it be considered as a bug?
 
 Looking at the code of chan_sip.c (version 1.4.23.1), we have observed
 that in function 'find_call' line 4667, asterisk is considering the call
 as FOUND because of this test:
 !ast_test_flag(p-flags[1], SIP_PAGE2_DIALOG_ESTABLISHED).
 Commenting out this comparison, the call proceeds correctly. Sure, there
 is some reason for this checking and we would like to know which is and
 in what does it affect. How could we fix it?
 
 The following is the asterisk console output when the call does not
 proceed:
 [Mar  2 12:15:24] DEBUG[9989]: chan_sip.c:15813 handle_request: 
 Received INVITE (5) - Command in SIP INVITE [Mar  2 12:15:24]
 NOTICE[9989]: chan_sip.c:14724
 handle_request_invite: Unable to create/find SIP channel for this INVITE
 [Mar  2 12:15:24] DEBUG[9989]: chan_sip.c:4653 find_call: = Looking for
 Call ID: 9463d153-64f11de-8602e9bf-a87f5...@172.16.103.15 
 mailto:9463d153-64f11de-8602e9bf-a87f5...@172.16.103.15
 (Checking From) --From tag 182B3580-E9 --To-tag as62e21069
 
 Any feedback would be appreciated.
 
 Thank you in advance,
 
 Santi
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or 

[asterisk-users] Question on phone line pass through

2009-03-04 Thread Mikel Lindsaar
Hi all,

I have a TDM2400 full of FXS cards and a TDM800 full of FXO cards.

If I have a fax machine on the FXS port dialing out through asterisk
on the TDM800 FXO, should I be expecting any problems?

Or should this just work as expected? (ie, flawlessly with the
asterisk box essentially transparent to the whole operation).

I am doing it this way to allow many faxes and modems to share a dial out pool.

Mikel


-- 
http://lindsaar.net/
Rails, RSpec and Life blog

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


[asterisk-users] Master.csv - disposition value (based on?)

2009-03-04 Thread Tobias Steen
I need to get the effective time for a call and therefore I wonder if the 
disposition field in the Master.csv are based on the effective call time with 
an agent or does this value also including the callers holdtime in queue?

Many thanks!

Regards
Tobias Steén
_
Please consider the environment before printing this e-mail

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

Re: [asterisk-users] SIP dialog matching problem? (1.4.23.1)

2009-03-04 Thread Santiago Gimeno
Hello,

Thanks for the reply.

Yes, I'm using pedantic=yes. I will report this asap.

One more thing that I have observed and might be also related to this issue.

The scenario is the same as the one I described in the previous mail, but in
this case, the SIP Phone that receives the 302 generates a new INVITE to the
new address with exactly the same dialog information as the initial
INVITE: call-id, from-tag and to-tag. (I think this is legal as stated in
the RFC 3261-8.1.3.4: *It is RECOMMENDED that the UAC reuse the same To,
From, and Call-ID used in the original redirected request, but the UAC MAY
also choose to update the Call-ID header field value for new requests, for
example.*). Asterisk answers to this INVITE with a 503 Unavailable because
it matches with the previous dialog. I'm not sure if this is how Asterisk
should behave, or it should allow the call to progress as the previous
dialog is already in the TERMINATED state. What do you think?

Best regards,

Santi

2009/3/4 Klaus Darilion klaus.mailingli...@pernau.at

 Hi!

 Actually I would consider this as a bug, thus you should report it at
 bugs.digium.com.

 Are you using pedantic=yes (sip.conf)? If not, it would be interesting
 if the pedantic mode has the same problem.

 regards
 klaus

 Santiago Gimeno schrieb:
  Hello all,
 
  Not sure if this mail belongs to this users or dev list. Sorry about
  that.
 
  We have the following scenario:
 
PhoneA OpenSER   AsteriskPhoneB PhoneC
   |  |  |  |  |
   |  |  |  |  |
   |  |  |  |  |
   |INVITE B  |  |  |  |
   |-|  |  |  |
   |  |INVITE B  |  |  |
   |  |-|  |  |
   |  |  |INVITE B  |  |
   |  |  |-|  |
   |  |  |486 Busy Here |  |
   |  |  |-|  |
   |  |  |ACK   |  |
   |  |  |-|  |
   |  |486 Busy Here |  |  |
   |  |-|  |  |
   |  |ACK   |  |  |
   |  |-|  |  |
   |302 MOVED (to C) |  |  |
   |-|  |  |  |
   |ACK   |  |  |  |
   |-|  |  |  |
   |INVITE C  |  |  |  |
   |-|  |  |  |
   |  |INVITE C  |  |  |
   |  |-|  |  |
   |  |503 Unavailable  |  |
   |  |-|  |  |
   |  |ACK   |  |  |
   |  |-|  |  |
   |503 Unavailable  |  |  |
   |-|  |  |  |
   |ACK   |  |  |  |
   |-|  |  |  |
   |  |  |  |  |
   |  |  |  |  |
 
 
 
  1.- Phone A calls Phone B behind Asterisk.
  2.- Phone B rejects call by sending a '486 Busy Here' response.
  3.- When OpenSER receives the 486 it sends a '302 Moved Temporarily'
  to Phone A to redirect the call to Phone C.
  4.- Phone A perfoms the redirection and sends a new INVITE to Phone C
  (that is also behind Asterisk) with same call-id BUT DIFFERENT from-tag,
  CSeq.
  5.- Asterisk, for some reason, considers the new INVITE to belong to the
  previous call and then rejects the call with a
  '503 Unavailable'. But it cannot be considered to belong to the same
  dialog because the tags are different, although the call-id is the same.
  We have used pedantic checking. Could it be considered as a bug?
 
  Looking at the code of chan_sip.c (version 1.4.23.1), we have observed
  that in function 'find_call' line 4667, asterisk is considering the call
  as FOUND because of this test:
  !ast_test_flag(p-flags[1], 

Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Philipp Kempgen
Lee, John (Sydney) schrieb:
 I just want to confirm but it seems that if-then-else is not permitted
 in case structure.
 It was not really documented but it seems to be the case.
 
 Can anyone confirm?
 
 switch(${DIALSTATUS})
   {
 case NOANSWER:
  {
// if-then-else not permitted
If (${ael-var} = 1)
{
  Playback(beep); 
  return;
}
  }

I would have written this like so:

switch (${DIALSTATUS}) {
case NOANSWER:
if (${ael-var} = 1) {
Playback(beep);
}
break;
}

Give it a try.


Philipp Kempgen
-- 
AMOOCON 2009, May 4-5, Rostock / Germany   -  http://www.amoocon.de
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
-- 

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


Re: [asterisk-users] Access sip.conf's mailbox from dialplan ? [SOLVED]

2009-03-04 Thread Olivier
2009/3/4 Klaus Darilion klaus.mailingli...@pernau.at

 core show function SIPPEER


Thanks : that's exactly what I was looking for !!
___
-- 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

Re: [asterisk-users] CDR

2009-03-04 Thread Gustavo A Gonzalez
Thanks Carlos for your response, I have in my Zapata.conf immediate=no, is
this field that affect start time and answer time?. Because of this I have
the fields DURATION and BILLSEC with the same value, it means that I’m
billing from start time, what I need is billing from answer time. How I
would do it?

 

Cheers!!

Gustavo A. González



 

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

Re: [asterisk-users] Silk for Free

2009-03-04 Thread Steve Underwood
Dean Collins wrote:

 http://www.pcworld.com/article/160653/skype_gives_away_highquality_audio_codec.html?tk=rss_news

 any thoughts?

They have said it will be royalty free, but they have said little else.

 From discussions with Skype people in the last few days they seem very 
reluctant to hand out source code, so it looks like they will provide 
binary blobs for whatever platforms they choose to support. They are 
clearly eager to get Skype broadly connected to corporate networks, but 
if they don't get this codec into a broad range of phones its a waste of 
time. Transcoding looses too much quality.. If they don't hand out the 
source, or at least provide a rigorous spec, I don't think this will 
fly. Even rigorous specs aren't really enough. Pretty much all modern 
codecs are defined by their reference implementation.

The bit rate is supposed to dynamically adapt to network conditions, 
when the code is used in conjunction with a suitable network performance 
monitor. Exactly what those bit rates are, however, still seems to be a 
mystery. They claim audio up to 12kHz, and specifically say they are 
suppressing the bass end below 70Hz as it just sounds nasty. That's 
sad. 12kHz isn't really enough for high quality voice, and the extra bit 
rate needed to push the bandwidth to 15kHz is small. Also, a deep man's 
voice looses something when you cut off at 70Hz. You really want the 
bass to extend to 40Hz or 50Hz.

Regards,
Steve


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


[asterisk-users] htable question]

2009-03-04 Thread Klaus Darilion
Hi!

Sorry for not knowing how hash table works, thus my questions may be a
bit stupid:

How many items can be stored in hashtable? Is it limited to size
parameter, e.g. 10 means max. 1024 entries? Or is it as much as memory
is available (what for is the size parameter in this case)?

How can I delete a key from htable? Example: I want to track concurrent
calls (lets pretend there is no dialog module :-):

# pseudo language
if INVITE
   $sht(a=$ci) = $ts;
   ...

elseif BYE
   $avp(s:duration) = $ts - $avp(s:duration);

# how to delete this key now from the htable?




Is it possible to iterate over all entries in the htable?

thanks
klaus



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


Re: [asterisk-users] Druid 2.0 released from the Druid Open Source Unified Communications Project

2009-03-04 Thread David fire
hi.
is out there any how to install druid whit out the iso?
thanks
David

2009/3/4 Ming Yong m...@voiceroute.net

 Dear Asterisk users,
 We would like to announce that Druid, Open Source Unified Communications
 project has just made a major release: Druid 2.0. It is out!It has a ton of
 new features and a highly improved interface. Asterisk stability has also
 been greatly improved.

 For more info
 http://forums.voiceroute.org/showthread.php?t=837

 Some of the key features
 - Improved Web GUI, faster and smoother
 - Switched to Dahdi from Zaptel
 - Full FAX support with Group faxing, Call groups and Group voicemail
 - Facebk type status bar in user-portal
 - Improved Asterisk stability and scalability
 - Extension hotdesking, Agent hotdesking
 - Improved visual status status and usage graphs
 - Added concept of users in addtion to stations and extensions

 Over the next few week, we will be tweeting more, post youtube videos on
 Druid 2.0. To keep updated,
 http://twitter.com/voiceroute

 We like to thank all the users to date. We have seen great support for
 Druid. I am always amazed at where Druid has been installed from hospitals,
 small offices to contact centers all around the world! Please continue to
 support us by providing feedback at
 http://forums.voiceroute.org
 Thanks

 Ming

 --
 Ming Yong
 CEO, www.voiceroute.org
 Druid - Open Source Unified Communications
 DID: +1-877-242-3704
 Office: +1-866-915-2407 ext 301
 SIP/email: m...@voiceroute.net
 --
 Voiceroute videos on Druid, Open Source Unified Communications  Asterisk
 http://youtube.com/voiceroute

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




-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
()_()signature to help him gain world domination.
___
-- 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

[asterisk-users] Wideband g711-HD vs. g711.1?

2009-03-04 Thread Philipp von Klitzing
Hi there,

has anyone seen specifications of the codec g711-HD? This is right now 
spreading fast in the wake up CATiq (the DECT successor), for example in 
the AVM products (www.avm.de).

Is this a re-branded g711.1 (rfc5391) and therefore compatiable with it, 
or a different animal? And what are the license  patents restrictions?

Philipp


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


Re: [asterisk-users] Question on phone line pass through

2009-03-04 Thread Olivier
2009/3/4 Mikel Lindsaar raasd...@gmail.com

 Hi all,

 I have a TDM2400 full of FXS cards and a TDM800 full of FXO cards.

 If I have a fax machine on the FXS port dialing out through asterisk
 on the TDM800 FXO, should I be expecting any problems?


I think you should get problems for faxing.
If you had an FXO module among TDM2400 FXS modules, you would benefit from
TDM switching from one port to another.
If someone else could confirm all this ... as I'm not 100% sure




 Or should this just work as expected? (ie, flawlessly with the
 asterisk box essentially transparent to the whole operation).

 I am doing it this way to allow many faxes and modems to share a dial out
 pool.

 Mikel


 --
 http://lindsaar.net/
 Rails, RSpec and Life blog

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

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

Re: [asterisk-users] Druid 2.0 released from the Druid Open Source Unified Communications Project

2009-03-04 Thread Luis Morales
Looks like good!!

Congratulations i expect testing your solution

Regards,



On Wed, Mar 4, 2009 at 2:07 AM, Ming Yong m...@voiceroute.net wrote:
 Dear Asterisk users,
 We would like to announce that Druid, Open Source Unified Communications
 project has just made a major release: Druid 2.0. It is out!It has a ton of
 new features and a highly improved interface. Asterisk stability has also
 been greatly improved.

 For more info
 http://forums.voiceroute.org/showthread.php?t=837

 Some of the key features
 - Improved Web GUI, faster and smoother
 - Switched to Dahdi from Zaptel
 - Full FAX support with Group faxing, Call groups and Group voicemail
 - Facebk type status bar in user-portal
 - Improved Asterisk stability and scalability
 - Extension hotdesking, Agent hotdesking
 - Improved visual status status and usage graphs
 - Added concept of users in addtion to stations and extensions

 Over the next few week, we will be tweeting more, post youtube videos on
 Druid 2.0. To keep updated,
 http://twitter.com/voiceroute

 We like to thank all the users to date. We have seen great support for
 Druid. I am always amazed at where Druid has been installed from hospitals,
 small offices to contact centers all around the world! Please continue to
 support us by providing feedback at
 http://forums.voiceroute.org
 Thanks

 Ming

 --
 Ming Yong
 CEO, www.voiceroute.org
 Druid - Open Source Unified Communications
 DID: +1-877-242-3704
 Office: +1-866-915-2407 ext 301
 SIP/email: m...@voiceroute.net
 --
 Voiceroute videos on Druid, Open Source Unified Communications  Asterisk
 http://youtube.com/voiceroute

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




-- 
-
Luis Morales
Consultor de Tecnologia
Cel: +(58)416-4242091
-
Empieza por hacer lo necesario, luego lo que es posible... y de
pronto estarás haciendo lo imposible

Leonardo Da'Vinci
-

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


Re: [asterisk-users] Wideband g711-HD vs. g711.1?

2009-03-04 Thread Steve Underwood
Philipp von Klitzing wrote:
 Hi there,

 has anyone seen specifications of the codec g711-HD? This is right now 
 spreading fast in the wake up CATiq (the DECT successor), for example in 
 the AVM products (www.avm.de).

 Is this a re-branded g711.1 (rfc5391) and therefore compatiable with it, 
 or a different animal? And what are the license  patents restrictions?
   
Googling for G.711-HD only produces hits about AVM. The AVM web site is 
very vague.

CAT-iq supports G.722 for wideband voice. the CAT-iq web site describes 
this as CD quality. I guess the person who wrote that has severely 
impaired hearing. :-)

G.711.1 is a really brain dead codec. I find it hard to believe there 
will ever be much take up of it.

Regards,
Steve


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


Re: [asterisk-users] $20 Bounty

2009-03-04 Thread OCG Technical Support
Damn you for solving this before he upped the bounty by a pack of tictacs!!

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David
Backeberg
Sent: March 3, 2009 10:51 PM
To: Asterisk Users List
Subject: Re: [asterisk-users] $20 Bounty

On Tue, Mar 3, 2009 at 10:25 PM, David Backeberg dbackeb...@gmail.com
wrote:

exten = 123,s,1 Playback(enterzipcode)
exten = 123,s,n Read(zip||5)
exten = 123,s,n System(wget http://pathtoyahooservice${zip} -o
forecast.txt)
exten = 123,s,n System(wget --post-file forecast.txt -o wav.url)
exten = 123,s,n System(wget --input-file wav.url -o voice.wav)
exten = 123,s,n Playback(voice)

exten = 123,h,1 Hangup

 On Tue, Mar 3, 2009 at 7:12 PM, Dean Collins d...@cognation.net wrote:
 I'll pay anyone a $20 bounty for someone to replicate the USA Asterisk
 Weather App on Tropo.

 All you have to do is violate the ToS on a few services:
 wget the weather from yahoo, for instance:
 http://weather.yahooapis.com/forecastrss?p=06513

 Conditions for New Haven, CT at 9:53 pm EST
 Current Conditions:
 Fair, 20 F
 Forecast:
 Tue - Clear. High: 25 Low: 13
 Wed - Mostly Sunny. High: 34 Low: 19

 do a wget post of that output from the previous wget to
 http://www.research.att.com/~ttsweb/tts/demo.php

 do a wget on the wav file that demo generates.

 It would be nicer if you record a prompt before asking for the
 zipcode, but it's not strictly necessary.

 You can paypal me the cash to my email. The legitimate license for
 ATT Natural Voices is more than $20, and nothing built into Asterisk
 for free is going to give you free-form text-to-speech.


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


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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Klaus Darilion


Lee, John (Sydney) schrieb:
 I just want to confirm but it seems that if-then-else is not permitted
 in case structure.
 It was not really documented but it seems to be the case.
 
 Can anyone confirm?
 
 switch(${DIALSTATUS})
   {
 case NOANSWER:
  {
// if-then-else not permitted
If (${ael-var} = 1)

   ^^ case sensitive?

{
  Playback(beep); 
  return;
}
  }
 case BUSY:
  {
return;
  }
 default:
  {
Hangup();
  };
   }
 
 
 
 ___
 -- 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

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


Re: [asterisk-users] htable question]

2009-03-04 Thread Klaus Darilion
sorry - wrong mailing list ...

Klaus Darilion schrieb:
 Hi!
 
 Sorry for not knowing how hash table works, thus my questions may be a
 bit stupid:
 
 How many items can be stored in hashtable? Is it limited to size
 parameter, e.g. 10 means max. 1024 entries? Or is it as much as memory
 is available (what for is the size parameter in this case)?
 
 How can I delete a key from htable? Example: I want to track concurrent
 calls (lets pretend there is no dialog module :-):
 
 # pseudo language
 if INVITE
$sht(a=$ci) = $ts;
...
 
 elseif BYE
$avp(s:duration) = $ts - $avp(s:duration);
 
 # how to delete this key now from the htable?
 
 
 
 
 Is it possible to iterate over all entries in the htable?
 
 thanks
 klaus
 
 
 
 ___
 -- 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

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


Re: [asterisk-users] Silk for Free

2009-03-04 Thread BJ Weschke

Dean Collins wrote:

 http://www.pcworld.com/article/160653/skype_gives_away_highquality_audio_codec.html?tk=rss_news

 any thoughts?

  

 Regards,

 Dean Collins
 Cognation Inc
 d...@cognation.net
 mailto:d...@cognation.net+1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).

  


 Cheaper to give away for hopes of proliferation what you've already 
implemented versus having someone else get theirs proliferated and 
popular first and then you are strapped with the cost of implementation 
of someone else's popular and free codec?

-- 
--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/




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


Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Tzafrir Cohen
On Wed, Mar 04, 2009 at 09:32:43AM +0100, Klaus Darilion wrote:
 
 
 Mark Michelson schrieb:
  Ken D'Ambrosio wrote:
  Asterisk segfaulted on me the other day; how do I tell it to generate a
  core file so -- if it happens again -- I can attempt to debug?  I looked
  in the obvious places in make menuconfig and didn't see anything
  appropriate.
 
  Thanks,
 
  -Ken
 
 
  
  Run Asterisk with the -g option and it will dump a core file if it should 
  crash.
 
 If you also want to specify the location/file name this can be useful 
 too (man core)
 
 echo /tmp/core.%p  /proc/sys/kernel/core_pattern

Hmm.. this way you can't tell which executable generated it . 

  echo /tmp/core.%e.%t  /proc/sys/kernel/core_pattern

Or maybe (untested)

 echo |/usr/local/sbin/core_handler '%e' '%s'

See the kernel documentation:

  http://kernel.org/doc/Documentation/sysctl/kernel.txt

This is handy for those of you with limited disk space. OTOH, it will
probably not work on legacy systems with kernel 2.6.18.

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread OCG Technical Support
Install a Microsoft product.

(Sorry I couldn't resist when I saw the subject)

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tzafrir Cohen
Sent: March 4, 2009 8:48 AM
To: Asterisk Users List
Subject: Re: [asterisk-users] How to generate core dump?

On Wed, Mar 04, 2009 at 09:32:43AM +0100, Klaus Darilion wrote:
 
 
 Mark Michelson schrieb:
  Ken D'Ambrosio wrote:
  Asterisk segfaulted on me the other day; how do I tell it to generate a
  core file so -- if it happens again -- I can attempt to debug?  I
looked
  in the obvious places in make menuconfig and didn't see anything
  appropriate.
 
  Thanks,
 
  -Ken
 
 
  
  Run Asterisk with the -g option and it will dump a core file if it
should crash.
 
 If you also want to specify the location/file name this can be useful 
 too (man core)
 
 echo /tmp/core.%p  /proc/sys/kernel/core_pattern

Hmm.. this way you can't tell which executable generated it . 

  echo /tmp/core.%e.%t  /proc/sys/kernel/core_pattern

Or maybe (untested)

 echo |/usr/local/sbin/core_handler '%e' '%s'

See the kernel documentation:

  http://kernel.org/doc/Documentation/sysctl/kernel.txt

This is handy for those of you with limited disk space. OTOH, it will
probably not work on legacy systems with kernel 2.6.18.

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

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Silk for Free

2009-03-04 Thread Kevin P. Fleming
BJ Weschke wrote:

  Cheaper to give away for hopes of proliferation what you've already 
 implemented versus having someone else get theirs proliferated and 
 popular first and then you are strapped with the cost of implementation 
 of someone else's popular and free codec?

Polycom's Siren7 (G.722.1) is already 'free' under basically the same
terms and is being implemented in endpoints currently. Siren14 (G.722.1
Annex C) is in essentially the same situation, and provides even higher
audio bandwidth.

The selling points for SILK are primarily the network bandwidth
optimization features, but as Steve Underwood already posted, that
requires the implementation to have access to network monitoring
information so that it can proactively make bandwidth changes (as
opposed to just waiting until the packet loss reaches unacceptable
levels and audio quality is already suffering). It will be interesting
to see where this goes.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Philipp Kempgen
Klaus Darilion schrieb:
 Lee, John (Sydney) schrieb:
 I just want to confirm but it seems that if-then-else is not permitted
 in case structure.
 It was not really documented but it seems to be the case.
 
 Can anyone confirm?
 
 switch(${DIALSTATUS})
   {
 case NOANSWER:
  {

^ no code block required here.
  probably invalid syntax.

// if-then-else not permitted
If (${ael-var} = 1)
 
^^ case sensitive?
 
{
  Playback(beep); 
  return;
}
  }
 case BUSY:
  {
return;
  }
 default:
  {
Hangup();
  };
   }

Try `aelparse -n`


Philipp Kempgen
-- 
AMOOCON 2009, May 4-5, Rostock / Germany   -  http://www.amoocon.de
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
-- 

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


Re: [asterisk-users] $20 Bounty

2009-03-04 Thread Bill Michaelson
It's conceivable that the combined effort of these two responders 
required less than ten minutes of time, yielding a theoretical pay rate 
of $120/hour.


I wonder how much effort went into the other responses.

That will be $6 for my commentary, please.

Folks wrote:

Message: 1
Date: Tue, 3 Mar 2009 22:51:15 -0500
From: David Backeberg dbackeb...@gmail.com
Subject: Re: [asterisk-users] $20 Bounty
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Message-ID:
3de056a30903031951o60d6b94u3ebd87205ac64...@mail.gmail.com
Content-Type: text/plain; charset=windows-1252

On Tue, Mar 3, 2009 at 10:25 PM, David Backeberg dbackeb...@gmail.com wrote:

exten = 123,s,1 Playback(enterzipcode)
exten = 123,s,n Read(zip||5)
exten = 123,s,n System(wget http://pathtoyahooservice${zip} -o forecast.txt)
exten = 123,s,n System(wget --post-file forecast.txt -o wav.url)
exten = 123,s,n System(wget --input-file wav.url -o voice.wav)
exten = 123,s,n Playback(voice)

exten = 123,h,1 Hangup

  

On Tue, Mar 3, 2009 at 7:12 PM, Dean Collins d...@cognation.net wrote:


I?ll pay anyone a $20 bounty for someone to replicate the USA Asterisk
Weather App on Tropo.
  

All you have to do is violate the ToS on a few services:
wget the weather from yahoo, for instance:
http://weather.yahooapis.com/forecastrss?p=06513

Conditions for New Haven, CT at 9:53 pm EST
Current Conditions:
Fair, 20 F
Forecast:
Tue - Clear. High: 25 Low: 13
Wed - Mostly Sunny. High: 34 Low: 19

do a wget post of that output from the previous wget to
http://www.research.att.com/~ttsweb/tts/demo.php

do a wget on the wav file that demo generates.

It would be nicer if you record a prompt before asking for the
zipcode, but it's not strictly necessary.

You can paypal me the cash to my email. The legitimate license for
ATT Natural Voices is more than $20, and nothing built into Asterisk
for free is going to give you free-form text-to-speech.






smime.p7s
Description: S/MIME Cryptographic Signature
___
-- 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

Re: [asterisk-users] Wideband g711-HD vs. g711.1?

2009-03-04 Thread Kevin P. Fleming
Steve Underwood wrote:

 CAT-iq supports G.722 for wideband voice. the CAT-iq web site describes 
 this as CD quality. I guess the person who wrote that has severely 
 impaired hearing. :-)

Maybe they meant 'CD quality after compression with MPEG layer 3 to 128
kilobits per second' :-)

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Joseph
On 03/04/09 19:31, Michael wrote:
On Wed, 04 Mar 2009 19:25:38 Joseph wrote:
 I'm faxing from  stand alone fax machine via linksys SPA3102 but most of
 the time only half or quarter page goes through.

 Did anybody have any experience like this?

Should be obvious but does your up line SIP provide support T.38?

What do you mean it should be obvious?

I think Linksys SPA3102 does support T.38 
On Line 1 I have:
FAX Enable T38: Yes
FAX T38 Redundancy: 1
FAX Passthru Codec: G711u
FAX Process NSE: Yes
FAX Passthru Method: NSE
FAX CNG Detect Enable: Yes
FAX CED Detect Enable: Yes

-- 
#Joseph
GPG KeyID: ED0E1FB7

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


Re: [asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy

2009-03-04 Thread Danny Nicholas
I know it is possible, as this is how park works.  Steve Edwards can answer
this better since he's always dissing my replies :)

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of James Mutuku
Sent: Tuesday, March 03, 2009 9:07 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Configuring asterisk to revert call back to
forwarder if exten is busy

Hellos,

I want to configure asterisk so that if exten A transfers a call to 
exten B, and B is either busy or the call is not answered, the call 
returns back to A. Is this possible?

Please help
James




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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Joseph
On 03/04/09 19:31, Michael wrote:
On Wed, 04 Mar 2009 19:25:38 Joseph wrote:
 I'm faxing from  stand alone fax machine via linksys SPA3102 but most of
 the time only half or quarter page goes through.

 Did anybody have any experience like this?

Should be obvious but does your up line SIP provide support T.38?

I forgot to note that I'm not faxing through VoIP; fax goes through PSTN 
but the problem I'm having that only about half a page goes through.

-- 
#Joseph

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


Re: [asterisk-users] faxing via linksys SPA3102 half pagegoes through

2009-03-04 Thread Danny Nicholas
What app are you using to receive the fax?  If it is RXFAX, try turning on
the ECM and or DEBUG options.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph
Sent: Wednesday, March 04, 2009 8:36 AM
To: mich...@networkstuff.co.nz; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] faxing via linksys SPA3102 half pagegoes
through

On 03/04/09 19:31, Michael wrote:
On Wed, 04 Mar 2009 19:25:38 Joseph wrote:
 I'm faxing from  stand alone fax machine via linksys SPA3102 but most of
 the time only half or quarter page goes through.

 Did anybody have any experience like this?

Should be obvious but does your up line SIP provide support T.38?

I forgot to note that I'm not faxing through VoIP; fax goes through PSTN 
but the problem I'm having that only about half a page goes through.

-- 
#Joseph

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


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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Marco Signorini
Hi Joseph.
I've spent some time tuning the SPA3102 FXS line input and output gain
and I think that this is an important variable.
Let's try to record incoming and outgoing fax tones with asterisk on SIP
channel (disabling the fax detection on SPA and sending fax inband) and
look at the recorded file with a wave editor (Audacity).
I had better results if the maximum level is near half to the full
dynamic. Then switch to T38, if you need it.


Hope this helps you.

Best regards,
Marco Signorini

===
INGEGNI Tech S.r.l.
http://www.ingegnitech.com



Joseph wrote:
 On 03/04/09 19:31, Michael wrote:
   
 On Wed, 04 Mar 2009 19:25:38 Joseph wrote:
 
 I'm faxing from  stand alone fax machine via linksys SPA3102 but most of
 the time only half or quarter page goes through.

 Did anybody have any experience like this?
   
 Should be obvious but does your up line SIP provide support T.38?
 

 What do you mean it should be obvious?

 I think Linksys SPA3102 does support T.38 
 On Line 1 I have:
 FAX Enable T38: Yes
 FAX T38 Redundancy: 1
 FAX Passthru Codec: G711u
 FAX Process NSE: Yes
 FAX Passthru Method: NSE
 FAX CNG Detect Enable: Yes
 FAX CED Detect Enable: Yes

   


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


Re: [asterisk-users] $20 Bounty

2009-03-04 Thread David Backeberg
On Wed, Mar 4, 2009 at 9:11 AM, Bill Michaelson b...@cosi.com wrote:
 It's conceivable that the combined effort of these two responders required
 less than ten minutes of time, yielding a theoretical pay rate of $120/hour.

 I wonder how much effort went into the other responses.

I'm reminded of the allegory about...

EVER HEAR THE STORY of the giant ship engine that failed? The ship’s
owners tried one expert after another, but none of them could figure
out how to fix the engine. Then they brought in an old man who had
been fixing ships since he was a youngster. He carried a large bag of
tools with him, and when he arrived, he immediately went to work. He
inspected the engine very carefully, top to bottom. Two of the ship’s
owners were there, watching this man, hoping he would know what to do.
After looking things over, the old man reached into his bag and pulled
out a small hammer. He gently tapped something. Instantly, the engine
lurched into life. He carefully put his hammer away. The engine was
fixed!

A week later, the owners received a bill from the old man for ten
thousand dollars.

“What?!” the owners exclaimed. “He hardly did anything!” So they wrote
the old man a note saying, “Please send us an itemized bill.”

The man sent a bill that read,

Tapping with a hammer...$2
Knowing where to tap$9998

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


Re: [asterisk-users] faxing via linksys SPA3102 half pagegoes through

2009-03-04 Thread Joseph
On 03/04/09 08:38, Danny Nicholas wrote:
What app are you using to receive the fax?  If it is RXFAX, try turning on
the ECM and or DEBUG options.

It is a stand alone fax machine.
Receiving faxes works OK, only when I try to send a fax it cuts it off.  
I know the problem is setting on Linksys SPA3102 as it worked before.

-- 
#Joseph

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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Gergo Csibra
Wednesday, March 4, 2009, 3:22:59 PM, Joseph wrote:

 FAX Passthru Codec: G711u

for me FAX works better with G711a

-- 
Best regards,
 Gergomailto:csi...@gmail.com


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


[asterisk-users] Required:Asterisk Beep tone while call connects

2009-03-04 Thread Shaun Wingrin
Hi,

There is a long call setup time untill the call connects. How can I play a beep 
tone say every 4 seconds to the caller untill the call connects?

Tx.

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

Re: [asterisk-users] Required:Asterisk Beep tone while call connects

2009-03-04 Thread Steve Howes

On 4 Mar 2009, at 15:02, Shaun Wingrin wrote:
 There is a long call setup time untill the call connects. How can I  
 play a beep tone say every 4 seconds to the caller untill the call  
 connects?

Surely its better to try and diagnose the long call setup time?

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


Re: [asterisk-users] Required:Asterisk Beep tone while call connects

2009-03-04 Thread David fire
hi
you can use the r option to send ring sound to the caller until the call is
answered or you can use m option to put music on hold where you can record a
4 sec length audio whit a beep.
check the dial coammand options.
David

2009/3/4 Shaun Wingrin voi...@gmail.com

  Hi,

 There is a long call setup time untill the call connects. How can I play a
 beep tone say every 4 seconds to the caller untill the call connects?

 Tx.

 Shaun

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




-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
()_()signature to help him gain world domination.
___
-- 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

Re: [asterisk-users] COSTA RICA - E1

2009-03-04 Thread astgroups
Yes. We have a number of customers in CR connecting to E1 PRIs using the 
Redfone fonebridge and it works fine. 
Are you having a particular issue or just looking for general confirmation that 
Asterisk and E1 in Costa Works? 

Good luck. 

- Original Message - 
From: Luis Morales faston...@gmail.com 
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com 
Sent: Tuesday, February 24, 2009 9:16:05 AM GMT -05:00 US/Canada Eastern 
Subject: [asterisk-users] COSTA RICA - E1 

Does any have experience with E1 telephony support plus asterisk in 
costa rica ? 


Regards, 

Luis Morales 

-- 
-
 
Luis Morales 
Consultor de Tecnologia 
Cel: +(58)416-4242091 
-
 
Empieza por hacer lo necesario, luego lo que es posible... y de 
pronto estarás haciendo lo imposible 

Leonardo Da'Vinci 
-
 



-- 
-
 
Luis Morales 
Consultor de Tecnologia 
Cel: +(58)416-4242091 
-
 
Empieza por hacer lo necesario, luego lo que es posible... y de 
pronto estarás haciendo lo imposible 

Leonardo Da'Vinci 
-
 

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

Re: [asterisk-users] Wideband g711-HD vs. g711.1?

2009-03-04 Thread Steve Underwood
Kevin P. Fleming wrote:
 Steve Underwood wrote:

   
 CAT-iq supports G.722 for wideband voice. the CAT-iq web site describes 
 this as CD quality. I guess the person who wrote that has severely 
 impaired hearing. :-)
 

 Maybe they meant 'CD quality after compression with MPEG layer 3 to 128
 kilobits per second' :-)

   
You'd have to encode the MP3 at about 20kbps to bring the CD down to the 
quality of G.722.

Steve


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


Re: [asterisk-users] $20 Bounty

2009-03-04 Thread Dean Collins
Ok guys I have to jump in here.

Seems some of you took affront to my $20 paypal bounty.

Not sure how long some of you have been around here but the history
behind the Weather app on the Trixbox (or Asterisk @ home as it used to
be known back then) was that my wife used to always ask me what the
weather was like outside because our NY apartment had double glazed
floor to ceiling windows you couldn't always judge what the temperature
was like.

About the same time I was learning that Asterisk had text to speech
functionality.

Wanting to encourage the community to use this text to speech
functionality more I posted a bounty to see if someone could get the
weather report read to me on my asterisk server.

(sadly I think there is still a lack of text to speech apps for
Asterisk).

I don't remember the original amount of the bounty (or who it was paid
to) but I think it was about $40 to $50 or something like that.

It was a super simple app 'dial *68 a ftp session would download the
flat text file from the national weather service for my preprogrammed
zip code and it would initiate a text to speech event. It was pure
simplicity and perfect.

Once it was posted to the community I don't know how many people have
installed it but I've seen hundreds of variations and install guides
since then.

Every person that has ever come to my office who I've said hey check out
this technology called Asterisk one of the functions I demonstrate along
with voicemail to email and FOP conference rooms is the weather call

How many of those people have gone out and installed asterisk I don't
know but the point being it was a cool way to demonstrate advance apps
rather than just plain old dial tone.

Sorry some of you took affront to my $20 bounty and the current cost of
your overpriced coffees.

But my concept was maybe this would be a good way we could demonstrate
Asterisk integration to the Tropo community.

Guess not.
 

 

Regards,

Dean Collins
Cognation Inc
d...@cognation.net
+1-212-203-4357   New York
+61-2-9016-5642   (Sydney in-dial).
+44-20-3129-6001 (London in-dial).


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David
Backeberg
Sent: Wednesday, March 04, 2009 9:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] $20 Bounty

On Wed, Mar 4, 2009 at 9:11 AM, Bill Michaelson b...@cosi.com wrote:
 It's conceivable that the combined effort of these two responders
required
 less than ten minutes of time, yielding a theoretical pay rate of
$120/hour.

 I wonder how much effort went into the other responses.

I'm reminded of the allegory about...

EVER HEAR THE STORY of the giant ship engine that failed? The ship's
owners tried one expert after another, but none of them could figure
out how to fix the engine. Then they brought in an old man who had
been fixing ships since he was a youngster. He carried a large bag of
tools with him, and when he arrived, he immediately went to work. He
inspected the engine very carefully, top to bottom. Two of the ship's
owners were there, watching this man, hoping he would know what to do.
After looking things over, the old man reached into his bag and pulled
out a small hammer. He gently tapped something. Instantly, the engine
lurched into life. He carefully put his hammer away. The engine was
fixed!

A week later, the owners received a bill from the old man for ten
thousand dollars.

What?! the owners exclaimed. He hardly did anything! So they wrote
the old man a note saying, Please send us an itemized bill.

The man sent a bill that read,

Tapping with a hammer...$2
Knowing where to tap$9998

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

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


[asterisk-users] What's the use of sip.conf's notifyringing ?

2009-03-04 Thread Olivier
Hello

With 1.4.23.1, I can't really see any difference between setting this value
to yes or no.
Can you explain ?

Regards
___
-- 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

Re: [asterisk-users] What's the use of sip.conf's notifyringing ?

2009-03-04 Thread Mark Michelson
Olivier wrote:
 Hello
 
 With 1.4.23.1, I can't really see any difference between setting this 
 value to yes or no.
 Can you explain ?
 
 Regards
 

It seems that you're only going to see a difference if you are using a phone 
which subscribes to hints and uses the application/dialog-info+xml event 
package 
  (comments in the code suggest that SNOM phones use this method).

If notifyringing is set to yes (or if the option is not specified at all since 
yes is the default value) then when Asterisk sends a NOTIFY to a phone, it 
will set the information enclosed in the state XML tag to ringing instead 
of 
confirmed if a phone is ringing. Also, Asterisk will place a direction 
attribute inside the dialog XML tag in this situation too.

The short version of this is that the notifyringing option will specify a 
ringing state in NOTIFY messages but only for certain types of phones.

Mark Michelson

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


[asterisk-users] Asterisk @ Global FreeSW Meeting March 7 Sat BerkeleyTIP -Global - For Forwarding

2009-03-04 Thread john_re
Getting our own VOIP conference server going will be the 2nd part of the
ProgrammingParty until it is accomplished. - The first part will be
getting Ekiga ver 3 working on KUbuntu 8.04,  whatever other OSs people
have.

Come help out on the BTIP conference server, if you like.  :)

= 
Ekiga(Gnome meeting), Asterisk, Xen, Virtualbox, Debian 15 Years, Free
and Open Future, Amarok, ZFS, FreeBSD, Python, OLPC


=  SCHEDULE
Schedule: All times Pacific Std Time = GMT -8H 
 ex: 10A PST = 1P Eastern ST
10 ABegin:  Set up.  Get on IRC  VOIP
11 AEkiga3 talk LIVE
INSTALLFEST begin
12 NAsterisk, OLPC;
PROGRAMMING PARTY: VOIP Conference client  server
 1 PXen, Virtualbox; GNOME
 2 PKDE – GUI; Macintosh
 3 PDebian; BSD; College  University groups
 4 PFree  Open Future; Culture; Hardware
 5 PLIGHTNING TALKS
Python; INetWebDev; Local Simultaneous Meetings Arrangements


=  PHYSICAL LOCATION: UC Berkeley FREE SPEECH CAFE
At Moffitt Undergrad Library.
http://maps.google.com/?ie=UTF8t=hll=37.872558,-122.260795spn=0.001776,0.002529z=19
http://sites.google.com/site/berkeleytip/directions
BART: Berkeley Downtown Station.
Caltrain: Berkeley Station, bus up University to campus.
Car: 880 Freeway, University Exit.

=  IRC  VOIP
Join IRC freenode.net #berkeleytip,  we'll help you get on VOIP
http://sites.google.com/site/berkeleytip/remote-attendance


= Come to the: Great global meeting planned for this Saturday!  :)

Yes!  You can join in with the friendly global BTIP people - get a
headset  join the VOIP conference, from home, or wherever.  Hey -
invite your friends over  you can haz parte.  ;)

Be the first in your state - or country - to join in.  Since Chaitanya
joined from India in February, we have now officially moved up to
global.  :)

BerkeleyTIP - Global Monthly GNU(Linux), BSD  All Free SW HW  Culture
meeting.
Talks, Installfest, Potluck  ProgrammingParty
Educational, Productive, Social
http://sites.google.com/site/berkeleytip/


=  TALKS:  11A LIVE, - DOWNLOAD  WATCH VIDEOS BEFORE
Ekiga 3 on KUbuntu 8.04 - Chaitanya Mehandru, LIVE 11AM PST = GMT -8H
Asterisk Free Software Telephone System - Paul Charles Leddy, NYLUG-08
Xen Virtualization - Ian Pratt, FOSDEM-08
Virtualbox, Achim Hasenmueller, FOSDEM-08
Debian, Bdale Garbee, FOSDEM-09
Free and Open Future - Mark Surman, FOSDEM-09
Amarok v2 - Akademy-08
Debian: 15 Years and Counting - Steve McIntyre, Debconf-08 - Keynote
ZFS for FreeBSD - Pawel Jakub Dawidek, MeetBSD-08
Python on the OLPC laptop -  Ed Cherlin, BayPIGgies-08

Links to the videos  more info here:
http://sites.google.com/site/berkeleytip/talk-videos
Suggestion:  Download  watch the videos _you_ are interested in
_before_ the meeting, so you can spend the scheduled topic time
_discussing_ that talk.

All the talk/video speakers are invited to join in for QA  discussion.
[Please pass that word on to the speakers, because I probably wont have
time to notify them individually.]

Thanks to all the speakerz, videographerz,  sponsoring groupiez.  :)
 doubble plus big thanks to David Fox, r noo talk/vid finder/scheduler.
 :)

==  LIGHTNING TALKS - 5PM - Sign up anytime.


=  PROGRAMMING PARTY:
1) Help get Ekiga 3 compiled, running  packaged for KUbuntu8.04
2) Help get a local Asterisk VOIP conference server working.
3) Whatever _you_ are interested in - Email the list inviting us to join
on your project.  :)


=  PEOPLE ARE TALKING:
Chris said:  the meeting went very well for Feb. 7.

Windsor said:  I am interested in Jack's
idea of focusing a group on promotion of Linux as a desktop operating
system and targeting perspective Linux users. I'm enthusiastic about
doing something to this effect, like hosting an install night, standing
in Sproul Plaza near a card table, etc..

David said:  the USB headset I ordered and will
pick up at the post office tomorrow - 
Markt9 (from virtual lug) told me that it was a very nice one. I can't
wait until I get the chance to try it live.

 Windsor says: I posted some guidelines for people editing the web
page. Also, (and I'm not trying to be a kill-joy) I think the smilies
should be left in IRC and private e-mails. Every time I see one on the
site I think of myspace.com or icanhazcheeseburger.com.

john_re says: Thanks for the tipz, everyone. - I'll keep 'em in mind. 
;)

ps:  more doubbble pluz big thanks to Windsor, for the new website
design.  :)

[Someone, call the doctor, got a case of love bipolar.  Staccato, roller
coaster, can't get off this rde.]
http://equine-ranch.com/horseinfo.php?horseid=240482


=  JOIN THE MAILING LIST
 say Hi, where you're from, what you're interested in,  whatever
project you invite others to join in on.
http://groups.google.com/group/BerkTIPGlobal
Click Join this group on the right side of the page.


=  FLYER
- Opportunity - Put 10 up so your friends will know.

Re: [asterisk-users] $20 Bounty

2009-03-04 Thread Danny Nicholas
Since there is a PHP version of the *WA, it seems to me that that would
convert into tropo with very little effort.  Just a matter of finding the
person with the means to try it.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dean Collins
Sent: Wednesday, March 04, 2009 9:36 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] $20 Bounty

Ok guys I have to jump in here.

Seems some of you took affront to my $20 paypal bounty.

Not sure how long some of you have been around here but the history
behind the Weather app on the Trixbox (or Asterisk @ home as it used to
be known back then) was that my wife used to always ask me what the
weather was like outside because our NY apartment had double glazed
floor to ceiling windows you couldn't always judge what the temperature
was like.

About the same time I was learning that Asterisk had text to speech
functionality.

Wanting to encourage the community to use this text to speech
functionality more I posted a bounty to see if someone could get the
weather report read to me on my asterisk server.

(sadly I think there is still a lack of text to speech apps for
Asterisk).

I don't remember the original amount of the bounty (or who it was paid
to) but I think it was about $40 to $50 or something like that.

It was a super simple app 'dial *68 a ftp session would download the
flat text file from the national weather service for my preprogrammed
zip code and it would initiate a text to speech event. It was pure
simplicity and perfect.

Once it was posted to the community I don't know how many people have
installed it but I've seen hundreds of variations and install guides
since then.

Every person that has ever come to my office who I've said hey check out
this technology called Asterisk one of the functions I demonstrate along
with voicemail to email and FOP conference rooms is the weather call

How many of those people have gone out and installed asterisk I don't
know but the point being it was a cool way to demonstrate advance apps
rather than just plain old dial tone.

Sorry some of you took affront to my $20 bounty and the current cost of
your overpriced coffees.

But my concept was maybe this would be a good way we could demonstrate
Asterisk integration to the Tropo community.

Guess not.
 

 

Regards,

Dean Collins
Cognation Inc
d...@cognation.net
+1-212-203-4357   New York
+61-2-9016-5642   (Sydney in-dial).
+44-20-3129-6001 (London in-dial).


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David
Backeberg
Sent: Wednesday, March 04, 2009 9:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] $20 Bounty

On Wed, Mar 4, 2009 at 9:11 AM, Bill Michaelson b...@cosi.com wrote:
 It's conceivable that the combined effort of these two responders
required
 less than ten minutes of time, yielding a theoretical pay rate of
$120/hour.

 I wonder how much effort went into the other responses.

I'm reminded of the allegory about...

EVER HEAR THE STORY of the giant ship engine that failed? The ship's
owners tried one expert after another, but none of them could figure
out how to fix the engine. Then they brought in an old man who had
been fixing ships since he was a youngster. He carried a large bag of
tools with him, and when he arrived, he immediately went to work. He
inspected the engine very carefully, top to bottom. Two of the ship's
owners were there, watching this man, hoping he would know what to do.
After looking things over, the old man reached into his bag and pulled
out a small hammer. He gently tapped something. Instantly, the engine
lurched into life. He carefully put his hammer away. The engine was
fixed!

A week later, the owners received a bill from the old man for ten
thousand dollars.

What?! the owners exclaimed. He hardly did anything! So they wrote
the old man a note saying, Please send us an itemized bill.

The man sent a bill that read,

Tapping with a hammer...$2
Knowing where to tap$9998

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

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


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


[asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Robert Broyles
I saw some of the heat about the $20 bounty earlier.  So I don't want to 
put a low bounty out.
Quote me a bounty, and I'll see if I can get it approved by management. :-)

I'm in need of getting this bug fixed.  Bug has all of the details, but 
basically 1.4.22 broke it all.
I've waited as long as I can - hoping the bug would 'resolve itself' - 
but now I'm putting a bounty out on it.

http://bugs.digium.com/view.php?id=13691

-- 
Regards,
Robert Broyles



DISCLAIMER  :  This email and any files transmitted with it are property of 
Poornam Info Vision Pvt. Ltd. This email contains confidential information 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the sender 
immediately and delete this e-mail from your system. If you are not the 
intended recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is strictly 
prohibited.

Warning: Although the company has taken reasonable precautions to ensure no 
viruses are present in this email, the company cannot accept responsibility for 
any loss or damage arising from the use of this email or attachments.

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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Jason Parker
Robert Broyles wrote:
 I saw some of the heat about the $20 bounty earlier.  So I don't want to 
 put a low bounty out.
 Quote me a bounty, and I'll see if I can get it approved by management. :-)
 
 I'm in need of getting this bug fixed.  Bug has all of the details, but 
 basically 1.4.22 broke it all.
 I've waited as long as I can - hoping the bug would 'resolve itself' - 
 but now I'm putting a bounty out on it.
 
 http://bugs.digium.com/view.php?id=13691
 

There is already a patch on this bug that requires testing...

If you have feedback, please respond on the bug so that it can get committed for
inclusion into future releases.

If the patch works, I'm sure murf would accept a good rootbeer. :)

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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Robert Broyles

Yes, I've already posted notes on the bug.
I applied the patch, and when attempting to recompile, it fails.

--
Regards,
Robert Broyles
Team Lead - Customer Support Rep
Poornam Inc aka Bobcares
Phoenix, Arizona, USA 602.288.9145



Jason Parker wrote:

Robert Broyles wrote:
  
I saw some of the heat about the $20 bounty earlier.  So I don't want to 
put a low bounty out.

Quote me a bounty, and I'll see if I can get it approved by management. :-)

I'm in need of getting this bug fixed.  Bug has all of the details, but 
basically 1.4.22 broke it all.
I've waited as long as I can - hoping the bug would 'resolve itself' - 
but now I'm putting a bounty out on it.


http://bugs.digium.com/view.php?id=13691




There is already a patch on this bug that requires testing...

If you have feedback, please respond on the bug so that it can get committed for
inclusion into future releases.

If the patch works, I'm sure murf would accept a good rootbeer. :)

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

  




DISCLAIMER  :  This email and any files transmitted with it are property of 
Poornam Info Vision Pvt. Ltd. This email contains confidential information 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the sender 
immediately and delete this e-mail from your system. If you are not the 
intended recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is strictly 
prohibited.

Warning: Although the company has taken reasonable precautions to ensure no 
viruses are present in this email, the company cannot accept responsibility for 
any loss or damage arising from the use of this email or attachments.___
-- 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

Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Robert Broyles
By the way, I'm more than happy to send murf a case of rootbeer (or real 
beer assuming he's legal :-P ) if this bug and/or related bugs can be 
resolved soon. :-)


--
Regards,
Robert Broyles
Team Lead - Customer Support Rep
Poornam Inc aka Bobcares
Phoenix, Arizona, USA 602.288.9145



Jason Parker wrote:

Robert Broyles wrote:
  
I saw some of the heat about the $20 bounty earlier.  So I don't want to 
put a low bounty out.

Quote me a bounty, and I'll see if I can get it approved by management. :-)

I'm in need of getting this bug fixed.  Bug has all of the details, but 
basically 1.4.22 broke it all.
I've waited as long as I can - hoping the bug would 'resolve itself' - 
but now I'm putting a bounty out on it.


http://bugs.digium.com/view.php?id=13691




There is already a patch on this bug that requires testing...

If you have feedback, please respond on the bug so that it can get committed for
inclusion into future releases.

If the patch works, I'm sure murf would accept a good rootbeer. :)

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

  




DISCLAIMER  :  This email and any files transmitted with it are property of 
Poornam Info Vision Pvt. Ltd. This email contains confidential information 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the sender 
immediately and delete this e-mail from your system. If you are not the 
intended recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is strictly 
prohibited.

Warning: Although the company has taken reasonable precautions to ensure no 
viruses are present in this email, the company cannot accept responsibility for 
any loss or damage arising from the use of this email or attachments.___
-- 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

Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Atis Lezdins
On Wed, Mar 4, 2009 at 6:24 PM, Robert Broyles rob...@poornam.com wrote:
 By the way, I'm more than happy to send murf a case of rootbeer (or real
 beer assuming he's legal :-P ) if this bug and/or related bugs can be
 resolved soon. :-)

Bottle of Riga Black Balsam (45%), just have to figure out a way to send it :)

Regards,
Atis

-- 
Atis Lezdins,
VoIP Project Manager / Developer,
IQ Labs Inc,
a...@iq-labs.net
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 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Joseph
On 03/04/09 15:56, Gergo Csibra wrote:
Wednesday, March 4, 2009, 3:22:59 PM, Joseph wrote:

 FAX Passthru Codec: G711u

for me FAX works better with G711a

Can you folks compare my setting below with your settings and let me know if 
something differ.
I was experimenting with echo in the past and might have triggered something 
:-/ I know many settings have nothing to do with the fax but something must 
have 
trigger this problem, so I'm listing all the settings. 

Here are my settings, 
Line 1
Supplementary Service Subscription: 
Call Waiting Serv:No
Block ANC Serv:Yes  
Cfwd All Serv:Yes   
Cfwd No Ans Serv:Yes
Cfwd Last Serv:Yes 
Accept Last Serv:Yes
CID Serv:Yes   
Call Return Serv:Yes
Call Back Serv:Yes
Three Way Conf Serv:Yes 
Unattn Transfer Serv:Yes
VMWI Serv:Yes  
Secure Call Serv:Yes
Feature Dial Serv:Yes 

Block CID Serv:Yes
Dist Ring Serv:No
Cfwd Busy Serv:Yes
Cfwd Sel Serv:Yes
Block Last Serv:Yes
DND Serv:Yes
CWCID Serv:Yes
Call Redial Serv:Yes
Three Way Call Serv:Yes
Attn Transfer Serv:Yes
MWI Serv:Yes
Speed Dial Serv:Yes
Referral Serv:Yes
Service Announcement Serv:No

Audio Configuration 
Preferred Codec:G711u   
Use Pref Codec Only:No 
G729a Enable:Yes
G723 Enable:Yes 
G726-16 Enable:Yes 
G726-24 Enable:Yes  
G726-32 Enable:Yes   
G726-40 Enable:Yes 
DTMF Process INFO:Yes 
DTMF Process AVT:Yes  
DTMF Tx Method:Auto
FAX Process NSE:Yes
FAX Disable ECAN:No 
FAX Enable T38:Yes  
FAX Tone Detect Mode:caller or callee  
   
Silence Supp Enable:No
Silence Threshold:medium
Echo Canc Enable:Yes
Echo Canc Adapt Enable:Yes
Echo Supp Enable:Yes
FAX CED Detect Enable:Yes
FAX CNG Detect Enable:Yes
FAX Passthru Codec:G711u
FAX Codec Symmetric:Yes
FAX Passthru Method:NSE
DTMF Tx Mode:Strict
Hook Flash Tx Method:None
Release Unused Codec:Yes
FAX T38 Redundancy:Yes
Symmetric RTP:Yes


PSTN Line

Audio Configuration 
Preferred Codec:G711u 
Use Pref Codec Only:No 
G729a Enable:Yes   
G723 Enable:Yes   
G726-16 Enable:Yes 
G726-24 Enable:Yes 
G726-32 Enable:Yes 
G726-40 Enable:Yes 
DTMF Process INFO:Yes
DTMF Process AVT:Yes 
DTMF Tx Mode:Strict
FAX Process NSE:Yes  
FAX Disable ECAN:No  
  
Silence Supp Enable:No
Echo Canc Enable:Yes
Echo Canc Adapt Enable:Yes
Echo Supp Enable:Yes
FAX CED Detect Enable:Yes
FAX CNG Detect Enable:Yes
FAX Passthru Codec:G711u
FAX Codec Symmetric:Yes
FAX Passthru Method:NSE
DTMF Tx Method:Auto
Release Unused Codec:Yes
Symmetric RTP:Yes

I'll try to the codec FAX Passthru Codec:G711a but I doubt this is the problem 
as I have another Sipura 3000 and it has been working with 711u without any 
problems. 

How about that FAX Disable ECAN:No was is the default to Yes or No

-- 
#Joseph

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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Joseph
On 03/04/09 15:44, Marco Signorini wrote:
Hi Joseph.
I've spent some time tuning the SPA3102 FXS line input and output gain
and I think that this is an important variable.
Let's try to record incoming and outgoing fax tones with asterisk on SIP
channel (disabling the fax detection on SPA and sending fax inband) and
look at the recorded file with a wave editor (Audacity).
I had better results if the maximum level is near half to the full
dynamic. Then switch to T38, if you need it.

As I remember I have experimented with gain on PSTN line as well but have reset 
back to default.
I have:
SPA To PSTN Gain:0
PSTN To SPA Gain:0

I think 0  is the default.

-- 
#Joseph

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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Marco Signorini
Joseph wrote:
 On 03/04/09 15:44, Marco Signorini wrote:
   
 Hi Joseph.
 I've spent some time tuning the SPA3102 FXS line input and output gain
 and I think that this is an important variable.
 Let's try to record incoming and outgoing fax tones with asterisk on SIP
 channel (disabling the fax detection on SPA and sending fax inband) and
 look at the recorded file with a wave editor (Audacity).
 I had better results if the maximum level is near half to the full
 dynamic. Then switch to T38, if you need it.
 

 As I remember I have experimented with gain on PSTN line as well but have 
 reset back to default.
 I have:
 SPA To PSTN Gain:0
 PSTN To SPA Gain:0

 I think 0  is the default.

   
Yes, 0 is the default.
Is the fax machine connected to the FXS port or do you use the SPA3102
only as a SIP 2 PSTN gateway?
If you use the FXS port, please take a look at the gain parameters you
can find in the Miscellaneous section in the Regional page (log in
as Administrator then switch to the advanced report).

Now I've -5 as input gain and -2 as output. I don't know if this could
helps you.


Best regards,
Marco Signorini


===
INGEGNI Tech S.r.l.
http://www.ingegnitech.com


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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Christian Victor
2009/3/4 Atis Lezdins a...@iq-labs.net

 Bottle of Riga Black Balsam (45%), just have to figure out a way to send it
 :)


Balsam??? By mail? Doesn't that count as liquid explosive? ;-)

Chris
___
-- 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

Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Robert Broyles

Actually, that's alcohol abuse. :-)

Regards,
Robert Broyles



Christian Victor wrote:

2009/3/4 Atis Lezdins a...@iq-labs.net mailto:a...@iq-labs.net

Bottle of Riga Black Balsam (45%), just have to figure out a way
to send it :)


Balsam??? By mail? Doesn't that count as liquid explosive? ;-)

Chris


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




DISCLAIMER  :  This email and any files transmitted with it are property of 
Poornam Info Vision Pvt. Ltd. This email contains confidential information 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the sender 
immediately and delete this e-mail from your system. If you are not the 
intended recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is strictly 
prohibited.

Warning: Although the company has taken reasonable precautions to ensure no 
viruses are present in this email, the company cannot accept responsibility for 
any loss or damage arising from the use of this email or attachments.___
-- 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

Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Tilghman Lesher
On Wednesday 04 March 2009 10:24:16 Robert Broyles wrote:
 By the way, I'm more than happy to send murf a case of rootbeer (or real
 beer assuming he's legal :-P ) if this bug and/or related bugs can be
 resolved soon. :-)

Murf is plenty legal; he simply doesn't consume alcohol.

-- 
Tilghman

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


[asterisk-users] SIP attacks

2009-03-04 Thread Thomas Kenyon
I have been receiving a lot of hack attempts today (home and work) 
multiple SIP registration requests (none of them managed to find a 
relevant username before fail2ban kicked in).

Is this happening to a lot of people now?

I only have SIP available externally for enum purposes, is it possible 
on a host which is specified as dynamic to choose a valid hostmask in 
sip.conf on a per peer/user basis?

TIA for any response to this.

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


[asterisk-users] Outlook integration?

2009-03-04 Thread Ken D'Ambrosio
Hey, all.  I was just wondering if there were any
tools/utilities/what-have-you out there that would allow a user to click
on a contact in Outlook, and have their phone dial it?  (Or, I guess, have
Asterisk dial both their phone and the destination number, and put the two
into a conference.)

Thanks!

-Ken


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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


Re: [asterisk-users] SIP attacks

2009-03-04 Thread Tilghman Lesher
On Wednesday 04 March 2009 11:34:23 Thomas Kenyon wrote:
 I have been receiving a lot of hack attempts today (home and work)
 multiple SIP registration requests (none of them managed to find a
 relevant username before fail2ban kicked in).

 Is this happening to a lot of people now?

 I only have SIP available externally for enum purposes, is it possible
 on a host which is specified as dynamic to choose a valid hostmask in
 sip.conf on a per peer/user basis?

 TIA for any response to this.

Yes, you can use the permit/deny labels to specify an IP mask that is eligible
to authenticate:
deny=0.0.0.0/0
permit=192.168.0.0/16
permit=172.16.0.0/12
permit=10.0.0.0/8

By the way, after the slash, you can use either CIDR notation or a netmask.

-- 
Tilghman

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


Re: [asterisk-users] Outlook integration?

2009-03-04 Thread Godson Gera
http://outcall.sourceforge.net/


--
Godson Gera
Asterisk Consultant
Indiahttp://godson.in/voip-asterisk-consultant-hyderabad-india


On Wed, Mar 4, 2009 at 11:12 PM, Ken D'Ambrosio k...@jots.org wrote:

 Hey, all.  I was just wondering if there were any
 tools/utilities/what-have-you out there that would allow a user to click
 on a contact in Outlook, and have their phone dial it?  (Or, I guess, have
 Asterisk dial both their phone and the destination number, and put the two
 into a conference.)

 Thanks!

 -Ken


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.


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

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

Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Joseph
On 03/04/09 18:01, Marco Signorini wrote:
Joseph wrote:
 As I remember I have experimented with gain on PSTN line as well but have 
 reset back to default.
 I have:
 SPA To PSTN Gain:0
 PSTN To SPA Gain:0

 I think 0  is the default.

   
Yes, 0 is the default.
Is the fax machine connected to the FXS port or do you use the SPA3102
only as a SIP 2 PSTN gateway?
If you use the FXS port, please take a look at the gain parameters you
can find in the Miscellaneous section in the Regional page (log in
as Administrator then switch to the advanced report).

Now I've -5 as input gain and -2 as output. I don't know if this could
helps you.

In my case I only use SIP 2 PSTN gateway so gain most likely wouldn't help me 
much.
I'll try to reset the unit to default setting and start from there.

-- 
#Joseph
GPG KeyID: ED0E1FB7

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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Jason Parker
Tilghman Lesher wrote:
 On Wednesday 04 March 2009 10:24:16 Robert Broyles wrote:
 By the way, I'm more than happy to send murf a case of rootbeer (or real
 beer assuming he's legal :-P ) if this bug and/or related bugs can be
 resolved soon. :-)
 
 Murf is plenty legal; he simply doesn't consume alcohol.
 

This, of course, has nothing to do with my original point.  It was more along
the lines of no need to pay a bounty - it may already be fixed. :)

There was another patch uploaded to that bug several weeks ago that I believe
supersedes the original patch(es).  That is what I was suggesting testing.  The
comments on the bug explain it.

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


Re: [asterisk-users] faxing via linksys SPA3102 half page goes through

2009-03-04 Thread Steve Underwood
Marco Signorini wrote:
 Joseph wrote:
   
 On 03/04/09 15:44, Marco Signorini wrote:
   
 
 Hi Joseph.
 I've spent some time tuning the SPA3102 FXS line input and output gain
 and I think that this is an important variable.
 Let's try to record incoming and outgoing fax tones with asterisk on SIP
 channel (disabling the fax detection on SPA and sending fax inband) and
 look at the recorded file with a wave editor (Audacity).
 I had better results if the maximum level is near half to the full
 dynamic. Then switch to T38, if you need it.
 
   
 As I remember I have experimented with gain on PSTN line as well but have 
 reset back to default.
 I have:
 SPA To PSTN Gain:0
 PSTN To SPA Gain:0

 I think 0  is the default.

   
 
 Yes, 0 is the default.
 Is the fax machine connected to the FXS port or do you use the SPA3102
 only as a SIP 2 PSTN gateway?
 If you use the FXS port, please take a look at the gain parameters you
 can find in the Miscellaneous section in the Regional page (log in
 as Administrator then switch to the advanced report).

 Now I've -5 as input gain and -2 as output. I don't know if this could
 helps you.

   
I regularly do T.38 testing against and SPA3102, and they are quite 
troublesome. Different FAX machines and FAX modems give very different 
results. If you put a much longer lead between the FAX machine and the 
SPA3102 you may find it works a lot better. :-\

If you turn up the gains too much you get clipping, but as long as you 
don't go too far it shouldn't very sensitive.

Regards,
Steve


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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Robert Broyles

Yea, that patch was tried, and doesn't resolve the issue either.
I will hold out on the bounty a little longer... maybe it will be 
resolved soon. It's pretty important for us.


--
Regards,
Robert Broyles




Jason Parker wrote:

Tilghman Lesher wrote:
  

On Wednesday 04 March 2009 10:24:16 Robert Broyles wrote:


By the way, I'm more than happy to send murf a case of rootbeer (or real
beer assuming he's legal :-P ) if this bug and/or related bugs can be
resolved soon. :-)
  

Murf is plenty legal; he simply doesn't consume alcohol.




This, of course, has nothing to do with my original point.  It was more along
the lines of no need to pay a bounty - it may already be fixed. :)

There was another patch uploaded to that bug several weeks ago that I believe
supersedes the original patch(es).  That is what I was suggesting testing.  The
comments on the bug explain it.

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

  




DISCLAIMER  :  This email and any files transmitted with it are property of 
Poornam Info Vision Pvt. Ltd. This email contains confidential information 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the sender 
immediately and delete this e-mail from your system. If you are not the 
intended recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is strictly 
prohibited.

Warning: Although the company has taken reasonable precautions to ensure no 
viruses are present in this email, the company cannot accept responsibility for 
any loss or damage arising from the use of this email or attachments.___
-- 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

Re: [asterisk-users] Outlook integration?

2009-03-04 Thread Dean Collins
You want ADA which is the new name for the old snapanumber

 

 

Regards,

Dean Collins
Cognation Inc
d...@cognation.net
+1-212-203-4357   New York
+61-2-9016-5642   (Sydney in-dial).
+44-20-3129-6001 (London in-dial).


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ken
D'Ambrosio
Sent: Wednesday, March 04, 2009 12:42 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Outlook integration?

Hey, all.  I was just wondering if there were any
tools/utilities/what-have-you out there that would allow a user to click
on a contact in Outlook, and have their phone dial it?  (Or, I guess,
have
Asterisk dial both their phone and the destination number, and put the
two
into a conference.)

Thanks!

-Ken


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

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


Re: [asterisk-users] SIP attacks

2009-03-04 Thread Thomas Kenyon
Tilghman Lesher wrote:
 
 Yes, you can use the permit/deny labels to specify an IP mask that is eligible
 to authenticate:
 deny=0.0.0.0/0
 permit=192.168.0.0/16
 permit=172.16.0.0/12
 permit=10.0.0.0/8
 
 By the way, after the slash, you can use either CIDR notation or a netmask.
 
Thanks.

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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Philipp Kempgen
Courier mail server at exa.billmerriam.com schrieb:
 This is a delivery status notification from exa.billmerriam.com,
 running the Courier mail server, version 0.54.1.
 
 The original message was received on Wed, 04 Mar 2009 09:10:55 -0500
 from localhost (localhost [127.0.0.1])
 
 ---
 
UNDELIVERABLE MAIL
 
 Your message to the following recipients cannot be delivered:
 
 li...@billmerriam.com:
 yocto.billmerriam.com [68.209.186.200]:
  STARTTLS
  500 couriertls: connect: Connection reset by peer

li...@billmerriam.com, please fix your mail server.
I sent the message to the asterisk-users mailing list and - sorry
to say - I don't care if it was delivered to you or not.

Thanks,

Philipp Kempgen
-- 
AMOOCON 2009, May 4-5, Rostock / Germany   -  http://www.amoocon.de
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
-- 

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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Anthony Francis


Philipp Kempgen wrote:
 Courier mail server at exa.billmerriam.com schrieb:
   
 This is a delivery status notification from exa.billmerriam.com,
 running the Courier mail server, version 0.54.1.

 The original message was received on Wed, 04 Mar 2009 09:10:55 -0500
 from localhost (localhost [127.0.0.1])

 ---

UNDELIVERABLE MAIL

 Your message to the following recipients cannot be delivered:

 li...@billmerriam.com:
 yocto.billmerriam.com [68.209.186.200]:
 
 STARTTLS
 
  500 couriertls: connect: Connection reset by peer
 

 li...@billmerriam.com, please fix your mail server.
 I sent the message to the asterisk-users mailing list and - sorry
 to say - I don't care if it was delivered to you or not.

 Thanks,

 Philipp Kempgen
   
...and so you replied to it? I mean if he didn't get the original copy, 
he sure isn't going to get your terse reply. The rest of us however

-- 
Thank you and have any kind of day you want,

Anthony Francis


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


Re: [asterisk-users] Bounty- CDR Bug Fix

2009-03-04 Thread Anthony Francis


Robert Broyles wrote:
 I saw some of the heat about the $20 bounty earlier.  So I don't want to 
 put a low bounty out.
 Quote me a bounty, and I'll see if I can get it approved by management. :-)

 I'm in need of getting this bug fixed.  Bug has all of the details, but 
 basically 1.4.22 broke it all.
 I've waited as long as I can - hoping the bug would 'resolve itself' - 
 but now I'm putting a bounty out on it.

 http://bugs.digium.com/view.php?id=13691

   
I would not recommend using CDR's for queue data, instead I use the 
queue events, or at a minimum the queue log.

-- 
Thank you and have any kind of day you want,

Anthony Francis



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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Watkins, Bradley
 I just want to confirm but it seems that if-then-else is not permitted
 in case structure.
 It was not really documented but it seems to be the case.
 
 Can anyone confirm?

No, if-then-else works fine inside a case statement.  See inline
comments.
 
 switch(${DIALSTATUS})
   {
 case NOANSWER:
  {
This brace, and its closing-brace mate, are superfluous though not
harmful.

// if-then-else not permitted
If (${ael-var} = 1)
Your primary problem is probably right here, the if needs to be all
lower-case ( If != if ).

{
  Playback(beep); 
  return;
}
  }
Again, unnecessary.

 case BUSY:
  {
return;
  }
 default:
  {
Hangup();
  };
   }
 
 
 
 ___
 -- 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
 
 

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


Re: [asterisk-users] Configuring asterisk to revert call back to forwarder if exten is busy

2009-03-04 Thread Paul Hales

Can I assume that you want this only for blind transfers?

I have done this previously, but I lost my copy of the work (and it was
a proof of concept only)

It involved the ${BLINDTRANSFER} variable, which catches the number that
made the blind transfer and making macro-stdexten (or your equivalent)
dial that variable in the case of the dial status being treated as BUSY.

To get a 'busy' will involve single line phones, or disabling call
waiting on the phone receiving the call.

regards,

PaulH


James Mutuku wrote:
 Hellos,

 I want to configure asterisk so that if exten A transfers a call to
 exten B, and B is either busy or the call is not answered, the call
 returns back to A. Is this possible?

 Please help
 James


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

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


Re: [asterisk-users] AEL2: If-then-else not permitted in Switch-Case

2009-03-04 Thread Lee, John (Sydney)
Thanks guys.

It was the If vs if that was causing the problem.
This is probably due to my good coding practice of other languages in
the past :-)

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Watkins, Bradley
 Sent: Thursday, 5 March 2009 9:12 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] AEL2: If-then-else not permitted in
Switch-
 Case
 
  I just want to confirm but it seems that if-then-else is not
permitted
  in case structure.
  It was not really documented but it seems to be the case.
 
  Can anyone confirm?
 
 No, if-then-else works fine inside a case statement.  See inline
 comments.
 
  switch(${DIALSTATUS})
{
  case NOANSWER:
   {
 This brace, and its closing-brace mate, are superfluous though not
 harmful.
 
 // if-then-else not permitted
 If (${ael-var} = 1)
 Your primary problem is probably right here, the if needs to be all
 lower-case ( If != if ).
 
 {
   Playback(beep);
   return;
 }
   }
 Again, unnecessary.
 
  case BUSY:
   {
 return;
   }
  default:
   {
 Hangup();
   };
}
 
 
 
  ___
  -- 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
 
 
 
 ___
 -- 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


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


[asterisk-users] Asterisk 1.6.0.6 sip doesn't work?

2009-03-04 Thread Remco Barendse
I tried upgrading to 1.6.0.6 but when i compile and install that, it seems 
that support for SIP is missing completely?

Reverting back to 1.6.0.5 gets SIP going again...


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


Re: [asterisk-users] Silk for Free

2009-03-04 Thread Wilton Helm
12kHz isn't really enough for high quality voice, and the extra bit 
rate needed to push the bandwidth to 15kHz is small. Also, a deep man's 
voice looses something when you cut off at 70Hz. 

I'm not sure that this isn't stretching things a bit.  There are no handsets or 
headsets (AFAIK) that can do justice to 50 KHz and probably most speakers 
attached to a PC can't.  Likewise, while a deep male voice can go below 70 Hz, 
few transducers can do justice to those frequencies, either.  I don't think the 
attempt is to reproduce a symphony.  The extra bandwidth (even if it is minor) 
would be hard to justify if one needed $500 speakers to benefit from it.  While 
a number of people might be able to tell the difference in an A B comparison, I 
suspect few would notice it without direct comparison.  I also suspect Skype is 
correct in that the majority of people, listening to it on typical hardware 
would like additional low frequencies less than without because of things like 
distortion in the transducer.  

Getting the bandwidth above 3 KHz at the top will improve intelligibility, but 
somewhere between 5 and 10 KHz that reaches a point of diminishing returns.  
Likewise, extending the low end below 300 Hz will help naturalness, but that 
also reaches diminishing returns somewhere around 100 Hz unless all the pieces 
are very high quality (from the mic to the speaker).  It seems to me that they 
have exceeded those realities by a comfortable margin, which is generally what 
good engineering is all about.

Wilton
___
-- 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

[asterisk-users] Cisco IP Communicator with Asterisk/Trixbox

2009-03-04 Thread Dorien K. Takeshi
Hi guys,

Has anyone had any luck with getting the Cisco IP Communicator working with 
your Asterisk or primarily, Trixbox installation?

I've tried searching the net for information, and found someone said to set it 
up like the 7970 hard phone, which I have, and I'm just running into the 
problems with it saying Error Verifying Config Info.

Any and all help is appreciated.

Dorien

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

[asterisk-users] Stun with hosted asterisk solution???

2009-03-04 Thread carl Lougher

Howdy,
I have the following issue and would like to know if anyone has got around this 
before.

IP  Phones - Linksys 942
Sip server - Asterisk 1.4.13
Stun server - Vovida

Ok heres the issue. We have multiple client phones on their own network behind 
a natted connection. We have setup the phones to be natted and also pointing to 
our stun server. Now when the phones make an outside call to the PSTN stun 
kicks in and their rtp streams are carried from the phones to the sip provider 
without any issues. 

Now when the phones dial each other internally the rtp stream is still carried 
via stun and therefore fails as its pointing to the same ip on the same router. 
Now by adding t to the asterisk dial commands for each internal phone the 
inbound calls work fine but the rtp streams are carried through asterisk rather 
than between themselves on their network.

Also in this scenario when you try conference an outside phone with an inside 
phone it fails due to stun and outside address problems.

So my question is can we set up or change something on the phones or asterisk 
to allow the phones rtp to go across the local network on internal calls and 
via stun for outbound pstn calls?

Thanks


  

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


Re: [asterisk-users] after install the zaptel but the rtp failed

2009-03-04 Thread 邱磊
thanks very much for your reply,Grygoriy,you are so warm-heart! thank you 
advance!
Here is my extensions.conf and meetme.conf. I don't use the digium card so I 
just use the ztdummy modules.
[meetme]
exten = 4105,1,Answer()
exten = 4105,n,meetme(99008664105|Ap)
exten = 4105,n,Hangup()
meetm.conf
[rooms]
conf =4105


I have compare my two different manchines,(one work OK,and another is failed):
when  use zap show channels to see the channels status:
 Chan Extension  Context Language   MOH Interpret   
 pseudodefaultdefault

then i dial the 4105 and channels show 
 Chan Extension  Context Language   MOH Interpret   
 pseudodefaultdefault
pseudodefaultdefault

then i hangup,but the channels still have two pseudo:
 Chan Extension  Context Language   MOH Interpret   
 pseudodefaultdefault
pseudodefaultdefault


then i try again,the Meetme didn't ctreat room anymore.

and i found a strange thing :
after i install the zaptel ,my asterisk didn't play any voice.
i use the Playback(Nomoney):
Executing [4...@4105:1] Answer(SIP/22238-08211340, ) in new stack
-- Executing [4...@4105:2] Playback(SIP/22238-08211340, NoMoney) in new 
stack
-- SIP/22238-08211340 Playing 'NoMoney' (language 'en')
It show well but no voice!!

Is it wrong in my system? thanks

2009-03-05 



邱磊 



发件人: Grygoriy Dobrovolskyy 
发送时间: 2009-03-04  16:30:06 
收件人: Asterisk Users Mailing List - Non-Commercial Discussion 
抄送: 
主题: Re: [asterisk-users] after install the zaptel but the rtp failed 
 



2009/3/4 邱磊 qiulei...@163.com

hi Grygoriy :
appreciate your reply ,
that's my cli command:
CLI zap show status 
Description  Alarms IRQbpviol CRC4  

ZTDUMMY/1 1  UNCONFIGUR 0  0  0   

Is't all right? forward your echo .
thanks 

Yes normally you should have meetme working. Paste your extensions.conf here 
(only the context with the conference) Also the config of the sip peer who is 
trying to join the conference and more cli output during that join. 
___
-- 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

Re: [asterisk-users] Cisco IP Communicator with Asterisk/Trixbox

2009-03-04 Thread Matt Gibson
Have you tried using md5secret, not sure if that will do it - but that's how
we had to get our 7970 registered with freepbx/trixbox - unfortunately they
don' t have this ability built in (yet). I have a patch if you need it,
contact me off list.  As a quick test you could enable it in the config file
and restart asterisk without doing anything in trixbox. 

 

 

Thanks,

Matt G

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dorien K.
Takeshi
Sent: Wednesday, March 04, 2009 9:32 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Cisco IP Communicator with Asterisk/Trixbox

 

Hi guys,

Has anyone had any luck with getting the Cisco IP Communicator working with
your Asterisk or primarily, Trixbox installation?

I've tried searching the net for information, and found someone said to set
it up like the 7970 hard phone, which I have, and I'm just running into the
problems with it saying Error Verifying Config Info.

Any and all help is appreciated.

Dorien

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

Re: [asterisk-users] Outlook integration?

2009-03-04 Thread Paul Chambers
Outcall moved to http://code.google.com/p/outcall/

There's also Camrivox's Flexor (Snom and Asterisk versions).

Googling 'outlook click-to-call' will also show a bunch of related info 
and tools.

Paul

Godson Gera wrote:
 http://outcall.sourceforge.net/

 --
 Godson Gera
 Asterisk Consultant India 
 http://godson.in/voip-asterisk-consultant-hyderabad-india

 On Wed, Mar 4, 2009 at 11:12 PM, Ken D'Ambrosio k...@jots.org 
 mailto:k...@jots.org wrote:

 Hey, all.  I was just wondering if there were any
 tools/utilities/what-have-you out there that would allow a user to
 click
 on a contact in Outlook, and have their phone dial it?  (Or, I
 guess, have
 Asterisk dial both their phone and the destination number, and put
 the two
 into a conference.)

 Thanks!

 -Ken



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


[asterisk-users] Asterisk 1.6.1-rc1 with OpenAIS and different subnets

2009-03-04 Thread Peter Mueller
Hi List,

im running a test server with the 1.6.1-rc1-release of * and OpenAIS. Asterisk
is configured so far and running stable. Now i set up a second server to test
the distributed devstate. In a cluster on the same subnet it's no problem. But
we have a customer who wants that feature for checking telephones on two branch
offices connected over vpn-tunnels. According to that we have different subnets
(e.g. 192.168.1.0/24, 192.168.2.0/24, 192.168.3.0/24).

Has anybody set up such an installation and/or is OpenAIS able to transfer the
devstates over different subnets? Haven't found docs and hints for this use
case.

Maybe there are other possbibilities which i'm not aware of.

Any hint and solution would be appreciated. Thanks in advance.

Greetings
Peter Mueller___
-- 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