similar to: recommendation for German sound files

Displaying 20 results from an estimated 3000 matches similar to: "recommendation for German sound files"

2009 Jun 27
2
using http to provision a Grandstrea GXP2000 phone
I have a GXP2010 phone, the one with 18 blinky lights ;) I currently provision the phone by writing out the conf file, encoding it and sending it to the tftp server. I was wondering if anyone had managed to automate the web side of provisioning ? TIA Julian ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security
2009 Jan 21
1
SIP realtime status...
Since 1.4.22 realtime status for sip peers seems to be broken. If I do a "sip show peers" from the CLI I get this: 2001/2001 192.168.2.234 D 5060 UNKNOWN Cached RT It is arbitrary which peers will say OK and which will say UNKNOWN and it changes over time. This is a problem with an application like the Asternic Flash panel because it uses the peer
2009 Jun 11
2
OT - Aastra phones provisioning
Hi, I can't find a way to tailor DHCP/TFTP/HTTP environment so that brand new Aastra SIP phones can be auto-provisioned when config files are stored in a specific TFTP subdirectory instead of TFTP root directory. For instance, TFTP root directory is /srv/tftp. When config files are stored in /srv/tftp, a new Aastra can find its config files. When config files are stored in /srv/tftp/aastra,
2009 Jan 26
2
German date format in voicemail emails
Hi! I want to configure voicemail to send emails with the date of the message in German/Austria, that means: "Montag, 26 J?nner 2009" instead of "Monday, 26 January 2009" voicemail.conf refers to "man strftime". This refers to the current locales. So, I tried export LANG=de export LC_ALL=de_DE before starting Asterisk. Unfortunately the date format is still
2009 Mar 26
6
Provisioning GXP 2000
I've done some googling and searched voip-info but I'm not able to find a good answer about how to provision the GXP 2000. Based on questions I've asked before it seems like a lot of people are using the grandstream phones so I figure provisioning can't be that hard. Is everyone using the web interface for *every* phone? Or is there a better, more automatic, way? TIA!!! Thanks,
2009 Jan 14
8
evaluate SIP response codes in dialplan
Hi! Is it somehow possible to evaluate the SIP response code inside the dialplan? I have an Asterisk server which forwards requests to various PSTN gateways with SIP. If the Dial() attempt is not successful I want to differ at least these 3 options: - called destination is busy (486): e.g. activate auto-redial - called destination does not exist, unassigned number (404) - gateway is broken,
2009 Mar 04
5
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? switch(${DIALSTATUS}) { case NOANSWER: { // if-then-else not permitted If (${ael-var} = 1) { Playback(beep);
2004 Dec 01
4
Voicemail - Danish, German an French audio files download?
Hi all, Is it possible to download Danish, German and French audio files for Asterisk somewhere, or does everybody just record them? Thank you in advance Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/02cec53d/attachment.htm
2009 Jan 08
4
AEL question: testing channel variables
Hi! I use the following condition: if (${FOOBAR}=YES) { ... } The problem is, that if FOOBAR is not defined at all Asterisk generates a warning: WARNING[11982]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax error: syntax error, unexpected '=', expecting $end; Input: =YES Of course I could use the following code, but this bloats up the code: if (${EXISTS(${FOOBAR})}) {
2009 Jun 08
2
Snom, Asterisk and Patton SN1400 - sending bye instead of hold
Hey Everyone, i am using Asterisk 1.4.21.1 with a old Patton SN1400 and some SNOM 300,320,360 Devices. In the combination with asterisk and the patton, there are occuring some strange behaviour, due to the calling and answering everything works good, clear voice, great availability. All the devices have to use ulaw, alaw and slinear is available but never the first choice since i use my
2008 Feb 06
1
Gemeinschaft released
Hi, Just wanted to let you know that we have just made our GPL toolkit "Gemeinschaft" available to the public. (Finally.) Mostly German for now - about half of the strings in the language strings file have been translated to English. I'm a software developer, not a marketing guy, so ... svn co https://svn.amooma.de/gemeinschaft/trunk gemeinschaft-trunk German readers: see
2009 Jan 27
2
Module res_odbc is not loading
Hi, I have remove the comment defor res_odbc.so and res_config_odbc.so in my modules.conf, but the module is still not loading when I do: module show like odbc I have o module returned anybody knows why? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2009 Jan 19
1
how to cancel new recorded message from voicemail menu?
Hi! If a user has recorded a new voicemail message (e.g. unavailable message) then it is prompted with 3 choices. 1. accept recording 2. listen to the recorded message 3. rerecord the message Isn't it possible to cancel the recording? thanks klaus
2009 Jan 08
1
is it possible to store vmsecrets outside of users.conf?
Hi! Currently I provision user account in users.conf. But I do not like that VoiceMail writes to users.conf when the voicemail password is changed. Is there a possibility to store the vmsecret in another place? (another file or DB)? thanks klaus
2009 Jan 26
2
custom cdr userfiled
Dear, I added new field to cdr table , named "service" and type varchar(20), but in extensions.conf with the following command, nothing to be saved. exten => _X.,1,Set(CDR(service)=OUT) does asterisk support this ability ? is any setting must be changed, before that ? best Mani
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process into another SQL database through entering IVR options during the call. Thanks a lot. _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
2009 Nov 10
2
Hangup
Hi, is it possible to hangup a channel from another channel? I want to finish a call from another channel, but if I put exten => h,n,HangUp(channelname) it doesn't hangup... Is that correct? Thanks, _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 12
1
AmooCon video recordings online
JFYI and slightly off-topic: All of the videos we recorded at AMOOCON open-source VoIP conference (Rostock, Germany, May 4-5) are now available on the web site: http://www.amoocon.com/ All of them are available in different qualities and formats, including Quicktime 7, versions for the iPhone and iPod and h.264 which IIRC can be played in MPlayer etc. 100 GB in total. :-) Philipp Kempgen
2009 Feb 09
2
InUse&Ringing
Hello, I'm just wondering if anyone has fixed the 'InUse&Ringing' problem. * v1.4.23.1 Ta
2009 May 17
4
Can YOU find a trailing parenthesis?
On 1.6.1, I must be losing my eyesight: [internal] include => outbound-pstn ............. include => meetme ; 2663 include => setup-meetme-conf-room ; 6000xxxYYYY [setup-meetme-conf-room] exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" ) ........ CLI: -- Starting simple switch on 'DAHDI/1-1' [2009-05-17 14:54:49]