search for: ast_true

Displaying 6 results from an estimated 6 matches for "ast_true".

2003 Sep 23
1
App_festival crashing
...rgument) exten => 1000,6,Hangup Cache file is created but playback to channel doesn't work correctly. I'm running Asterisk CVS-09/23/03-23:16:24 I also noticed that parsing of festival.conf in app_festival.c is done incorrectly for usecache. On line 281 of app_festival.c usecache = ast_true(temp); value of usecache config entry is tested with ast_true function, which returns -1 if value is (yes, y, t or 1). For that reason cache is never used. Correct line should be: usecache = ast_true(temp)==-1; Thanks in advance. Borut
2010 Oct 12
0
rtpip patch
..., v->lineno); global_rtpkeepalive = DEFAULT_RTPKEEPALIVE; } - } else if (!strcasecmp(v->name, "rtpip")) { - ast_copy_string(global_rtpip, v->value, sizeof(global_rtpip)); } else if (!strcasecmp(v->name, "compactheaders")) { sip_cfg.compactheaders = ast_true(v->value); } else if (!strcasecmp(v->name, "notifymimetype")) { -- Stefano Sasso http://stefano.dscnet.org/
2010 Nov 05
2
How to append custom option to Contact: header on outgoing SIP INVITE msgs?
Hi list, My need is to append a site specific parameter to the Contact: header on all INVITEs exiting * via a SIP trunk. I'd like it to look something like this: Contact: <bob:3125551212 at 10.10.10.10;SITE-ID=us.here> where SITE-ID=us.here is set in a config file that * parses on startup. Or in a Dial() command option? Or I don't care exactly how. :-) It is possible to
2006 May 16
2
Multiple Registers
List, Does anyone know how to limit the amount of registrations that a sip user can have? For example, I have 2 softphones that I use on my laptop & desktop, both use the same username & password. If I have both softphones up at the same time, I can make simultaneous calls with each of them. I know you can have call-limit=1 but in this case, I want to allow them to have 3 way calling
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2003 Feb 27
3
Intercom and Paging
What models? Jeff Noxon (jeff-asterisk at planetfall.com) wrote*: > >I just purchased a bunch of Nortel Meridian POTS phones that support >intercom on the 3rd pair. I intend to get it working with Asterisk. >The phones support MWI, have a 3-line display, callerID, call waiting >callerID, 2 lines...very nice. > >On Thu, Feb 27, 2003 at 01:07:19AM -1000, James H. Thompson