Displaying 20 results from an estimated 8000 matches similar to: "DMTF Mode"
2015 Nov 08
2
accept DMTF tone during ringing
Hi,
How to accept DMTF tone during ringing mode? Its possible.
Regards
-Hadi.Salem
2010 Sep 14
2
DTMF
Hi,
It seems ive broken my settings and now, asterisk isnt detecting my DTMF tones.
What kind of diagnostics can I do to work this out?
I've set the extension in sip.conf to everything listed on this page but no result. I've also played around with the settings on the phone with no help either. Someone once said on here that Asterisk and the SIP phone have to match, but that doesnt seem
2006 Mar 18
3
Sipura 3000 DMTF
I have three Sipura 3000 FXO untis for incoming PSTN lines on a small
pbx. There is an IVR to select the extension. The DTMF tones are not
being sensed so the IVR does not work and incoming calls are not being
answered. I have listed my sip.conf entries.
Is there any solution to this?
;Sipura units
[101]
type=friend
host=dynamic
context=default
secret=mysecret
mailbox=101
dtmfmode=inband
2011 Sep 18
2
DTMF problem
[This email is either empty or too large to be displayed at this time]
2011 Apr 06
4
Call recording - methodology
Hello Everyone;
I am looking for a solution to record calls that come into our Asterisk
server. I am hoping for something that is easy to use - however, if I
have to modify it to make it easier to use, I do not mind.
Does anyone know of any opensource or otherwise solutions out there that
I can try out?
Thanks much.
Glen
2003 Aug 25
3
Grandstream firmware update DMTF Payload Type
Since firmware 1.0.3.81, unless I'm imagining things, Voicemail2 seems
to be having problems.
The Grandstream and sip.conf were set to RFC2833 now with that setting I
get extra digits during "Mailbox" and "Password" phases. 222001 instead
of 2201 for example.
When both are changed to "SIP info" there is no problem.
But what is the new setting "DTMF Payload
2009 Oct 14
8
Asterisk in the Cloud
Hi,
I was wondering if anyone is successfully running Asterisk in a cloud
environment.
If you could state which cloud you are using, I'd appreciate it.
Many thanks
Dan Journo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091014/076ff188/attachment.htm
2010 Jun 29
1
Asterisk 1.6 (and 1.4) DTMF problems using RFC2833
We are experiencing intermittent DTMF problems here, with the following
setup:
ITSP -> PIX -> Asterisk (g729, RFC2833 for DTMF).
I am running Ubuntu server 10.04, but Asterisk is compiled by us and not
installed from the software repository. Essentially, DTMF works for some
time, but at some point it simply stops and the point at which it stops
appears to be random.
Using RTP debug, I
2006 Feb 22
3
DTMF Mode supported by VoiceMail Application
Hi,
I would like to use Asterisk as VoiceMail system ...
the only issue I have is with DTMF recognition.
Which mode should I force into sip.conf ( general, only for peer ? )
so that the Voicemail application is understanding password from users ...
inband : works, but has some glitch ... not always good ... don't know why.
rfc2833 : doesn't seem to work ..
info : said to be not working
2003 Jul 23
2
SIP info
I was wondering what are the values for sending dmtf
via sip info.
I mean, when I use dtmf relay via sip info, the sip/sdp message
contains a Signal=X where X is the dmtf.
That's ok for dtmf 0-9 . but what when dtmf is * or # ?
we must send signal=# ?
I ask that because I noticed that budgetones phone sends out
* as signal=10 and # as signal=11 . but asterisk
don't detect them, 'cause
2003 Jul 08
4
Budgetone and Voicemail
I have a problem with using voicemail on the Budgetone phones. When
entering the mailbox and password, sometimes some keys will register
multiple times (as shown on console when it says no such user in config
file) and sometimes some keys won't even register at all. It seems
totally random. Has anyone seen this problem? Any recommendations
would be greatly appreciated. Thanks.
Brian
2006 Nov 09
1
DTMF problems with IVR - What DMTF Tx method
I'm having problems with a new asterisk PBX install. the phones/ATAs
are all linksys/cisco. They all worked before with a commercial softswitch.
Most of the linksys devices offer auto, inband, INFO and AVT. I'm
looking for suggestions.
Thanks in advance
--
One day at a time, one second if that's what it takes
2017 Jun 29
2
DMTF payload bug in 13.14.1 with pjsip and direct_media?
While trying to use direct_media I'm seeing RTP payload mismatches after
succesful reinvites.
Initial INVITE from endpoint A to asterisk has rfc4733 DMTF
m=audio 35648 RTP/AVP 9 8 111 96
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
>From asterisk to upstream U:
m=audio 14338 RTP/AVP 9 8 111 18 0 101
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
So the payload types in the RTP
2010 Oct 16
6
Remote Unix Connection
Hi,
Does anyone know where this is suddenly coming from?
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
Thanks
Dan
p.s. sorry about the last post. hit the mouse by mistake and it sent the email.
-------------- next part
2009 Oct 18
7
Asterisk Monitoring
Hello,
I was wondering if anyone has any insights on the best way to automatically monitor an asterisk box to check it is constantly available and processing calls.
Many thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more
2009 Oct 14
3
Extension Paging
Hi,
We have SPA921 handsets which apparently support Paging, however i can't
find any information on configuring Asterisk to make a page call.
Does anyone have any information on Paging?
Many thanks
Dan Journo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Nov 02
7
Asterisk 1.4 and Fax
Hi,
Does anyone have an up to date guide for setting up fax 2 email with asterisk?
Thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more information on receiving IT support from ?150 per month, please contact Kesher
2010 Sep 14
9
Random File Name
Hi,
Im looking at using MixMonitor to record calls and I know that I need to set the filename first.
However, with the number of calls coming in, hard coding the filename isnt an option.
So I need to do something like this:-
MixMonitor(RANDOMNUMBER.wav)
But can't find a way to generate a random number.
I thought that maybe I could use a unique variable that already exists for the current
2010 Sep 02
2
Call Recording Questions
Hi,
1) I want to create add *1 call recording and wanted to know whether the file is created during recording or only after? I want to syncronise the recorded files with my web server (on a different machine (Windows)) so I need a way of telling when the recorded call has ended before copying it over.
2) I tried setting up *1 in features.conf but when I press *1, all that happens is
2010 Nov 03
5
ADSL Load Balancing
Hi,
I've got a client with two ADSL connections for redundancy.
Is it possible to set up asterisk to connect to one SIP provider using both adsl connections and load balance between the two connections?
Or to use one connection as the main one, and automatically fail over if the first connection drops?
Or does this kind of thing need a serious network switch?
Thanks
Dan
--------------