similar to: Asterisk and cellphone/GSM voicemailbox

Displaying 20 results from an estimated 7000 matches similar to: "Asterisk and cellphone/GSM voicemailbox"

2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list, I'm using the following macro when calling an external callphone/GSM number : [macro-press1] exten => s,1,NoOp() exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1) exten => s,n,Read(INPUT,,1,1,1) exten => s,n,NoOp(input : ${INPUT}) exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup) exten => s,n(exit),NoOp(call accepted) exten
2009 May 08
2
Not receiving voicemail message in mailbox
It should be as simple as editing voicemail.conf : ; Voicemail Configuration ; [general] ; Formats for writing Voicemail. Note that when using IMAP storage for ; voicemail, only the first format specified will be used. format=wav49|wav|gsm ; Who the e-mail notification should appear to come from serveremail=asterisk-voicemail ; Should the email contain the voicemail as an attachment attach=yes ;
2009 Sep 17
1
I'm not getting the ability to leave a voicemail-message
I'm having a little problem with voicemail. Actually I'm not getting the ability to leave a voicemail-message. This is part of the dialplan : > exten => s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1}) > exten => s,n,NoOp(${ARG1}@boxes) > exten => s,n,Voicemail(${ARG1}@boxes) > exten => s,n,Hangup() > exten => s,n,MacroExit This is the
2013 Feb 04
1
CallerID external call after Attended Transfer
Hello, using Asterisk 1.8.12.2 case : I call with my cellphone to our public telephone number Our receptionist answers the incoming call and does an attended transfer to my colleague ( A ) Colleague answers and the receptionist tells him that I am on the other side. Receptionist transfers the call and I am connected to my colleague ( B ) My question is about the CallerID that the
2003 Apr 30
3
how many voicemail box asterisk can support
Hi: when add a new voicemailbox, asterisk will create a new directory to it. since linux has limitation for the number of subdirectory. i wonder how many voicemailbox can asterisk support? thanks. yan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030430/bd36cdaa/attachment.htm
2003 Sep 10
3
Voicemail notification email with no attachment despite attach=yes
The demo 1235 extension that Asterisk ships with works fine and the messages are sent to the address I set in voicemail.conf. I guess that means that my configuration is working perfectly so far. But when I set up another extension with a voicemailbox, no mail is sent when a message is left, although I can dial voicemail and listen to the message just fine which I guess rules out voicemailbox
2009 Sep 21
1
GSM cellphone as cheap gateway?
Hello Even the cheapest GSM gateway I found for a simple SOHO server costs over $300. If possible, I'd rather have a local solution than use a remote VoIP provider to have Asterisk make outgoing calls to the GSM network. So... I was wondering if there are some entry-level cellphones that can somehow be hooked up to a PC running Asterisk and used as an el-cheapo GSM gateway? Thank you.
2011 Apr 27
2
asterisk practices
I just completed building a feature rich asterisk voicemail system using perl, php, and mysql. My only concern is that the system i built will not be able to handle the call volume needed. Let me start by explaining my setup. Incoming call -> route.agi (perl -> mysql lookup) -> AGI -> voicemailbox (using mysql odbc) or terminate with wrong number message if a message is left in a
2010 May 31
6
Voicemail : mail attachment to multiple mail-addresses
Hello list, google returns a discussion on the dev-list when I search for how to mail a voicemail to multiple mail addresses. Is there yet a seperator that actually works to define multiple mail addresses ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 17:45, George Joseph wrote: > > > On Tue, Aug 16, 2016 at 3:21 AM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > On 16-08-16 04:38, George Joseph wrote: >> >> >> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens >> <jonas.kellens at telenet.be <mailto:jonas.kellens at
2011 Mar 09
6
SIPAddHeader not working
Hello list, I notice that the dialplan method SIPAddHeader is not working : in dialplan : /exten => s,n,SIPAddHeader(Privacy: id)/ in SIP invite no trace of this header : /INVITE sip:0473 at sip.domain.be SIP/2.0 Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97 From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2 To: <sip:0473 at sip.domain.be>
2010 Oct 26
11
Auto provisioning from public server
Hello, has anyone experience with auto provisioning IP-phones on different locations through a central public provisioning server ? You use http or https ? Is there a danger that one uses a different MAC-address in the provisioning link to obtain SIP username / password settings ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 09
5
info about application not available asterisk 1.6.2.11
Hello list, how come on my Asterisk 1.6.2.11, I have no help available ?! asterisk*CLI> core show application Dial -= Info about application 'Dial' =- [Synopsis] Not available [Description] Not available [Syntax] Not available [Arguments] Not available [See Also] Not available Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed...
2010 Oct 18
15
SIP DNS SRV
Hello list. When using SIP DNS SRV to define a production Asterisk server with high priority and a backup Asterisk server with a lower priority on this DNS-server, will this work as follow : - production server is reachable, so registration of the IP-phone goes to this server - production server is unreachable, so registration goes to the backup Asterisk server - production server is
2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 04:38, George Joseph wrote: > > > On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > Hello > > using pjproject 2.5.5 > using asterisk-certified-13.8-cert1 > > > IIRC there were API changes in pjproject 2.5 that aren't accounted for > in
2016 Aug 12
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello setting "nat=no" or omitting "nat=" in peer definition does not help either. Still no audio. Why do you think this is a NAT issue ? IP and port information in SDP-body is correct. Kind regards. On 12-08-16 09:25, ????? ?????? wrote: > > Try delete nat from 770000wrtc settings ice should do the same > > > On Aug 11, 2016 10:00 PM, "Jonas
2016 Aug 11
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
On 11-08-16 18:03, Matt Fredrickson wrote: > On Thu, Aug 11, 2016 at 9:40 AM, Jonas Kellens <jonas.kellens at telenet.be> wrote: >> My main reason not to upgrade to Ast 13 is because I'm afraid of losing >> functionality as there are certain functions deprecated/replaced. This can >> also cause headache :-) >> >> I will do so if there is no other option.
2010 Dec 02
5
Push central phone book to phones
Hello, I have Snom, Cisco, Grandstream & YeaLink phones. Is there a way to push a centralized phone book to these phones ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101202/ea25cd7e/attachment.htm
2012 Sep 28
1
Disconnect calls : known reasons
Hello, are there any known reasons why Asterisk would disconnect random calls ? My server uses 1,5 GB out of 8 GB RAM My server uses up to 35% CPU at peak There are about 40 concurrent calls. I have 300 RTP-ports available. I just see the call ending, as if one of the connected parties hung up but that is not the case ! So what could be a bottleneck ? Any known reasons for random hangup ?
2011 Apr 05
4
agi voicemail callback
I'm wondering if there is a simply way to perform a voicemail callback feature using AGI. For instance, a caller leaves a voicemail, the voicemail will then call the owner of the voicemailbox determined by a database look up. -------------- next part -------------- An HTML attachment was scrubbed... URL: