search for: mscc

Displaying 20 results from an estimated 45 matches for "mscc".

Did you mean: mcc
2023 May 09
1
[Bridge] [RFC PATCH net-next 3/5] flow_offload: Reject matching on layer 2 miss
...the kernel Signed-off-by: Ido Schimmel <idosch at nvidia.com> --- .../net/ethernet/marvell/prestera/prestera_flower.c | 6 ++++++ drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 6 ++++++ drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c | 6 ++++++ drivers/net/ethernet/mscc/ocelot_flower.c | 10 ++++++++++ 4 files changed, 28 insertions(+) diff --git a/drivers/net/ethernet/marvell/prestera/prestera_flower.c b/drivers/net/ethernet/marvell/prestera/prestera_flower.c index 91a478b75cbf..3e20e71b0f81 100644 --- a/drivers/net/ethernet/marvell/prestera/prester...
2007 Feb 14
2
SIP response 482 "Loop Detected"
I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error :
2004 Sep 09
3
Dyn.load of sharing object with GSL library
...ot;: ld.so.1: /usr/local/sbin/R-1.9/R-1.9.1/bin/R.bin: fatal: relocation error: file /fs/users1/guest/msvika/PhD/R_04/Example3.so: symbol gsl_sf_bessel_J0: referenced symbol not found What is wrong? Much thanks, Vicky. ----- Original Message ----- From: "Vicky Landsman" <msvika at mscc.huji.ac.il> To: "r-help" <r-help at stat.math.ethz.ch> Sent: Thursday, September 09, 2004 6:18 PM Subject: Re: [R] Adding GSL library path to SHLIB > Dear Prof. Ripley, > We read the archive thread > http://maths.newcastle.edu.au/~rking/R/help/02b/0547.html > Thank...
2007 Feb 20
2
Mask the caller-ID
Dear All : I need to mask the caller ID and pretend to make a transfer call from another extension : exten => 558,1,Answer exten => 558,2,Playback(soundclip) exten => 558,3,Dial(SIP/472@callman) The scenario is like this : Someone is calling 558 at my company - he will hear a soundclip voice message then I will direct it to extension 472 I need 472 to not see the extension of
2005 Mar 23
0
MeetMe Upgrade !
...I saw a lot of WebPages are talking about 'i' option. How can I get the latest update ? and how can I recompile my Asterisk to use the new update ?? Thanks ,,, Eng. Mohamed Farid ,, Mediterranean Smart Cards Company ,, Telecommunication & Security Administrator ,, * Email : mfarid@mscc.com.eg <mailto:mfarid@mscc.com.eg> * Phone : +20 2 3331439/+20 2 3331400 7 Fax : +20 2 7621164 Mobile : +20 0122258350 Notice: This e-mail (including attachments) is confidential and is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use...
2005 Mar 26
1
Cisco Phones with Asterisk
...hone Sets to directly listen to the Voice Messages .. Also when there is a message the Phone doesn't light to give a notice to the User of the phone .. Any solution ? Eng. Mohamed Farid ,, Mediterranean Smart Cards Company ,, Telecommunication & Security Administrator ,, * Email : mfarid@mscc.com.eg <mailto:mfarid@mscc.com.eg> * Phone : +20 2 3331439/+20 2 3331400 7 Fax : +20 2 7621164 Mobile : +20 0122258350 Notice: This e-mail (including attachments) is confidential and is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use...
2007 Jan 16
2
prompt for "send a message" not played in VM main, HOWTO resolve
All, Just came across the prompt #3 from inside the top menu of VM in latest stable. Allison does not announce the prompt, but if you know it is there, you can press 3 & successfully follow the prompts from there to send your message to other users on the system. But, of course, obviously, I am asking: how do I resolve the situation whereby the users are not hearing this prompt? (since most
2005 Mar 25
7
What is web login password for Asteirsk@Home
2005 Mar 16
8
Summing up matrices in a list
Dear all, I think that my question is very simple but I failed to solve it. I have a list which elements are matrices like this: >mylist [[1]] [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 [[2]] [,1] [,2] [,3] [1,] 7 9 11 [2,] 8 10 12 I'd like to create a matrix M<-mylist[[1]]+mylist[[2]] [,1] [,2] [,3] [1,] 8 12 16 [2,] 10 14 18
2023 May 09
5
[Bridge] [RFC PATCH net-next 0/5] Add layer 2 miss indication and filtering
...+ .../net/ethernet/mellanox/mlx5/core/en_tc.c | 6 + .../mellanox/mlxsw/core_acl_flex_keys.c | 1 + .../mellanox/mlxsw/core_acl_flex_keys.h | 3 +- .../mellanox/mlxsw/spectrum_acl_flex_keys.c | 5 + .../ethernet/mellanox/mlxsw/spectrum_flower.c | 16 + drivers/net/ethernet/mscc/ocelot_flower.c | 10 + include/linux/skbuff.h | 4 + include/net/flow_dissector.h | 2 + include/uapi/linux/pkt_cls.h | 2 + net/bridge/br_device.c | 1 + net/bridge/br_forward.c |...
2023 May 18
5
[Bridge] [PATCH net-next 0/5] Add layer 2 miss indication and filtering
...+ .../net/ethernet/mellanox/mlx5/core/en_tc.c | 6 + .../mellanox/mlxsw/core_acl_flex_keys.c | 1 + .../mellanox/mlxsw/core_acl_flex_keys.h | 3 +- .../mellanox/mlxsw/spectrum_acl_flex_keys.c | 5 + .../ethernet/mellanox/mlxsw/spectrum_flower.c | 16 + drivers/net/ethernet/mscc/ocelot_flower.c | 10 + include/linux/skbuff.h | 4 + include/net/flow_dissector.h | 2 + include/uapi/linux/pkt_cls.h | 2 + net/bridge/br_device.c | 1 + net/bridge/br_forward.c |...
2004 Aug 10
1
Question about mle function
Dear all, I'd like to find the mle esttimates using the mle function mle(negloglik, start = list(), fixed=list(), method="..."). I am using the L-BGFS-B method and I don't supply the gradient function. Is there a way to print the gradients found at the solution value? I am using R-1.9.1 on Windows and on Unix. Thank you in advance, Victoria Landsman. [[alternative
2005 Nov 18
1
Can Dovecot work with an RDBMS for mail/attachment storage?
...rt a connection to a database server and use the database server to store the e-mail message and its attachments? While you can use Postgres and MySQL for storing and authenticating users, there is a possibility to use an RDBMs to control the mail itself. Thoughts? -- Michael Segel Principal MSCC
2005 Nov 21
1
What's the best way to do this?
...ach mailing list or group? Then using an IMAP client to subscribed only to the lists that I *want* to read? My biggest problem is that I have a blackberry and I don't want to get interrupted for non-critical e-mail. Or is there a better solution? TIA! -Mikey -- Michael Segel Principal MSCC 312 952- 8175 [M]
2005 Nov 22
1
Silly question...
...ovecot. I'm trying to build it so I can use SSL. I tried the ./configure --with_ssl= option, did a make clean, then a make and a make install. Still get the same error saying that even though I set the SSL use flag, it was not compiled with SSL. Thoughts? TIA! -- Michael Segel Principal MSCC 312 952- 8175 [M]
2005 Nov 28
1
Yet another silly question...
...working but I'm having an issue with my start up from xinetd. I tried to follow the examples in the documentation, but why can't I just have a single entry for IMAP with just dovecot? Wouldn't this also open up the SSL and the POP3 stuff as well? TIA! -- Michael Segel Principal MSCC 312 952- 8175 [M]
2005 Mar 24
1
How to stop the minimization when the condition does not hold
Dear experts! I have a minimization problem with non-linear constraint and Objective function(theta)=lambda*(Constr)^2-f(x,theta). Theta is a vector of parameters. I'd like to stop the optimization after the value of the constraint is less or equal some constant value, say d, and save the last computed value of the function. For this purpose, I thought to define the Objective function like
2005 Nov 17
1
Silly newbie questions...
...could see the folders, but I couldn't see any of the mail. (Its all in cur subdirectory.) Now I did notice that when Postfix gets a mail message, its placed in /var/spool/mail/msegel which would imply its using an mbox format. So what am I missing? TIA! -Mike -- Michael Segel Principal MSCC
2006 Jan 26
3
VOIP Router
Dear All : I need to link my HQ to some Remote Sites - I need a Router which supports VOIP , and VPN Also the Router Should has 3 FXS ports and 1 FXO ... The call should be routed from the Remote Site to the HQ through a VPN tunnel ( 3DES ) ... Any Advise ? Mohamed Farid ,, Notice: This e-mail (including attachments) is confidential and is intended solely for the addressee. Unless you are
2002 Mar 05
1
Monotonicity correlation coefficients
Could anyone help me to find the mathematical expression to calculate the monotonicity correlation coefficient between two variables? Thanks in advance. Luis Rivera. Universidad de Alcal?. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or