similar to: PlaySMS with Chan Dongle?

Displaying 20 results from an estimated 1100 matches similar to: "PlaySMS with Chan Dongle?"

2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used. The problem can be the version of Asterisk? I use Asterisk 13 instead of 11. 2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have changed this > [dongle0] > audio=/dev/ttyUSB1 > data=/dev/ttyUSB2 > > To > > [dongle0] > imei=123456789012345 > > and imei exact same as on your device ? > > On Fri, Feb 12, 2016
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI. But in CLI appearing nothing and it not register. 2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have you tried imei discovery > imei=123456789012345 > > > write imei number instaed of 12345... > > On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >>
2016 Mar 02
3
How to install Huawei E153 in a Asterisk 11 or 13?
Hi everyone! I tried to install chan_dongle for Asterisk 11 in a Ubuntu 14.04, but my Huawei E153 is not working in my Asterisk. I fallow this rules http://blog.denisbondar.com/post/asterisk11-chan_dongle_e1550-ubuntu14 But not successes. Thanks in advanced,
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Hi! I'm trying to use dongle in my Asterisk But appear for me all time this error [Feb 12 13:49:10] ERROR[13347]: chan_dongle.c:442 do_monitor_phone: [dongle0] timedout while waiting 'OK' in response to 'AT' -- [dongle0] Error initializing Dongle -- [dongle0] Dongle has disconnected -- [dongle0] Trying to connect on /dev/ttyUSB1... -- [dongle0] Dongle has
2016 Mar 04
2
How to recive Incoming calls in Chan Dongle ?
Hi! How can I setup my Chan Dongle recived calls in my Asterisk? I have to setup in dongle.conf ? Or in extensions.conf? And the code for recive I found this site http://asterisk-service.com/page/chan-dongle-use I have to To save Subscriber Number before? See the error log in my Asterisk pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to invalid extension but no
2016 Mar 29
2
SIP trunk with whatsapp
El 29/03/16 a las 08:29, Steve Howes escribi?: > I don't think you can. Whatsapp is a closed system. > > Steve And they change your code every day and make it always obfuscated. https://github.com/tgalal/yowsup/issues/887 Best regards. Emiliano.
2006 Feb 10
1
OOT: itegno gsm modem + gnokii + playsms
Hi all, sorry for the OOT. I've been trying to setup a sms gateway for a couple of sleepless nights now. I use Itegno 3000 USB gsm modem, gnokii sms manager, and playsms a web interface for sms http://freshmeat.net/projects/playsms/ on FC4. Here's what happen: 1. Using minicom, I can send sms 2. Using xgnokii (x interface of gnokii), I can send sms 3. Using playsms, I CANNOT send sms, it
2013 Jan 31
3
OT - Chan-mobile -Bluetooth dongle on remote LAN workstation
Hello, On a LAN, is it possible to install a bluetooth dongle on one workstation (at this time, this workstation OS is not specified) and use it with chan_mobile ? I've read some USB over IP (or Ethernet) middleware exist but I'm not certain I'm looking at the right direction. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 10
2
chan_mobile
Hi, I've been looking at the list at: http://www.voip-info.org/wiki/view/chan_mobile But when googling of any of the "known working" devices, there ain't any for sale anymore, probably replaced by more recent types. So, anyone around here who bought recently an BT-dongle that is working with asterisk? hw
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this [dongle0] ;audio=/dev/ttyUSB1 ; tty port for audio connection; no default value ;data=/dev/ttyUSB2 ; tty port for AT commands; no default value ; or you can omit both audio and data together and use imei=123456789012345 and/or imsi=123456789012345 ; imei and imsi must contain exactly 15 digits ! ; imei/imsi discovery is available on Linux only
2016 Aug 29
4
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
Oh! In that case ignore it. Asterisk won't rebind the adapter if you've only changed parameters. The message is misleading -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Vitor Mazuco Sent: Monday, August 29, 2016 10:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>: > On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> I tried to use Parking Calls >> >> I use Asterisk
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls? This example works? [ramais] include => parkedcalls [parkedcalls] exten => 700,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) exten => 704,1,ParkedCall(704) This exten works? 2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, so this context parkedcalls is inside on features.conf? 2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>: >>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote: > >>>> Ah no, I'm asking what code I put inside of parkedcalls? > > Nothing, > > The context parkedcalls is generated by features.conf, you just
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Hi! I tried to use Parking Calls I use Asterisk 13, but I can't park any calls and it returns me [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 ast_context_verify_includes: Context 'ramais' tries to include nonexistent context 'parkedcalls' What is the correct code for put in extensions.conf? Can be this example below? [parkedcalls] exten => 700,1,ParkedCall(701) exten
2015 Dec 16
2
Help with CDR-Stats
Humm whats is the diferent? Em 16/12/2015 14:19, "Annus Fictus" <annusfictus at gmail.com> escreveu: > CDR-STATS is for reporting. > > A2Billing is for billing... > > Regards > > El 16/12/2015 a las 11:15, Vitor Mazuco escribi?: > >> Hi everyone! >> >> I'm trying to install CDR-Stats (cdr-stats.org), but it very difficult. >>
2016 May 09
4
VoipRaider is true for FREE calls?
VoipRaider the site, says calls to landlines in Brazil is FREE within the freedays period. Log in to the website and hire the service, it says that I have 90 days of freedays paying for cheaper service is $ 10.. That is from what I understand, I will pay 10 dolares for unlimited call in landlines for a period of 90 days? Is that it? Has anyone tested it there? How many simultaneously calls can
2016 Mar 30
5
Is possible to use FXO Digium card like a Fax modem?
Hi! Is possible to use X100p TDM400P, Tdm410p, Tdm400, A400p, Ax400p or any others digium card FXO for use Fax modem? Thanks.
2016 Jan 05
2
Detected alarm on channel 3: Red Alarm
Humm, if I put a filter in this lines, maybe back? 2016-01-05 12:36 GMT-02:00, Ryan, Travis <RyanT at oscarwinski.com>: > >> -----Original Message----- >> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- >> bounces at lists.digium.com] On Behalf Of Vitor Mazuco >> Sent: Tuesday, January 05, 2016 9:21 AM >> To: Asterisk Users Mailing
2016 Aug 29
2
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
I just see warning? 2016-08-29 11:30 GMT-03:00, Telium Technical Support <support at telium.ca>: > This shows that asterisk's IAX is already bound to all adapters - so that's > good. Symptomatically does your IAX stop working? Or do you just see a > warning? > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com >