RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-19 Thread Per Jessen
Steve Totaro wrote: > Just a thought, try kannal, use system in your dialplan and call lynx > with a properly formatted URL for Kannal. > Thank, that's interesting, I might just try that. I've actually got SMS-sending up and running, just not over Asterisk. I use sms_client and an analog mode

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-19 Thread Steve Kennedy
On Thu, Apr 19, 2007 at 08:36:12AM -0400, Steve Totaro wrote: > Just a thought, try kannal, use system in your dialplan and call lynx with a > properly formatted URL for Kannal. Or indeed Kannel (www.kannel.org) Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(31

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-19 Thread Steve Totaro
lf Of Per Jessen > Sent: Thursday, April 19, 2007 3:53 AM > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] sending an SMS via Asterisk? > > Wilson Pickett wrote: > > > Per, > > > > Have you tried the smsq app? That's what I use to send SMS

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-19 Thread Per Jessen
Wilson Pickett wrote: > Per, > > Have you tried the smsq app? That's what I use to send SMS, I don't > think I ever got the SMS app to work for sending. It receives fine. > Hi Wilson, yeah, I am using smsq, but part of my problem was my own confusion - as usual :-) I'm at the point now where

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-19 Thread Wilson Pickett
Per, Have you tried the smsq app? That's what I use to send SMS, I don't think I ever got the SMS app to work for sending. It receives fine. /usr/bin/smsq --motx-channel=ZAP/1/0809101000 $RECIPIENT "message here" works fine here. ___ --Bandwidth and C

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Per Jessen
Yuan LIU wrote: >>P[ 2] --> None >> -- SMS[-1] RX 93 00 6D >> -- SMS[0] TX 10 98 96 00 10 01 00 00 11 06 00 00 00 00 00 00 00 >> 12 >>03 00 02 00 04 13 65 00 53 65 63 75 72 69 74 79 20 72 65 73 65 61 72 >>63 68 65 72 73 20 68 61 76 65 20 74 72 61 63 65 64 20 73 70 61 6D 2D >>73 65 6E

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Per Jessen
Joel wrote: > I'm going to repeat this to you again, on the receiving side you need > to set: Hi Joel thanks for your advice, but I'm having trouble sending an SMS, not receiving. Your suggestion seems to be only concerned with receiving? /Per Jessen, Zürich _

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Joel
I'm going to repeat this to you again, on the receiving side you need to set: You haven't set the a or p variable or whatever Description *SMS(queuename|[a][s])* *SMS(queuename|[s]|number|message)* *deprecated* a answer, i.e. send initial FSK packet. s act as service centre talking to a phone

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Yuan LIU
From: Per Jessen <[EMAIL PROTECTED]> Date: Wed, 18 Apr 2007 14:48:45 +0200 Per Jessen wrote: > Per Jessen wrote: > > OK, part of the confusion is now clearing up. But I'm not getting > much further. When I try to send an SMS, I see the call going > through, but no SMS is ever sent. This is a

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Per Jessen
Per Jessen wrote: > Per Jessen wrote: > > OK, part of the confusion is now clearing up. But I'm not getting > much further. When I try to send an SMS, I see the call going > through, but no SMS is ever sent. This is a bit of what I see in the debug output: (this is sending a longer message, p

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Per Jessen
Per Jessen wrote: > Yuan LIU wrote: > >>>My dialplan looks like this: >>> >>>exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1) >>>exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1) >> >> How do callers get into these extensions? > > They're specified on the smsq command, e.g.: > > smsq --

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-18 Thread Per Jessen
Yuan LIU wrote: >>My dialplan looks like this: >> >>exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1) >>exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1) > > How do callers get into these extensions? They're specified on the smsq command, e.g.: smsq --concurrent=3 --mo --motx-channel='mIS

RE: [asterisk-users] sending an SMS via Asterisk?

2007-04-17 Thread Yuan LIU
From: Per Jessen <[EMAIL PROTECTED]> Date: Tue, 17 Apr 2007 09:40:18 +0200 I've been googling and reading a lot, but I'm not getting any closer to getting an SMS sent via Asterisk. Prior to switching to asterisk, I used sms_client on an ISDN line to dial one of two Swisscom SMS centers: 0900900

Re: [asterisk-users] sending an SMS via Asterisk?

2007-04-17 Thread Joel
You haven't set the a or p variable or whatever Description *SMS(queuename|[a][s])* *SMS(queuename|[s]|number|message)* *deprecated* a answer, i.e. send initial FSK packet. s act as service centre talking to a phone. On 4/17/07, Per Jessen <[EMAIL PROTECTED]> wrote: I've been googling and