Displaying 12 results from an estimated 12 matches similar to: "asterisk11.5.1 module not load why ? any help"
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
Address 0xfffffffe out of bounds why and how to
solve.MyConfbridgeCount(conferencenumber,variablename )return total number
of user in conference given by conferencenumber otherwise zero.At runtime
using MyConfbridgeCount(4000,count ).now app2: MyConfbridgeCount will call
function count_exec(struct ast_channel *chan, const char *data).But at
compile time char * data cause core dumped.
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
=====================================================================
Asterisk-11.5.1 Centos6 app_confbrige.c
=====================================================================
APP: MyConfbridgeCount(Confbridgename,variablename)
it will return no of user in conference if conference is created or else
zero.
Task: Using Dailplan user want to retrive no of user in conference
'6050'
2014 Mar 12
0
module load Crash Asterisk 11.5.1 app_confbridge.c
=====================================================================
Asterisk-11.5.1 Centos6 app_confbrige.c
=====================================================================
APP: MyConfbridgeCount(Confbridgename,variablename)
it will return no of user in conference if conference is created or else
zero.
Task: Using Dailplan user want to retrive no of user in conference
'6050'
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
Hi,
I'm trying to connect to the asterisk pbx via wss, from sipml5.org
demo page (http://sipml5.org/call.htm).
I used the guide from
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial ,
to setup the tls.
I could make a secure sip call ( SRTP) using the PhonerLite sip
client. ( This confirms my sip - tls settings and tls certficates. (
I'd added the tls client certficate
2009 Dec 01
2
Patch for app_dial.c: exit when just one ext is busy.
I made a patch to app_dial.c to make Dial(ext1&ext2&ext3,tumeout,B)
return busy when just one extension is busy.
http://www.neland.dk/app_dial.c.diff
It works, but...
I can't figure out setting/reading an option.
It looks fairly easy, but the flag is always set.
*** app_dial.c.org 2009-11-04 22:15:50.000000000 +0100
--- app_dial.c 2009-12-01 09:29:19.000000000 +0100
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua,
Thank you for that. From the code it kind of looks like
STRICT_RTP_LEARN_TIMEOUT is a minimum, not a maximum:
if (!ast_sockaddr_isnull(&rtp->strict_rtp_address)
&& STRICT_RTP_LEARN_TIMEOUT < ast_tvdiff_ms(ast_tvnow(),
rtp->rtp_source_learn.start)) {
ast_verb(4, "%p -- Strict RTP learning complete - Locking on source address
%s\n",
Our call shows:
#
2023 Apr 18
1
RTP address learning and timing problem
I don't know in that specific output what happened. Your best course of
action is to add further logging or step through the logic with all of the
knowledge you have of the RTP streams to understand what is happening.
On Mon, Apr 17, 2023 at 8:52 PM David Cunningham <dcunningham at voisonics.com>
wrote:
> Hi Joshua,
>
> Thank you for that. From the code it kind of looks like
2017 May 12
2
Asterisk 14 audio quality with remote files
Hello everyone,
I am using the Asterisk REST API in order to establish a call to an
endpoint and to send over a remote file (HTTP).
The issue is that I am experiencing an audio quality issue.
I have tried encoding the file differently, but everytime Asterisk is
cutting the audio frequencies above 4Khz.
The call is established with G.722 and the audio file is mono 16Khz 16 bit
sln16 extension.
2009 May 27
3
1.6.0.9: Now "Unable to create ... 'DAHDI'"
Still trying to upgrade to 1.6.0.9 for 1.4.
It worked - it worked all day yesterday, but this morning:
-- Executing [646xxxyyyy at longdistance:1]
Answer("SIP/172-08276a60", "") in new stack
..........
-- Executing [646xxxyyy at longdistance:6] Dial("SIP/172-08276a60",
""DAHDI/g2"/1646xxxyyyy") in new stack
May 27 09:56:57]
2013 Jul 15
2
ignore 183 session progress in parallel call scenarios
Hi,
I am using asterisk 1.8.22 and have a problem when calling in parallel
several SIP endpoints and I am not sure how to resolve it. In this case
Asterisk will not bridge any audio to the caller before the 200 OK. Which
means any progress announcements, including remotely generated ringback,
are not passed back to the caller.
This behavior is completely correct, because there is no way to know
2023 Apr 17
1
RTP address learning and timing problem
It's probably best if you read the logic[1]. There's an entire comment that
talks about how it works.
[1]
https://github.com/asterisk/asterisk/blob/20/res/res_rtp_asterisk.c#L8158
On Mon, Apr 17, 2023 at 7:10 PM David Cunningham <dcunningham at voisonics.com>
wrote:
> Hi Joshua,
>
> Could you confirm if the 5 second period for learning a new audio stream
> is a minimum
2009 Oct 05
3
Questions about app_jack.c
Hello,
My configuration is :
Card 0 - kernel dummy sound card
Card 1 - my soundcard
I have a jackd running in background. My jackd launch command is :
jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0
--capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2
--outchannels 2 --dither triangular &
1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to