cell phone alert on max msp?

Ad.'s icon

hi everybody!
I would I like to know if max can dial a phone number by himself, to make an phone alert for instance!
thx!!!
ad

yair reshef's icon

i did it command line without max

On Mon, Feb 25, 2008 at 11:30 PM, adrien wrote:

>
> hi everybody!
> I would I like to know if max can dial a phone number by himself, to make
> an phone alert for instance!
> thx!!!
> ad
>

Ad.'s icon

thanks but I absolutely need to join a cell phone!
It's about vegetables; when the concentration of co2 is too high, here it goes! a call phone!!
ad

Joost Rekveld's icon
pjm.dev's icon

On 26.02.2008, at 00:38, adrien wrote:

>
> thanks but I absolutely need to join a cell phone!
> It's about vegetables; when the concentration of co2 is too high,
> here it goes! a call phone!!
> ad
>

it's a work-around but it does work.

first install skype. write the following apple-script

tell application "Skype"
    send command "CALL " script name
""
end tell

save this script as application.

now from max you use the external [shell] and you launch skype as a
unix path from max. give it a little time to sign-in. and then launch
the apple-script application and skype will call your cell.

cheers,

Piet

Ad.'s icon

interesting way to do it!
but I don't think that skype works on Os X!
ad.

pjm.dev's icon

On 26.02.2008, at 08:28, adrien wrote:

> but I don't think that skype works on Os X!

the current version of Skype for OSX is 2.7

there are other voip clients for OSX like X-Lite or Eyebeam by
Counterpath (SIP-protocol) but they don't offer AppleScript access to
their API. I haven't tried Asterisk.

Cheers,
Piet

mj.pedersen's icon

hi adrien,
I've previously got max to make phone calls via my mobile phone.

It required establishing a bluetooth connection to the mobile, and then
using a serial port connection from Max to the phone - I needed to run a
serial port interface program specific to my phone (SonyEricsson K750i).

Dialing required working out the appropriate ATD commands to send across the
serial link to the phone - this was painful, but I got it to work.

The application was a performance piece were I was remixing people's
ringtone's live - so I set up a system whereby they entered their phone
number and placed their phone underneath a mic, and then max could call the
phone and record their ringtone so I could start remixing it - all a bit of
overkill in the end, but it was fun, and I figure I might use that trick
again sometime.

Sending audio to the phone is not possible over the serial link - but once
you've dialed you could just dac~ to a speaker sitting next to the phone -
the old fashioned way :-)

With the right phone I believe sending SMS might also work, but there are
internet gateways for that which might be easier to use.

Hope these suggestions help.

regards,

mark

On Tue, Feb 26, 2008 at 8:30 AM, adrien wrote:

>
> hi everybody!
> I would I like to know if max can dial a phone number by himself, to make
> an phone alert for instance!
> thx!!!
> ad
>

pjm.dev's icon

typo in the script, sorry

tell application "Skype"
    send command "CALL [your cell number with countrycode]" script name
"[anything you like]"
end tell

cheers
piet

Ad.'s icon

thank you all!espescially Piet, it works!!!

bonne continuation!!
ad.

Ad.'s icon

oups!!
just a little problem!
the max windows tells me "loading old CFM externals disabled"...
I don't really get it!and don't know the way to make it enable...

ad

pjm.dev's icon

On 28.02.2008, at 22:29, adrien wrote:

> "loading old CFM externals disabled".

Salut Adrien,

which external are you trying to load?

cheers

Piet

Ad.'s icon

the shell object from http://www.publicbeta.cx/maxx/...

weird!!
ad.

Ad.'s icon

but tha aka.shell works!
it was just to know if old external could work on max 4.6...

pjm.dev's icon

On 29.02.2008, at 08:12, adrien wrote:

> it was just to know if old external could work on max 4.6...

when you install 4.6 on a PPC machine, during the installation
process you have a dialog to install optional CFM support, but almost
all of the older externals are ported to UB by now.

cheers

Piet

pjm.dev's icon

On 29.02.2008, at 08:07, adrien wrote:

>
> the shell object from http://www.publicbeta.cx/maxx/...
>

you can find the UB shell at

Piet

Emmanuel Jourdan's icon
blaketurner's icon

Hello All,
I'm trying to receive cell phone text messages and display them on many lcd screens that are attached to a large fabric wall. I have everything figured out except the how to receive the text messages into max. any help will be appreciated.

blake

yantantethra's icon

Have a look at Fredrik Olofsson's post: