Displaying 12 results from an estimated 12 matches for "16007".
Did you mean:
160,7
2004 Mar 31
2
SER Asterisk problem
...;am using Asterisk with SER. I can make call between two internal VoIP
gateways or from na internal to external VoIP gateway. But when I get a
external call, this call hang ups 5 seconds after and I reveive the
following messages
*CLI> -- Executing Dial("SIP/16008-3d17",
"SIP/16007&SIP/16006|20|tr") in new stack
-- Called 16007
-- Called 16006
-- SIP/16007-8c24 is ringing
-- SIP/16007-8c24 answered SIP/16008-3d17
-- Attempting native bridge of SIP/16008-3d17 and SIP/16007-8c24 Mar
30 13:53:11 WARNING[1125685952]: chan_sip.c:495
retrans_pkt: Maximu...
2006 Feb 27
1
Problems dialing to another Asterisk server
...exten => 222,1,MusicOnHold()
exten => 444,1,Dial(${STRING3})
exten => 444,2,Ringing
SIP/6021 is the telephone logged in the another machine, which is
192.168.0.51 and asterisk is listening in 192.168.0.51, port 5038
And my Manager-java code is :
originateAction.setChannel("Local/16007@mariaSIP/n");
originateAction.setCallerId("asterisk");
originateAction.setCallingPres(new Boolean(true));
originateAction.setContext("mariaSIP");
originateAction.setExten("222");
originateAction.setPriority(nPriority);
originateAction.setTimeout(nTimeout);
origina...
2023 Jun 11
1
Upssched 100% CPU after updating Debian 12
...and: $1"
;;
esac
logger -i -t upssched-cmd $MSG
wall "$MSG"
---------------------------------------------------
---------------------------------------------------
This is normal ups activity in daemon log from the previous version:
Jun 10 23:10:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:10:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 seconds)
Jun 10 23:20:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:20:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 seco...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...;
;;
esac
logger -i -t upssched-cmd $MSG
wall "$MSG"
---------------------------------------------------
---------------------------------------------------
This is normal ups activity in daemon log from the previous version:
Jun 10 23:10:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:10:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 seconds)
Jun 10 23:20:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:20:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 s...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...;
;;
esac
logger -i -t upssched-cmd $MSG
wall "$MSG"
---------------------------------------------------
---------------------------------------------------
This is normal ups activity in daemon log from the previous version:
Jun 10 23:10:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:10:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 seconds)
Jun 10 23:20:50 fricka upssched[16007]: Cancelling timer: heartbeat-failure-timer
Jun 10 23:20:50 fricka upssched[16007]: New timer: heartbeat-failure-timer (660 s...
2010 Mar 29
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes:
> Hi
>
>
>
> We have ported the Narrow band 8 Khz Speex encoder and decoder on to TI DSP 5505
>
>
>
> To compress 20ms of 16 bit audio sampled at 8Khz it takes 4.2ms.
>
> Is there any optimizations I can do to make it run faster.
The first thing to do would be to profile the code (I assume you're
using
2017 Aug 31
1
Iterate All Dovecot Users !
Hello to all !
I am trying to write a script that iterate all users that are created in
dovecot and postfix ....
Is there any way ..?
Thanks in advance for your time !
Nick
__________ Information from ESET Endpoint Antivirus, version of detection
engine 16007 (20170831) __________
The message was checked by ESET Endpoint Antivirus.
Email message - is OK
http://www.eset.com
2010 Mar 30
0
Speex on TI DSP 5505
Hi
When we run the profiler these 3 functions take more than 8500 cycles.
split_cb_search_shape_sign_N1() 22782
pitch_search_3tap() 19208
lpc_to_lsp() 16007
So can I configure these in a different way so it takes less cycles.
I do not need very high sound quality
Thanks for your time
Warm Regards
Saju
> From: yates at ieee.org
> To: saju_pa at hotmail.com
> CC: speex-dev at xiph.org
> Subject: Re: [Speex-dev] Speex on TI DSP 5505
&g...
2006 May 08
2
prototype getHeight safari
Hi
I have a weird bug with getHeight or getDimensions().hegiht
(prototype) only on safari
if I have a html file like this
<div id="test"></div>
and a embedded css
<style>
#test {
width:100px;
height:100px;
float:left;
}
</style>
In Safari $(''test'').getHeight returns 100, fine but if the css
declaration #test.. is in a css file
2006 Mar 07
1
Help! Connecting two Astersik via SIP channels
...l.
At first, I tried simply doing this:
In SIP Client:
--------------------
exten => _1.,1,Wait(1)
exten => _1.,2,Dial(SIP/192.168.0.51:5060,20)
(92.168.0.51 is the Asterisk server machine)
And nothing on the server side.
When calling on the client side I get:
Executing Dial("Local/16007@mariaSIP-a601,2", "SIP/192.168.0.51:5060|20") in
new stack
-- Called 192.168.0.51:5060
-- SIP/192.168.0.51:5060-c870 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
debian*CLI>
And the server side doesn't seem to realiza anything... meanwhile
C...
2010 Mar 30
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes:
> Hi
>
>
>
> When we run the profiler these 3 functions take more than 8500 cycles.
>
>
>
> split_cb_search_shape_sign_N1() 22782
> pitch_search_3tap() 19208
> lpc_to_lsp() 16007
>
> So can I configure these in a different way so it takes less cycles.
I am not familiar with the code, so I can't say. I was trying to teach
you how to optimize, not give you an optimization.
--Randy
> I do not need very high sound quality
>
> Thanks for your time
>...
2005 Mar 25
1
Broken Date Selection Window
...nux-date-menu.jpg
Type: image/jpeg
Size: 9676 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20050325/15e0e763/linux-date-menu.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: windows_date_menu.jpg
Type: image/jpeg
Size: 16007 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20050325/15e0e763/windows_date_menu.jpg