search for: dongle0

Displaying 7 results from an estimated 7 matches for "dongle0".

Did you mean: dongle
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 connected, initializing... [Feb 12 13:49:25] ERROR[13348]: chan_dong...
2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
...alNumbers = explode("\n",$fileContent); if($outdialNumbers[$next]) { $callFile = "/var/spool/asterisk/outgoing/".$outdialNumbers[$next].".call"; $f = fopen($callFile,'w'); $callFileContent = "\nChannel: dongle/dongle0/".$outdialNumbers[$next]."\nContext: call\nExtension: call\nPriority: 1\nSet: NEXT=".$next."\n"; fwrite($f, $callFileContent); fclose($f); chmod($callFile, 0777);}?>____________________________________________________________________________mac at al...
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
...8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> 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 connected, initializing... >&...
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 at 9:29 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Yes, I used IMEI. >>...
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 ex...
2017 Apr 22
4
asterisk name in mysql
...,n,Busy(3) 6912345678 is my DID and here is the error i am getting [Apr 22 23:20:29] WARNING[9725][C-00000002]: pbx.c:4991 pbx_extension_helper: No application 'MYSQL' for extension (IncomingDial, 6951921078, 2) == Spawn extension (DialIn, 6912345678, 2) exited non-zero on 'Dongle/dongle0-0100000002' Any ideas please? On Fri, Apr 21, 2017 at 10:22 PM, John Kiniston <johnkiniston at gmail.com> wrote: > You can use func_odbc to do this. > > https://wiki.asterisk.org/wiki/display/AST/Getting+ > Asterisk+Connected+to+MySQL+via+ODBC2 > > There is a good c...
2017 Apr 21
2
asterisk name in mysql
hi. currently i am running the phonebook in astdb with *database put cidname 0123456789 "name_surname"* and i retrive it with *exten =>9876543210,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})* Now, my system has mysql and i got all my contacts in there in a database is called *asterisk *and a table called *addressbook**. *password of the mysql is *whateverpasswd* how do i