AMARDEEP SINGH
2010-Jul-22 21:47 UTC
[asterisk-users] Question regarding SMS(), SMSQ, SMSC
Hello All, Scenario: -We use asterisk as voicemail server for our cellular network. Asterisk box is talking to Cell switch(GSM/VOIP/PSTN gateway) through sip. -Extensions in * are virtual, just for leaving and accessing voicemail. Requirement: Asterisk to send SMS to cell switch(running SMSC) on reception of new voicemail. Pointers required from Maillist users: -How can I make * talk to SMSC(ip address:port). -Anyone using similar topology? -there are not enough examples/man/maillist of using app_sms(), smsq. Thanks: -A -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100722/ff2c51af/attachment.htm
AMARDEEP SINGH wrote:> Hello All, > > Scenario: > -We use asterisk as voicemail server for our cellular network. > Asterisk box is talking to Cell switch(GSM/VOIP/PSTN gateway) through sip. > -Extensions in * are virtual, just for leaving and accessing voicemail. > > Requirement: > Asterisk to send SMS to cell switch(running SMSC) on reception of new > voicemail. > > Pointers required from Maillist users: > -How can I make * talk to SMSC(ip address:port). > -Anyone using similar topology? > -there are not enough examples/man/maillist of using app_sms(), smsq. > > Thanks: > -Aqpage? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100722/0c0e48b7/attachment.htm
AMARDEEP SINGH
2010-Jul-23 16:55 UTC
[asterisk-users] Question regarding SMS(), SMSQ, SMSC
Our SMS-gateway is not PSTN accessible. On Thu, Jul 22, 2010 at 5:04 PM, Lyle Giese <lyle at lcrcomputer.net> wrote:> AMARDEEP SINGH wrote: > > Hello All, > > Scenario: > -We use asterisk as voicemail server for our cellular network. Asterisk box > is talking to Cell switch(GSM/VOIP/PSTN gateway) through sip. > -Extensions in * are virtual, just for leaving and accessing voicemail. > > Requirement: > Asterisk to send SMS to cell switch(running SMSC) on reception of new > voicemail. > > Pointers required from Maillist users: > -How can I make * talk to SMSC(ip address:port). > -Anyone using similar topology? > -there are not enough examples/man/maillist of using app_sms(), smsq. > > Thanks: > -A > > qpage? > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100723/277fbffc/attachment.htm
Maybe you need to read the man page for qpage. The qpage client can send the page to an SNPP server over TCP/IP. Lyle AMARDEEP SINGH wrote:> Our SMS-gateway is not PSTN accessible. > > On Thu, Jul 22, 2010 at 5:04 PM, Lyle Giese <lyle at lcrcomputer.net > <mailto:lyle at lcrcomputer.net>> wrote: > > AMARDEEP SINGH wrote: >> Hello All, >> >> Scenario: >> -We use asterisk as voicemail server for our cellular network. >> Asterisk box is talking to Cell switch(GSM/VOIP/PSTN gateway) >> through sip. >> -Extensions in * are virtual, just for leaving and accessing >> voicemail. >> >> Requirement: >> Asterisk to send SMS to cell switch(running SMSC) on reception of >> new voicemail. >> >> Pointers required from Maillist users: >> -How can I make * talk to SMSC(ip address:port). >> -Anyone using similar topology? >> -there are not enough examples/man/maillist of using app_sms(), smsq. >> >> Thanks: >> -A > qpage? > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
AMARDEEP SINGH
2010-Jul-23 22:37 UTC
[asterisk-users] Question regarding SMS(), SMSQ, SMSC
Do you have working script? On Fri, Jul 23, 2010 at 10:14 AM, Lyle Giese <lyle at lcrcomputer.net> wrote:> Maybe you need to read the man page for qpage. The qpage client can > send the page to an SNPP server over TCP/IP. > > Lyle > > AMARDEEP SINGH wrote: > > Our SMS-gateway is not PSTN accessible. > > > > On Thu, Jul 22, 2010 at 5:04 PM, Lyle Giese <lyle at lcrcomputer.net > > <mailto:lyle at lcrcomputer.net>> wrote: > > > > AMARDEEP SINGH wrote: > >> Hello All, > >> > >> Scenario: > >> -We use asterisk as voicemail server for our cellular network. > >> Asterisk box is talking to Cell switch(GSM/VOIP/PSTN gateway) > >> through sip. > >> -Extensions in * are virtual, just for leaving and accessing > >> voicemail. > >> > >> Requirement: > >> Asterisk to send SMS to cell switch(running SMSC) on reception of > >> new voicemail. > >> > >> Pointers required from Maillist users: > >> -How can I make * talk to SMSC(ip address:port). > >> -Anyone using similar topology? > >> -there are not enough examples/man/maillist of using app_sms(), > smsq. > >> > >> Thanks: > >> -A > > qpage? > > > > > > > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com-- > > New to Asterisk? Join us for a live introductory webinar every Thurs: > > http://www.asterisk.org/hello > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100723/38aef591/attachment.htm
qpage -s snppserver.example.com -p lyle -f lyle test page AMARDEEP SINGH wrote:> Do you have working script? > > On Fri, Jul 23, 2010 at 10:14 AM, Lyle Giese <lyle at lcrcomputer.net > <mailto:lyle at lcrcomputer.net>> wrote: > > Maybe you need to read the man page for qpage. The qpage client can > send the page to an SNPP server over TCP/IP. > > Lyle > > AMARDEEP SINGH wrote: > > Our SMS-gateway is not PSTN accessible. > > > > On Thu, Jul 22, 2010 at 5:04 PM, Lyle Giese > <lyle at lcrcomputer.net <mailto:lyle at lcrcomputer.net> > > <mailto:lyle at lcrcomputer.net <mailto:lyle at lcrcomputer.net>>> wrote: > > > > AMARDEEP SINGH wrote: > >> Hello All, > >> > >> Scenario: > >> -We use asterisk as voicemail server for our cellular network. > >> Asterisk box is talking to Cell switch(GSM/VOIP/PSTN gateway) > >> through sip. > >> -Extensions in * are virtual, just for leaving and accessing > >> voicemail. > >> > >> Requirement: > >> Asterisk to send SMS to cell switch(running SMSC) on > reception of > >> new voicemail. > >> > >> Pointers required from Maillist users: > >> -How can I make * talk to SMSC(ip address:port). > >> -Anyone using similar topology? > >> -there are not enough examples/man/maillist of using > app_sms(), smsq. > >> > >> Thanks: > >> -A > > qpage? > > > > > > > > -- > > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by > http://www.api-digital.com -- > > New to Asterisk? Join us for a live introductory webinar > every Thurs: > > http://www.asterisk.org/hello > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100723/dcd90070/attachment.htm