similar to: Call Parking and billing seconds

Displaying 20 results from an estimated 7000 matches similar to: "Call Parking and billing seconds"

2013 Nov 23
0
11.6 voicemail message cropped off?
Update When no greeting is recorded the default you have reached ext # greeting is cropped. When there is a greeting it is just ignored and not played at all. Thanks Bryant Zimmerman (ZK Tech Inc.) 616-855-1030 Ext. 2003 ---------------------------------------- From: "Bryant Zimmerman" <BryantZ at zktech.com> Sent: Saturday, November 23, 2013 8:32 AM To: asterisk-users at
2014 Jun 27
1
AGI script VERBOSE cmd
I am working on an AGI script and all is going well except I can not get any of my "VERBOSE" commands to display. Is there any undocumented reason for this to occur? I am able to set variables, call other commands ect.. I am sending my verbose command in the following format (VERBOSE "Message to send" 4) Any ideas what I might be doing incorrect? Thanks
2013 Nov 25
4
Voicemail greeting playback issues?
Hey all I have been beating on this all weekend long. Any feed back would be appreciated. We stood up a 11.6 system. We tested everything we could think of. We moved over to it and all seemed to be working good than a customer told us that they were not hearing our vociemail greetings. When we call into the system and it drops to voicemail we just get a beep no greeting played. We checked
2015 Oct 16
2
pjsip database error when using MS SQL via ODBC
I have a project that is requiring the use of MS SQL from asterisk. I get an error when the pjsip contact tries to update the contact table. [Oct 15 21:34:55] WARNING[3033]: res_odbc.c:649 ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 22018: [FreeTDS][SQL Server]Conversion failed when converting the varchar value '3.000000' to data type int. (101) The datatype
2011 Jun 14
2
Voicemail issue
Hey all I am having instances where voicemail boxes will have a 00001 message and no 00000 message this causes the user to be told that they have a message that they can't get at. If I renumber the messages manually to start with the 00000 numbering then the user can get their messages. What could be causing this and how can I get it out of the system. Is there a patch I can apply to the
2011 Jan 24
6
ReceiveFAX issue.
I am testing out inbound faxing using res_fax and res_fax_spandsp.so My system answers the call but then sets there on the ReseiveFax line then comes back with an error that it exceeded the maximum retries. How would I go about debugging this? Below is my very simple dialplan code I am using, and the fax show version gives the following as well. FAX For Asterisk Components:
2015 Apr 27
2
adding area code
here is what I have: exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) not having success; "Got SIP reponse 503" Service Unavailable" On 04/27/2015 02:19 PM, Bryant Zimmerman wrote: > Motty > Yes > From your dial plan accept 9 + 7 digits
2015 Apr 27
0
adding area code
forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. Thanks, On 04/27/2015 02:38 PM, Motty Cruz wrote: > here is what I have: > > exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) > > exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) > > exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) > > not having success; > >
2011 Feb 11
1
Asterisk 1.8.3 BLF stopped working
I am running 1.8.3 and my BLF lights have stopped working. The hints appear to be intact when I use core show hints. But none of the phones are getting the BLF updates. This has happend in the past and I have had to restart my server. What could be causing this to occur. It did not do this with the 1.6.x builds. Is there a way to reload the hints or force a refresh without re-starting
2014 Dec 02
1
Confbridge
I am doing dynamic conference bridges using confbridge in asterisk 11. Is there a way to toggle off an on recording of an ongoing conference call I have figured out how to record a conference if it is turned on when someone enters. Also I have noticed that when setting music_on_hold_class dynamically it does not override what is set on the channel. exten =>
2015 Mar 12
0
Unstable phone connection
D'Arcy J.M. Cain If the device is registering and then dropping there are several usual items. The router may be closing the ports on the device. The router may have a AGL SIP helper that is causing issues. Make sure that the device is sending out keep alive packets. Shut down any AGL helpers on the router. Make sure that the site is not double NATing Try using a stun
2015 Mar 12
0
GXP 1405 and asterisk
SIPAddHeader(Alert-Info:\;info=ring3) In the phone config add the value "ring3" and select Account # / Call Settings / Match Incoming Caller ID (Matching Rule) In the first rule place the word ring3 and select your ring tone. This will cause the selected ringtone to be used when calls with the info value of ring3 is matched Bryant Zimmerman (ZK Tech Inc.) 616-855-1030 Ext.
2015 Apr 27
0
adding area code
Motty Yes From your dial plan accept 9 + 7 digits then concat your dialed number together with your areacode. This s a brief example. exten => _9XXXXXXX,1,Set(l_HomeAreaCode=555) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) ;; This line should combine your area code and the last 7 digits of your dialed phone number exten =>
2011 Nov 28
2
Call Parking Realtime
Does anyone have any examples of using realtime database driven call parking lots. I am on version 1.8.x My goal is to be able to do database driven multi-tenant parking lots with out adding sperate entries into Features.conf for each lot. I also need to be able to use the same parking extension pool for each tenant but sand box them into sperate lots. We have been able to do this for every
2014 Aug 21
1
Dynamic Parking Lots. Music on Hold Class
How can we set the music on hold class using the Dynamic Parking lots? The variables set the PARKINGLOT, PARKINGDYNAMIC, PARKINGDYNPOS,PARKINGEXT,PARKINGDYNCONTEXT I can't find a PARKINGMOH variable. This is becoming a big issue. We are using the current release 11. version We have to be able to set the MOH dynamically I just can't find the mechanism. Any ideas? Thanks
2013 Jan 17
0
fw: Re: Conf Bridge
---------------------------------------- From: "Andrew Latham" <lathama at gmail.com> Sent: Thursday, January 17, 2013 3:04 PM To: bryantz at zktech.com, "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] Conf Bridge On Thu, Jan 17, 2013 at 3:02 PM, Bryant Zimmerman <BryantZ at
2015 Apr 15
2
FXO advice
The Cisco/Linksys SPA devices are also able to be provisioned automatically. On Wed, Apr 15, 2015 at 3:20 PM, Bryant Zimmerman <BryantZ at zktech.com> wrote: > Alejandro > > All of the Grandstream devices can be remote provisioned if you know what > you are doing. > > Bryant > > ------------------------------ > *From*: "Alejandro" <cdgraff at
2014 Jun 27
0
AGI script VERBOSE cmd
Hey all Please disregard my question. I was looking for the word Verbose to show up. I was just being dense. There was no real issue it is working just different than what I was expecting. Thanks Bryant ---------------------------------------- From: "Bryant Zimmerman" <BryantZ at zktech.com> Sent: Friday, June 27, 2014 11:25 AM I am working on an AGI script and
2015 Apr 15
0
FXO advice
Hi Scott, thanks for the answer, can share some link or documentation about how setup this in SPA3102? I try to get something about this using google, but found comments but nothing useful. Alejandro 2015-04-15 19:28 GMT-03:00 Scott Griepentrog <sgriepentrog at digium.com>: > The Cisco/Linksys SPA devices are also able to be provisioned > automatically. > > On Wed, Apr 15,
2012 Feb 21
4
Praking lot issues.
Ok I now have the basics for dynamic parking working but for some reason when a caller calls in and is parked with a transfer the return call dials the sip peer of the caller and not hte peer of the last party that parked the call. Anyone have any ideas on this? Also when a call is transfered to a parking space. the caller hears the space number. How can I stop that as well? Thanks Bryant