Displaying 4 results from an estimated 4 matches for "zt_tone_dialrecall".
2005 Sep 14
1
Indications for Ireland
Hello asterisk-users,
Just curious if anyone has the indications for Ireland, tried
googling for it to no avail.
Sean
--
+---------------------------------------------------+
|VOIP= FreeWorldDial: 689482 VOIPBUSTER: thecivvie |
|GPG Key http://thecivvie.fastmail.fm/thecivvie.asc |
+---------------------------------------------------+
Strange things happen under the midnight sun
when Men
2004 Apr 09
1
New Zealand indications.conf
..._TONE_RINGTONE, "400+425/400,0/200,400+425/400,0/2000" },
/* XXX Congestion: Should reduce by 10 db every other cadence
XXX */
{ ZT_TONE_CONGESTION, "425/375,0/375,420/375,0/375" },
{ ZT_TONE_CALLWAIT, "425/200,0/200,425/200,0/4400" },
{ ZT_TONE_DIALRECALL, "400+425" },
{ ZT_TONE_RECORDTONE, "!425/1000,!0/15000,425/360,0/15000" },
{ ZT_TONE_INFO, "400/2500,0/500" },
{ ZT_TONE_STUTTER, "400+425/100,0/40" } },
},
Make clean; make install your zaptel and bam! The world sounds good once
mor...
2005 Sep 03
1
Current status on _outgoing_ Swedish/Dutch DTMF CLIP for TDM400 FXS interfaces?
...de <stdlib.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include "zaptel.h"
#include "tonezone.h"
#include "wctdm.h"
static int tones[] = {
ZT_TONE_DIALTONE,
ZT_TONE_BUSY,
ZT_TONE_RINGTONE,
ZT_TONE_CONGESTION,
ZT_TONE_DIALRECALL,
};
int main(int argc, char *argv[])
{
ZT_DIAL_OPERATION dop;
struct wctdm_regop regop;
struct zt_dialparams dps;
int fd,ctlfd,toneduration;
int res;
int x;
if (argc < 3) {
fprintf(stderr, "Usage: fxstest <zap devi...
2003 Aug 13
4
FXO mode
I've had a few problems with my system holding the line after a call has
been made, just now I rebooted and noticed the following in
/var/log/messages
Aug 13 17:23:15 Sheriff kernel: wcfxo: DAA mode is 'FCC'
in the file wcfxo.c the following structure is initialised as below
which would suggest that FCC is wrong for France or pretty well all of
Europe.
static struct fxo_mode {