Displaying 5 results from an estimated 5 matches for "ericcson".
Did you mean:
ericson
2005 Jun 05
0
Sony Ericcson Themes Creator
Chalk up one for Wine.
Interested in creating themes for my mobile I downloaded this from:
http://developer.sonyericsson.com/site/global/docstools/multimedia/p_multimedia.jsp
It's free and it works!, though there are a few rendering errors with
it.
I'm using Ubuntu hoary and just downloaded the wine package through
synaptic. Installed winetools and ran through all the base setup.
The
2007 May 08
0
Ericsson dialog 4187
Hi,
Anybody using this Ericcson analog phone with Asterisk: Ericsson dialog
4187?
I was told some functionalities like CLID will only work with an Ericsson
PABX but other than that I would like to hear from anybody using this phone
on a FXS port.
Thanks,
Jose Limeres
-------------- next part --------------
An HTML attachment was...
2005 Jun 15
0
Asterisk slow transferring calls
Hi,
Running Asterisk CVS-Head latest on a Dual P3 800 1Gb Ram.
For some odd reason now that I have the asterisk box almost to the stage
I want it, I hit a problem.
I have a te405p in the system, Zap/g1 is connected to the telco as an
ISDN 30, Zap/g4 is connected by ISDN Primary Rate to an Ericcson BP250
phone system.
When calls come in on g1 they go straight through instantaneously to the
entensions on the ericsson or local sip phones no problems, if someone
on a sip phone calls an extension on the ericsson it goes straight
through no pause.
If someone on the ericsson system dials a sip ph...
2008 Sep 30
0
[LLVMdev] Integer handling
...er compare can be used, like "Calc" becomes the size of an
i32, nice and fast compare).
The Actor model has been pretty well researched and really only sees
heavy use in the Telecom industry (which relies on 100% uptime, quite
literally, the flapship Erlang system is the system that runs
Ericcson, it has had 4 minutes of downtime in over ten years thanks to
it being well designed; quite literally, if code needs to be updated
then can just start a new node and link it to a global PID to handle
all messages of whatever Actor and send a kill message to the old
Actor, which will die once it fin...
2008 Sep 30
2
[LLVMdev] Integer handling
OvermindDL1 wrote:
>
> It is using the Actor-Oriented model, not Object-Oriented.
> /* snip */
> By keeping the type system based on the actual types it allows
> arbitrary message passing to any other actor without needing to load
> any code relating to the actors, you can just send a structure with
> the appropriate ID and format and it will 'just work' as the