Displaying 2 results from an estimated 2 matches for "trunkr".
Did you mean:
trunk
2013 Feb 26
1
Delay before audio starts
...]: app_dial.c:958 do_forward:
Not accepting call completion offers from call-forward recipient
Local/1XXXXXXXXXX at default-00000013;1
So I put this in my dial plan:
1AAAAAAAAAA => {
NoOp(${CALLERID(num)});
Ringing;
Set(CHANNEL(musicclass)=none);
Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30);
Voicemail(198,u);
};
So basically as soon as someone calls incoming number AAAAAAAAAA,
Asterisk dials phone number XXXXXXXXXX. it's a quick and dirty way to
call forward.. and this does the same thing, there's a good 8 second
delay before the audio kicks in.
Th...
2008 Sep 12
4
[Patch] New function of libvorbis
This patch offers interface to get the library name which software uses.
Function:
char *vorbis_version_string(void);
PATCH (for libvorbis-1.2.1RC2):
diff -crN libvorbis-1.2.1RC2/include/vorbis/codec.h libvorbis-1.2.1RC2_NI/include/vorbis/codec.h
*** libvorbis-1.2.1RC2/include/vorbis/codec.h Mon Aug 25 05:57:44 2008
--- libvorbis-1.2.1RC2_NI/include/vorbis/codec.h Sat Sep 13 05:00:22 2008