search for: asterisk_version_num

Displaying 12 results from an estimated 12 matches for "asterisk_version_num".

Did you mean: dasterisk_version_num
2006 Jan 31
3
Default value for ASTERISK_VERSION_NUM
I'm looking at version.h installed by Asterisk 1.2.3/4 - and the default value is 000000. I thought the value should be 010200. I know many people have problems compiling chan_bluetooth because of this inconsistency. Anyone has the last word on this?
2005 Jun 08
1
Latest CVS and app_rxfax
With the current CVS-HEAD line 88 of app_rxfax.c causes an error. #if (ASTERISK_VERSION_NUM <= 010300) chan->callerid, app_rxfax.c:88: error: 'struct ast_channel' has no member named 'callerid' Commenting out the if else combination of course gives a clean compile. -- Dave Cotton <dcotton@linuxautrement.com>
2007 Apr 02
1
chan-capi-HEAD and Asterisk 1.4.2
Hi, I have installed the above two, and have two questions: * Is there a reason (or better=a fix), why the chan-capi-1.0.0 does not compile together with Asterisk 1.4.2? * Anyone else experiencing problems with chan-capi-HEAD not seeing the controller? If I run asterisk with verbose setting to 0, i.e. just asterisk -c chan-capi does not find the controller. Starting asterisk with verbosity
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
...oll.c privacy.c rtp.c say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c ulaw.c utils.c This is the contents of the include/asterisk/version.h file. /* * version.h * Automatically generated */ #define ASTERISK_VERSION "CVS-Nv1-2-0-beta1-09/01/05-11:06:01" #define ASTERISK_VERSION_NUM 999999 Geoff
2020 Sep 03
0
Asterisk 16.13.0 Now Available
...oing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension (Reported by Ramarajan) * ASTERISK-29011 - chan_sip: ToHost property not cleared on reload (Reported by Dennis) * ASTERISK-29021 - [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions (Reported by cmaj) * ASTERISK-28927 - Asterisk crash in music on hold (Reported by David Cunningham) * ASTERISK-28973 - Malformed IP address in SDP of 2nd SIP timer triggered INVITE when NAT is active (UDP transport with external_media_ad...
2020 Sep 03
0
Asterisk 17.7.0 Now Available
...oing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension (Reported by Ramarajan) * ASTERISK-29011 - chan_sip: ToHost property not cleared on reload (Reported by Dennis) * ASTERISK-29021 - [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions (Reported by cmaj) * ASTERISK-28927 - Asterisk crash in music on hold (Reported by David Cunningham) * ASTERISK-28973 - Malformed IP address in SDP of 2nd SIP timer triggered INVITE when NAT is active (UDP transport with external_media_ad...
2020 Sep 03
0
Asterisk 16.13.0 Now Available
...oing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension (Reported by Ramarajan) * ASTERISK-29011 - chan_sip: ToHost property not cleared on reload (Reported by Dennis) * ASTERISK-29021 - [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions (Reported by cmaj) * ASTERISK-28927 - Asterisk crash in music on hold (Reported by David Cunningham) * ASTERISK-28973 - Malformed IP address in SDP of 2nd SIP timer triggered INVITE when NAT is active (UDP transport with external_media_ad...
2020 Sep 03
0
Asterisk 17.7.0 Now Available
...oing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension (Reported by Ramarajan) * ASTERISK-29011 - chan_sip: ToHost property not cleared on reload (Reported by Dennis) * ASTERISK-29021 - [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions (Reported by cmaj) * ASTERISK-28927 - Asterisk crash in music on hold (Reported by David Cunningham) * ASTERISK-28973 - Malformed IP address in SDP of 2nd SIP timer triggered INVITE when NAT is active (UDP transport with external_media_ad...
2005 Aug 28
2
Asterisk 1.2.0-beta1 tarball re-released
Due to a packaging error, the tarball released on Friday night did not have a version number embedded in it, which results in various strange build errors and other odd behavior. The tarball on the FTP servers has been updated to correct this situation. Sorry for the inconvenience :-)
2006 Jan 19
1
Cannot compile chan_bluetooth on Asterisk 1.2.1
...1]: *** [/usr/src/asterisk-test/bluetooth/chan_bluetooth/.tmp/chan_bluetooth.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/channels' make: *** [subdirs] Error 1 [root@asterisk1 asterisk]# I have also tried a few things, moving the include statement up in the Makefile, adding #define ASTERISK_VERSION_NUM 010201 to the top of chan_bluetooth.c (also used 010200, and 000000). In /usr/src/asterisk/include/asterisk/version.h, it kept being set to 000000, I had to edit the Makefile in /usr/src/asterisk to force it to 010201 (after trying it with the 000000 value first, of course). When compiling Asteri...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...a C. Colp) * ASTERISK-28974 - res_rtp_asterisk: T.140 messages have appended RTP string to each message block. (Reported by Thomas Johnson) * ASTERISK-29011 - chan_sip: ToHost property not cleared on reload (Reported by Dennis) * ASTERISK-29021 - [patch] Fix VERSION(ASTERISK_VERSION_NUM) on certified versions (Reported by cmaj) * ASTERISK-28927 - Asterisk crash in music on hold (Reported by David Cunningham) * ASTERISK-28973 - Malformed IP address in SDP of 2nd SIP timer triggered INVITE when NAT is active (UDP transport with external_media_ad...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...t(TIMEOUT(absolute)=${cnftmt}); Set(dorecord=${DB(pngnpbx/abc/cb/${abcid_}/record)}); if( "x${dorecord}" == "xyes" ) { Set(abctype=${DB(pngnpbx/abc/cb/${abcid_}/type)}); // TODO: file bug report because certified version number issue if( ${VERSION(ASTERISK_VERSION_NUM)} >= 160000 || "${CUT(certversion,/,2)}" == "16.3-cert1" ) { MixMonitor(${abctype}-${abcid_}-${UNIQUEID}.wav); } else { Monitor(wav,${abctype}-${abcid_}-${UNIQUEID}); } } &pngnpbx-abc-cbo-user(${cnftmt}); CONFBR...