Phil Reynolds
2008-Oct-10 10:09 UTC
[asterisk-users] How to enable inbound CLI for X-Lite/Asterisk phone.
Quoting "Syed Nasruddin" <nasruddin at ncel.com.pk>:> I am using asterisk 1.4.18. I am using it for inbound only call center. > The SIP phones are X-Lite. Right now when a call is proxied by Asterisk > to X-Lite the agent only sees asterisk written on its CLI screen. I want > the agents to be able to view the callees number. Is there any way to > make this happen.CLI showing as "asterisk" can indicate absent or withheld number. If asterisk has it, it should pass it on to X-Lite without any special settings. Check to see if asterisk has CLI for the call by putting it in a NoOp in the dialplan - NoOp(${CALLERID(all)}) would do. Watch asterisk with verbose set to at least 3. -- Phil Reynolds mail: phil-asterisk at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Syed Nasruddin
2008-Oct-10 10:52 UTC
[asterisk-users] How to enable inbound CLI for X-Lite/Asterisk phone.
Hi, I am using asterisk 1.4.18. I am using it for inbound only call center. The SIP phones are X-Lite. Right now when a call is proxied by Asterisk to X-Lite the agent only sees asterisk written on its CLI screen. I want the agents to be able to view the callees number. Is there any way to make this happen. Regards Syed Nasruddin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081010/df94720a/attachment.htm
Phil Reynolds
2008-Oct-13 14:47 UTC
[asterisk-users] How to enable inbound CLI forX-Lite/Asterisk phone.
Quoting "Syed Nasruddin" <nasruddin at ncel.com.pk>:> > Hi, > > It is not showing any CLI information even after I have placed that > NoOp(${CALLERID(all)}) function for debugging. Following message was > displayed in debug: > > Executing [s at default:3]NoOp("ZAP/6-1","""<>") > > What should I do since it is critical to have the callee number.First off, is CLI information being presented on that line. If so, you need to adjust zaptel and asterisk so that they see it - this is a country-specific matter - what works for one may well not work for another. If CLI is not being presented on that line, you need to have that enabled. -- Phil Reynolds mail: phil-asterisk at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Syed Nasruddin
2008-Oct-13 15:39 UTC
[asterisk-users] How to enable inbound CLI forX-Lite/Asterisk phone.
Hi, It is not showing any CLI information even after I have placed that NoOp(${CALLERID(all)}) function for debugging. Following message was displayed in debug: Executing [s at default:3]NoOp("ZAP/6-1","""<>") What should I do since it is critical to have the callee number. Please give some more hints. thanks Syed Nasruddin -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Phil Reynolds Sent: Friday, October 10, 2008 3:10 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] How to enable inbound CLI forX-Lite/Asterisk phone. Quoting "Syed Nasruddin" <nasruddin at ncel.com.pk>:> I am using asterisk 1.4.18. I am using it for inbound only callcenter.> The SIP phones are X-Lite. Right now when a call is proxied byAsterisk> to X-Lite the agent only sees asterisk written on its CLI screen. Iwant> the agents to be able to view the callees number. Is there any way to > make this happen.CLI showing as "asterisk" can indicate absent or withheld number. If asterisk has it, it should pass it on to X-Lite without any special settings. Check to see if asterisk has CLI for the call by putting it in a NoOp in the dialplan - NoOp(${CALLERID(all)}) would do. Watch asterisk with verbose set to at least 3. -- Phil Reynolds mail: phil-asterisk at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Syed Nasruddin
2008-Oct-13 16:10 UTC
[asterisk-users] How to enable inboundCLI forX-Lite/Asterisk phone.
How do we adjust zaptel and asterisk for CLI??. Is there some variable to be set??.. kindly explain keeping in view your country settings this will give me some hint.thanks Syed Nasruddin -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Phil Reynolds Sent: Monday, October 13, 2008 7:47 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] How to enable inboundCLI forX-Lite/Asterisk phone. Quoting "Syed Nasruddin" <nasruddin at ncel.com.pk>:> > Hi, > > It is not showing any CLI information even after I have placed that > NoOp(${CALLERID(all)}) function for debugging. Following message was > displayed in debug: > > Executing [s at default:3]NoOp("ZAP/6-1","""<>") > > What should I do since it is critical to have the callee number.First off, is CLI information being presented on that line. If so, you need to adjust zaptel and asterisk so that they see it - this is a country-specific matter - what works for one may well not work for another. If CLI is not being presented on that line, you need to have that enabled. -- Phil Reynolds mail: phil-asterisk at tinsleyviaduct.com Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
C. Savinovich wrote:> Can somebody please give a pointer to a complete neophyte (like me) on > text messaging, what product can I use to send and automatic text message to > a cell phone from within the asterisk dialplan? (the part of the dialplan I > have down, the part of the text message no) >IIRC, asterisk currently supports sending text messages only when voice call is already established, so not very usefull yet... PJ> Thanks > C. Savinovich > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I mean is if someone know of an sms server or service that allows me to send outgoing text messaging. CS -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Pavel Jezek Sent: Monday, October 13, 2008 2:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Text messaging and Asterisk C. Savinovich wrote:> Can somebody please give a pointer to a complete neophyte (like me) on > text messaging, what product can I use to send and automatic text messageto> a cell phone from within the asterisk dialplan? (the part of the dialplanI> have down, the part of the text message no) >IIRC, asterisk currently supports sending text messages only when voice call is already established, so not very usefull yet... PJ> Thanks > C. Savinovich > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > 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 -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
On Oct 13, 2008, at 11:28 AM, C. Savinovich wrote:> > I mean is if someone know of an sms server or service that allows > me to > send outgoing text messaging. >Are you sending SMS to known users or to any mobile phone user? If you are sending to a fixed user base, track down the email to SMS gateways for their carriers. Then sending an SMS is no different than sending an e-mail. -- Eric Chamberlain, Founder RF.com - http://RF.com/
I am trying to send text messaging to one caller, maybe about 40 of those per day, whose phone service have expired. All these callers are calling from their cell phones, and I have their caller ids. I will like to send each of them an individual text message (not an email) saying "you attempted to use the service, but your service has expired" Thank you -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Eric Chamberlain Sent: Monday, October 13, 2008 3:15 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Text messaging and Asterisk On Oct 13, 2008, at 11:28 AM, C. Savinovich wrote:> > I mean is if someone know of an sms server or service that allows > me to > send outgoing text messaging. >Are you sending SMS to known users or to any mobile phone user? If you are sending to a fixed user base, track down the email to SMS gateways for their carriers. Then sending an SMS is no different than sending an e-mail. -- Eric Chamberlain, Founder RF.com - http://RF.com/ _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
The most flexible way but will require a bit of work and scales SMS modem per SMS per second. Install kannel and configure it to work with your SMS modem (many cell phones work just fine for sending and receiving). It does not have to go on the asterisk box, just a box you can hit with HTTP or HTTPs. Make sure you have lynx installed In your Asterisk dialplan use system(lynx http://ipofyoursmsserverusernamepasswordnumbermessage) that is not the exact syntax but it is all documented but everything in the SMS in encoded in the URL. With five T-mobile phones, I can send five a second, it seems linear, it may be possible to increase throughput, I just got it working and left it at that. Messages queue until there is an available modem, sent in order. PLUS it is MUCH cheaper (at least in the US) than these aggregators. With a T-Mobile family plan, 1,000 voice minutes, and unlimited SMS runs me about $135/mo. I guess it depends on volume of SMS you are sending. Thanks, Steve Totaro On Tue, Oct 14, 2008 at 11:46 PM, C. Savinovich <c.savinovich at itntelecom.com> wrote:> > Thanks, excellent point. Furthermore, a google search on fastsms.conf > yielded the existence of a couple of 'Asterisk SMS gateways'..wow > > CS > > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Drew Gibson > Sent: Tuesday, October 14, 2008 2:22 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Text messaging and Asterisk > > C. Savinovich wrote: > > Can somebody please give a pointer to a complete neophyte (like me) on > > text messaging, what product can I use to send and automatic text message > to > > a cell phone from within the asterisk dialplan? (the part of the dialplan > I > > have down, the part of the text message no) > > > > Thanks > > C. Savinovich > > > > > > I don't use it but on my Asterisk 1.4 slug there was a file > /etc/asterisk/fastsms.conf which had info about connecting to SMS > services for about 4c per txt. > > regards, > > Drew > > > -- > Drew Gibson > > Systems Administrator > OANDA Corporation > www.oanda.com > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > 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 -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Thanks, Steve Totaro +18887771888 (Toll Free) +12409381212 (Cell) +12024369784 (Skype) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081015/0bc4b115/attachment.htm