similar to: voicemail dialout

Displaying 20 results from an estimated 10000 matches similar to: "voicemail dialout"

2006 Apr 12
1
Call Forward and AGI
Hi i have a agi script that gets called when a user wants to dialout externally. it gets passed in the exten number and the number dialled and looks up in a db to see if they are allowed to dial the number. the problem is if someone forwards their phone to a external number the CALLERIDNUM is the CLID of the calling party not the extension forwarded thus the call is denied. Can anyone think of a
2007 Jun 28
1
Avaya IP Office DTMF Issue
Hi I have a client using a Avaya IP Office PBX that is taking a SIP trunk from me terminating on a * box. It all works perfectly apart from DTMF. Although you can hear the tones they don't seem to get recognised. I have tried DTMF mode auto, inband, out of band and rfc2833 but no luck. Any ideas? Regards Jon -- Jon Farmer Telford, Shropshire, UK
2006 Apr 05
5
Dial Plan Logic Problem
Hi I can't for the life of me work out why this is not working. When in the campon contect if you hit a DTMF key 2 you get moved to the exten => 2 defined in the mainmenu context not the exten => 2 defined in the campon context. What is wrong? The same happens if you hit key 1. [campon] exten => _*1XXX,1,Answer exten => _*1XXX,2,SetCallerID(${CALLERIDNUM}) exten =>
2007 Feb 01
0
Dialplan programming vs. AGI vs. ???
This depends on your application. As you say you are able to do everything you require in dialplan at that is great. I have used AGI fairly extensively becuase the stuff I want to do can't be done in dialplan alone. For instance i have written a auto attendants that can be dynamically controlled by a non-techie user with real time and in call reconfiguration. Also i have written IVR apps that
2006 Jun 12
2
How to retrieve voicemail
Hi, voicemail are working ok, I receive message as attach via email. My question is : how can the user call asterisk and listen to his voicemessages ? thanks Victor
2006 Jul 02
2
:include breaks has_many :order
It would appear that using :include on a model that has_many with an :order on another model makes it so that the order is ignored. Is this supposed to happen? Strikes me as odd behavior. For example class Farmer < ActiveRecord::Base has_many :cows, :order => ''position'' end class Cow < ActiveRecord::Base acts_as_list :scope => :farmer end If I do
2006 Dec 06
2
MWI across multiple servers
Been working fine for us so far. -----Original Message----- From: Andrew Joakimsen [mailto:joakimsen@gmail.com] Sent: Wednesday, December 06, 2006 6:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] MWI across multiple servers How well would NFS work in this situation? On 12/6/06, Porier, Jeremy M. < jporier@ccu.edu> wrote: We are about to
2010 Sep 16
5
AGI Delimiter in 1.6
Hi I am currently using 1.2.x and 1.4.x behind OpenSER. One of the things I do on INVITES is to re-authenticate the user from OpenSER. Then when the INVITE gets passed to Asterisk I capture the AUTH to a variable in the dialplan and pass to an AGI script. I am now trying to set the same thing up in 1.6 However because the argument delimter in 1.6 has changed from pipe to comma this breaks as the
2011 Jan 16
4
persistence by reachability
Hello guys, I have these models class Farmer < ActiveRecord::Base has_many :cows end class Cow < ActiveRecord::Base set_table_name :cows belongs_to :farmer end ... graph = Farmer.find(x) # Retrieves four cows of x graph.cows[1].name = "Trottolina" graph.save while adding a new cow to collection works perfectly fine, ActiveRecord doesn''t
2006 Apr 25
3
billing realtime
Hi all I think this could be en old question. I would like to do a realtime billing prepaid system, mainly using asterisk. I have found few things; I can not get CDR function into agi because asterisk set them once the call is absolutely finish (at least main values for the main porpouse, billsec,duration, etc..) There is a patch that allow you to use CDR
2006 Dec 04
4
MySQL cmd % pattern matching
Hi All Does anyone know how to use the MySQL cmd in Asterisk with LIKE and % in the query? I have: exten => s,5,Set(query=SELECT name from contacts where tel like %${number}) exten => s,6,MySQL(Connect connid hostname username password dbname) exten => s,7,MySQL(Query resultid ${connid} ${query}) But there seems to be a problem with the % sign and I don't know how to
2019 Apr 04
2
PJSIP Delay in Dialing
Thanks Joshua. Hopefully I'll be able to retry tomorrow. On Thu, 4 Apr 2019 at 15:30, Joshua C. Colp <jcolp at digium.com> wrote: > On Thu, Apr 4, 2019, at 11:27 AM, Mark Farmer wrote: > > Thanks, I did enable debugging but didn't see any attempts to resolve > > hostnames. I will give it another look. > > > > I did have an empty resolver_unbound.conf
2001 Sep 17
1
Printing to a Samba Printer triggering a DNS lookup and dialling the modem
I have just joined the list and I have a problem, perhaps someone can help. I have: Linux 7.0 with 2.4.7 Kernel (with various upgrades for functionality). Samba is running on this machine with shares and a printer on the USB port. This machine also has a modem (demand dialling) and I am using the Monmotha Firewall script. This works quite well for the WinME PC able to access the printer and
2006 Oct 30
1
Registration problem
Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I need to register a linksys 922 phone thru internet and when I make sip debug command i see this debug information: -- SIP read from x.x.x.x:1024: REGISTER sip:mysipserver.com SIP/2.0 Via: SIP/2.0/UDP x.x.x.x:1025;branch=z9hG4bK-839856dc From: "SPA922" <sip:5403@mysipserver.com>;tag=685bbad1fae3325do0 To:
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I execute AGI in java which plays few wav files depending on external parameters. Can I have a dial plan inside my AGI? If not, how do I accomodate user who needs to reach extension 2 from my agi? I have tried stream file and get data but the two commands did not work at all.
2019 Apr 04
2
PJSIP Delay in Dialing
Sorry, should have included that. Asterisk 16.2.1 Mark. On Thu, 4 Apr 2019 at 14:56, Joshua C. Colp <jcolp at digium.com> wrote: > On Thu, Apr 4, 2019, at 10:53 AM, Mark Farmer wrote: > > As I understand it, delays like this are almost always caused by slow > > or failing DNS lookups. Running a packet capture on all interfaces > > filtering on port 53 shows no DNS
2019 Apr 04
2
PJSIP Delay in Dialing
Seems to be res_resolver_unbound.so Reading the documentation now but any hints greatly appreciated! Mark. On Thu, 4 Apr 2019 at 15:07, Joshua C. Colp <jcolp at digium.com> wrote: > On Thu, Apr 4, 2019, at 11:03 AM, Mark Farmer wrote: > > Sorry, should have included that. > > > > Asterisk 16.2.1 > > And what res_resolver module is loaded and in use? Depending
2019 Apr 04
2
PJSIP Delay in Dialing
Thanks, I did enable debugging but didn't see any attempts to resolve hostnames. I will give it another look. I did have an empty resolver_unbound.conf (not even a general context) - would that likely cause issues? I would expect the defaults to kick in but I have now added: [general] hosts=system I will retest/debug when ASAP. Mark. On Thu, 4 Apr 2019 at 15:20, Joshua C. Colp <jcolp
2005 Aug 28
0
way to prevent voicemail dialout/callback from 'outside'
I am trying to find a way to allow dialout from voicemail when connected from an 'internal' extension context, but prevent dialout when connected from an 'external' extension context. As far as I can tell the dialout context that can be set in voicemail has no regard for the context from which the call to voicemail came in. Any ideas on this? Maybe a variable passed when
2006 Mar 08
12
best way to combine results from two tables
I want to combine a selection of data from two tables and display it as list. Note that this isn''t a join. i''m looking for something like this: Table 1: Sheep Name, Age, Farmer, etc. (sheep specific columns) Table 2: Cows: Name, Age, Farmer, etc. (cow specific columns) For my display I nneed something like this: Farmer Jone''s Livestock: TYPE NAME AGE Cow