Displaying 20 results from an estimated 200 matches similar to: "meetme an customized menu"
2005 Aug 25
2
Custom Application For Asterisk
Hi All
I just completed a custom application for Asterisk (i
m not a C guru so i just copy codes from other
application and alter according to my needs)
attached files is the source file
this application is working fine but still i need you
people to give suggestion to improve it
Primary task of this application is to get a parameter
from extensions.conf, query sql server and play a
files
2017 Jun 09
2
pjsip user_eq_phone adds user=phone to anonymous user bug?
With pjsip (asterisk 13.14.1) I see the problem that an anonymous from
header gets user=phone appendend to the URI if user_eq_phone=yes is
specified:
On the incoming leg:
From: anonymous <sip:anonymous at anonymous.invalid:5060>;tag=Q5zBj7BMnvI6Fe6O2866fox3ZHmn-smt
Get transformed to
From: "Anonymous" <sip:anonymous at
2007 Jul 26
1
vm-duration announcement missing?
I just saw this on my console:
[Jul 26 11:36:30] WARNING[8667] file.c: File vm-duration does not exist in
any format
[Jul 26 11:36:30] WARNING[8667] file.c: Unable to open vm-duration (format
0x4 (ulaw)): No such file or directory
Thinking I might have lost a file during a fsck or something, I checked -
sure enough, there's no file "vm-duration" in any format. I downloaded the
2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does
exactly as you describe. When the outgoing message is playing, if the
listener hits the "*" key, they're prompted for a mailbox and password,
whereupon they can check their voicemail as if they were using the internal
phone. I found no other way of doing this.
If you patch your app_voicemail.c, I have V1.44 from
2007 Dec 04
0
Queue App - crash (1.4.15)
This is the core trace
(gdb) bt
#0 0xb7e5a231 in strcasecmp () from /lib/libc.so.6
#1 0xb7ce0a3f in local_ast_moh_start (chan=0x82496a8, mclass=0xb720f828
"default", interpclass=0x0)
at res_musiconhold.c:646
#2 0x08083695 in ast_moh_start (chan=0x64, mclass=0x64 <Address 0x64 out of
bounds>,
interpclass=0x88 <Address 0x88 out of bounds>) at channel.c:4614
#3
2003 Oct 07
1
[PATCH] allow announcements in app_dial
Hi.
Since a customer requested us that feature, I wrote this
little patch for app_dial to allow to play an
announcement to the called party, as soon he answers.
you can define the file to play in the dial() option,
using A(filename).
for example:
exten => blah,1,Dial(Zap/blah,30,rA(/my/own/announce)Tt)
that doesn't break anything ...
feel free to blame me for anything bad this patch
2004 Jun 01
0
Record Application Problem
Hi everybody,
I am having a problem with * Record Application.
The thing is I don't want the "beep" before recording, so I removed the
instructions:
ast_streamfile(chan, "null", chan->language);
ast_waitstream(chan, "");
ast_stopstream(chan);
Now I am having a strange problem. After I record the sound, the recorded
file gets a
3 second of silence before
2004 Sep 20
0
Installation problem; collect2: ld returned 1 exit status
Followed this;
#cd /usr/src
#export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
#cvs login (password is anoncvs)
#cvs checkout zaptel libpri asterisk
#cd zaptel ; zaptel equipment
#make clean; make install
#cd ../libpri ; isdn
#make clean; make install
#cd ../asterisk
#make clean
..but
2005 Sep 14
0
oh323 and Asterisk: Calls always hang up
Hi :)
I hope someone can help me (google cannot):
My little asterisk receives calls via h323 from PSTN. I connected a Sipura
phone to my asterisk. oh323 is installed and calls go into the right context
but immediately after the phone is picked up a hangup is signalled and the
call ends :(
This is what I get:
Inbound H.323 call 'ip$213.30.225.5:42873/1893' detected.
Channel
2014 Jul 31
0
AGI Record File / what does randomerror mean? res_agi.c / line 2377
Hi,
I have a question about this here:
Asterisk-Version: 11.10.2
File: res/res_agi.c
Line: 2377
[...]
static int handle_recordfile(struct ast_channel *chan, AGI *agi, int
argc, const char * const argv[])
2304 {
2305 struct ast_filestream *fs;
2306 struct ast_frame *f;
2307 struct timeval start;
2308 long sample_offset = 0;
2309 int res = 0;
2310
2005 Feb 08
1
Bug? Background() doesn't recognize D tone.
I finally figured out my extension D issue. The extension works fine as
long as Background() has finished playing. But during playback, the "D"
tone is not recognized. Is there any way to configure this? Is this a bug?
2003 Sep 26
2
outbound IAX calls bog down DSL
Evening,
I've got * asterisk up and running with nufone account for inbound and
outbound calls from the world... everything works quite nicely except that I
noticed last night that when I have a call active from * to nufone, web
surfing on the network slows to a crawl... additionally, I have a VPN tunnel
to another office (using CIPE) and while inter-office (i.e. - SIP to SIP)
calls
2004 Sep 15
1
Extension based call forwarding using capiECT
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I try to get callers forwarded to by mobile phone when they dial a
certain digit.
In my extensions.conf I have defined the following:
[279xxxx]
exten => s,1,SetLanguage(de)
exten => s,2,Wait,5
exten => s,3,BackGround(demo-congrats)
exten => s,4,Goto(boksa,#,1)
exten => 3,1,VoiceMail,u1
exten => 4,1,VoicemailMain
exten =>
2006 Mar 31
3
Echo cancellation problem
Hi!
I'm here again with echo canceller problem... :-(
I think I've done everything to enable echo canceller feature, but it
still doesn't work...
Can anybody tell me if there is some error or something missing in this
configuration please?
I'm using Eicon Diva Server 4Bri.
http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1®ID=4999
Card
2010 May 30
1
[RFC PATCH] menu: support single key booting
If MENU COMMIT is specified for a label, execute it automatically
when its hotkey is pressed.
Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
com32/menu/menu.h | 1 +
com32/menu/menumain.c | 10 ++++++++--
com32/menu/readconfig.c | 6 +++++-
3 files changed, 14 insertions(+), 3 deletions(-)
As mentioned on IRC, people ask for this.
So here's something to talk
2010 Jan 11
1
MeetMe Conferencing - Announce your own join/leave to yourself and other conference members
Hi all,
I'm trying to get the MeetMe system to take a caller and announce to them they've joined the conference in addition to the other members of the conference assuming previous members of the conference >= 1.
I can see where the meetme.c app actually processes it using the ast_pthread_create_background(&conf->announcethread, NULL, announce_thread, conf); function. The
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting
2018 May 27
0
Best mail encryption solution for per-user
> On 26 May 2018 at 10:36 mail at sjemm.net wrote:
>
>
> May 23, 2018 10:10 AM, mail at sjemm.net wrote:
> > May 23, 2018 9:46 AM, "Aki Tuomi" <aki.tuomi at dovecot.fi> wrote:
> >
> >> On 23.05.2018 10:15, mail at sjemm.net wrote:
> >>
> >>> May 23, 2018 8:31 AM, "Aki Tuomi" <aki.tuomi at dovecot.fi> wrote:
2003 Sep 14
6
chan_capi
Hi chan_capi users,
this thing is awesome, no delays like in modem_i4l!
Plus, it got those nice ISDN features.
Here's my question:
Does my service provider (Deutsche Telekom) have to provide me with
these Services (CD, ECT)?
(the Readme in 0.2.5 says "does not relay on service CD")
I know, that I don't have CFU,CFNR,CFBS (which I would have to order
seperately).
How likely