Re: [asterisk-users] Sending SMSa

2007-02-25 Thread Brian Capouch

Michiel van Baak wrote:

On 17:53, Sun 25 Feb 07, Brian Capouch wrote:


Supa wrote:


Try this:
http://www.bayhamsystems.com/asterisk.html

Works for me just fine, and it is very easy to get up and running, even 
with older version 1.2.3




Anyone out there running it against 1.4.0?

It built just fine for me, but then it crashes the server when I try to 
run it.  Crashes on both 1.4.x and the SVN-trunk versions.


Thx.



I assume that you want the asterisk module here.
I never tried that, the agi is easier :)
Try the agi version, that should work on all versions of
asterisk.



I solved it.

It appears that Asterisk (1.4.x and SVN-trunk) will go ahead and happily 
build any app_.c code one puts into the apps directory, so 
getting the file for app_fastSMS and putting it in there causes it to be 
built.


But without first going through the menuselect process before it's 
built, the appropriate libraries don't get linked in to the module, and 
after Asterisk loads it very, very funky things begin to happen.  This 
application requires the same libraries as func_curl.


There are two fixes--the correct one is to add the appropriate skeleton 
code into the menuselect-tree source files, which I leave as an exercise 
for the reader.


The kludge is to just pretend that you did, and add the line:

MENUSELECT_DEPENDS_app_fastsms=CURL

to menuselect.makedeps at the toplevel directory.

The INSTALL document that comes with the source code doesn't mention 
this requisite; I wonder how many people running 1.4.x have actually 
tried to build it. . .


I'm cross-posting to -dev for archival reasons, as an FYI to folks there 
who might be interested.  Hope that's OK with you -dev types.


B.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Sending SMSa

2007-02-25 Thread Michelle Dupuis
Have you tried SMSSEND?  It's open source, available as RPM.

MD 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michiel van
Baak
Sent: Sunday, February 25, 2007 6:03 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Sending SMSa

On 17:53, Sun 25 Feb 07, Brian Capouch wrote:
> Supa wrote:
> >Try this:
> >http://www.bayhamsystems.com/asterisk.html
> >
> >Works for me just fine, and it is very easy to get up and running, 
> >even with older version 1.2.3
> >
> 
> Anyone out there running it against 1.4.0?
> 
> It built just fine for me, but then it crashes the server when I try 
> to run it.  Crashes on both original-flavor 1.4.0 and the newer SVN
version.
> 
> Thx.

I assume that you want the asterisk module here.
I never tried that, the agi is easier :) Try the agi version, that should
work on all versions of asterisk.

-- 

Michiel van Baak
[EMAIL PROTECTED]
http://michiel.vanbaak.eu
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD

"Why is it drug addicts and computer afficionados are both called users?"

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Sending SMSa

2007-02-25 Thread Michiel van Baak
On 17:53, Sun 25 Feb 07, Brian Capouch wrote:
> Supa wrote:
> >Try this:
> >http://www.bayhamsystems.com/asterisk.html
> >
> >Works for me just fine, and it is very easy to get up and running, even 
> >with older version 1.2.3
> >
> 
> Anyone out there running it against 1.4.0?
> 
> It built just fine for me, but then it crashes the server when I try to 
> run it.  Crashes on both original-flavor 1.4.0 and the newer SVN version.
> 
> Thx.

I assume that you want the asterisk module here.
I never tried that, the agi is easier :)
Try the agi version, that should work on all versions of
asterisk.

-- 

Michiel van Baak
[EMAIL PROTECTED]
http://michiel.vanbaak.eu
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD

"Why is it drug addicts and computer afficionados are both called users?"

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users