SlideShare une entreprise Scribd logo
1  sur  38
Asterisk: dongled !
 Francesco PRIOR    | @priorfra

                   Photo used with permission of Joel Escalona.
Who Am I                                              fprior@iridio.com.ar


            • Francesco Prior
            • Software Developer
            • I’m from “through” Italy, Angola, Argentina




2009       2010           2011             2012
       Trixbox
                                      Pure Asterisk
                                            dCap + Astricon
                                 irVoice

                                                                             2
History of Implementations
                                                     fprior@iridio.com.ar




         Old Nokia Mobile Phone
         +
         AT Commands
         +
         Visual Basic Application
         +
         USB to Serial cable
                                    We needed new features:
                                    • Increasing SMS channels
                                    • Using them for voice
                                    • Managing broadcast
                                    • Interface with Asterisk
                                    …spending little
                                                                            3
Whishes
                fprior@iridio.com.ar




          $$$




                                       4
Solution
           fprior@iridio.com.ar




           Or…                    5
Solution
             fprior@iridio.com.ar




a DONGLE !




                                    6
Summary                                       fprior@iridio.com.ar


  Requirements


  HowTo install dongle and configure with *


  Usage


  Demo Live – Case Study




                                                                     7
*CLI> Premises




     *CLI> Requirements


   *CLI> Installation and configuration



 *CLI> Usage



*CLI> Case Study

                                          8
Requirements
                                                fprior@iridio.com.ar



  Search for a Dongle [around 30 USD at eBay]


  Only HUAWEI modem supported


  not all HUAWEI models are supported


  Power specs and USB hubs
  5V/500mA ? 2.5 W


                                         OK

                                                                       9
*CLI> Premises




 *CLI> Requirements




   *CLI> Installation and Configuration


 *CLI> Usage


*CLI> Case Study

                                          10
Installation and configuration                                                  fprior@iridio.com.ar


Plug the device
root@debian002:~# dmesg

[233064.783557]   usb 2-2.1: new full speed USB device using uhci_hcd and address 4
[233065.096342]   usb 2-2.1: New USB device found, idVendor=12d1, idProduct=1001
[233065.096382]   usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=1
[233065.096432]   usb 2-2.1: Product: HUAWEI Mobile
[233065.096458]   usb 2-2.1: Manufacturer: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
[233065.096475]   usb 2-2.1: SerialNumber: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
[233065.909669]   usb 2-2.1: configuration #1 chosen from 1 choice
[233067.328939]   Initializing USB Mass Storage driver...
[233067.394668]   usbcore: registered new interface driver usb-storage
[233067.402786]   USB Mass Storage support registered.
[233067.419107]   usbcore: registered new interface driver usbserial
[233067.419393]   USB Serial support registered for generic
[233067.419582]   usbcore: registered new interface driver usbserial_generic
[233067.419619]   usbserial: USB Serial Driver core
[233067.439255]   USB Serial support registered for GSM modem (1-port)
[233067.447136]   option 2-2.1:1.0: GSM modem (1-port) converter detected
[233067.466022]   usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB0
[233067.466112]   option 2-2.1:1.1: GSM modem (1-port) converter detected
[233067.476046]   usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB1
[233067.476070]   option 2-2.1:1.2: GSM modem (1-port) converter detected
[233067.479013]   usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB2
[233067.479087]   usbcore: registered new interface driver option
[233067.479124]   option: v0.7.2:USB Driver for GSM modems

                                                                                                       11
Installation and configuration                                                           fprior@iridio.com.ar

 root@debian002:~# apt-get install minicom

 root@debian002:~# minicom -c on -D /dev/ttyUSB0

                                                   -c is for colouring -D is for open specified port
 Welcome to minicom 2.4

 OPTIONS: I18n
 Compiled on Sep 5 2010, 09:23:03.
 Port /dev/ttyUSB14

 Press CTRL-A Z for help on special keys

 AT --> Check the connection
 OK
 ATI --> get device information
 Manufacturer: huawei
 Model: E1552
 Revision: 11.608.13.02.00
 IMEI: 359638019133911
 AT+CGSN
 353143037121812 --> International Mobile Equipment Identity [IMEI]
 AT+CIMI
 722310501570940 --> International Mobile Subscriber Identity [IMSI]
 AT^CVOICE=?
 ^CVOICE:(0) --> Voice is enabled !
 AT^U2DIAG=0
 OK --> switch the device in modem mode only
                                                                                                                12
Installation and configuration                                               fprior@iridio.com.ar


Installation of chan_dongle module:
      wget http://asterisk-chan-dongle.googlecode.com/files/chan_dongle-1.1.r10.tgz
      tar -xzvf chan_dongle-1.1.r10.tgz
      cd chan_dongle-1.1.r10
      ./configure
      make
      make install
      cp etc/dongle.conf /etc/asterisk/dongle.conf

edit dongle.conf
      [dongle1]
      ;audio=/dev/ttyUSB1       ; tty port for audio connection;
      ;data=/dev/ttyUSB2        ; tty port for AT commands;

      imei=123456789012345
      imsi=123456789012345
      context=dongle-incoming




 reload dongle.conf

      *CLI> dongle reload now


                                                                                                    13
Installation and configuration                                        fprior@iridio.com.ar



*CLI> help dongle
            dongle callwaiting    Enable/Disable Call-Waiting on the dongle
                    dongle cmd*   Send commands to port for debugging
              dongle discovery    Discovery devices and create config
                    dongle pdu*   Send PDU of SMS from the dongle
                 dongle reload    Reload dongle
                 dongle remove    Remove dongle
                  dongle reset    Reset dongle now
                dongle restart    Restart dongle
   dongle show device settings*   Show Dongle device settings
      dongle show device state*   Show Dongle device state
 dongle show device statistics    Show Dongle device statistics
           dongle show devices*   Show Dongle devices state
           dongle show version*   Show module version
                    dongle sms*   Send SMS from the dongle
                  dongle start    Start dongle
                   dongle stop    Stop dongle
                   dongle ussd    Send USSD commands to the dongle




                                                                                             14
Installation and configuration                                                fprior@iridio.com.ar

*CLI> dongle show version

chan_dongle: Huawei 3G Dongle Channel Driver, Version 1.1, Revision 10
Project Home: http://code.google.com/p/asterisk-chan-dongle
Bug Reporting: http://code.google.com/p/asterisk-chan-dongle/issues/list



*CLI> dongle show devices

ID      Group State RSSI Provider Name Model Firmware IMEI            IMSI
dongle1 0     Free 31    AT&T          E169 11.314.13 359658016133911 724310501530940
debian003*CLI> dongle show device




*CLI> help dongle restart
Usage: dongle restart < now | gracefully | when convenient > <device>
       Restart dongle <device>



*CLI> help dongle reload
Usage: dongle reload < now | gracefully | when convenient >
       Reloads the chan_dongle configuration

                                                                                                     15
Troubleshooting                                                             fprior@iridio.com.ar


Problem                                      Solution
Modem cannot register into GSM network:      Select Any band: AT^SYSCFG=2,2,3fffffff,0,2



“Error checking subscriber phone number”     Modem Locked:
“Dongle needs to be reinitialized. The SIM
card is not ready yet”                       Unlock the modem using free
“Error initializing Dongle”                  calculators, then AT^CARDLOCK=”< code >”
AT+CNUM ERROR
Modem with Voice NOT Enabled                 DC-Unlocker could help for a few dollars
                                             to enable voice feature [normally disabled]
Linux recognizes the device as storage       AT^U2DIAG=0
memory.                                      switch the device is only Modem




                                                                                                   16
*CLI> Premises




 *CLI> Requirements




   *CLI> Installation and configuration




    *CLI> Usage


   *CLI> Case Study
                                          17
Call and receive                                          fprior@iridio.com.ar




 edit extensions.conf

[internal]
exten => 74,1,Dial(DONGLE/dongle1/6785574445)


[dongle_incoming] ;same as defined in dongle.conf
exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN})
   same => n,Dial(SIP/26)
   same => n,Hangup()




                                                                                 18
Send SMS from CLI                                                       fprior@iridio.com.ar




                                        1. Asterisk Console
    Three ways to send messages         2. DialPlan
                                        3. Asterisk Manager Interface




Using CLI and plain text:

*CLI> dongle sms dongle1 6785574445 This is an OUTGOING message from CLI
[dongle1] SMS queued for send with id 0x993efd0
    -- [dongle1] Successfully sent SMS message 0x993efd0
[Aug 15 18:03:14] NOTICE[16262] at_response.c:257 at_response_ok: [dongle1]
Successfully sent SMS message 0x993efd0
debian003*CLI>


                                                                                               19
Send SMS with DialPlan                                               fprior@iridio.com.ar

edit extensions.conf
[internal]
exten => 74,1,Dial(DONGLE/dongle1/6785574445)

exten => 78,1,DongleSendSMS(dongle1,6785574445, ’This is an OUTGOING sms sended
via DialPlan.')

[dongle_incoming] ;same as defined in dongle.conf
exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN})
   same => n,Hangup()

exten => sms,1,NoOp(Incoming SMS into ${DONGLENAME})
   same => n,NoOp( From ${CALLERID(num)})
   same => n,NoOp( Message: ${BASE64_DECODE(${SMS_BASE64})})
   same => n,Hangup()

Using dialplan
 -- Executing [78@internal:1] DongleSendSMS("SIP/26-00000011",
"dongle1,6785574445,'This is an OUTGOING sms sended via DialPlan.'") in new stack
  -- Auto fallthrough, channel 'SIP/26-00000011' status is 'UNKNOWN'
  -- [dongle1] Successfully sent SMS message 0x993efd0
[Aug 15 18:19:25] NOTICE[16262] at_response.c: at_response_ok: [dongle1]
Successfully sent SMS message 0x993efd0
                                                                                            20
Receive SMS                                                                            fprior@iridio.com.ar

edit extensions.conf
[internal]
exten => 74,1,Dial(DONGLE/dongle1/6785574445)

exten => 78,1,DongleSendSMS(dongle1,6785574445, ’This is an OUTGOING sms sended thru
DialPlan.')

[dongle_incoming] ;same as defined in dongle.conf
exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN})
   same => n,Hangup()

exten => sms,1,NoOp(Incoming SMS into ${DONGLENAME})
   same => n,NoOp( From ${CALLERID(num)})
   same => n,NoOp( Message: ${BASE64_DECODE(${SMS_BASE64})})
   same => n,Hangup()

Incoming SMS
[dongle1] Got SMS from 6785574445: ‘This is an INCOMING message thru dongle1.'
  -- Executing [sms@dongle_incoming:1] NoOp("Local/sms@dongle_incoming-1f32;1", "Incoming SMS into
dongle1") in new stack
  -- Executing [sms@dongle_incoming:2] NoOp("Local/sms@dongle_incoming-1f32;1", " From 6785574445")
in new stack
  -- Executing [sms@dongle_incoming:3] NoOp("Local/sms@dongle_incoming-1f32;1", " This is an
OUTGOING sms sended thru DialPlan. ") in new stack

 -- Executing [sms@dongle_incoming:4] Hangup("Local/sms@dongle_incoming-1f32;1", "") in new stack
== Spawn extension (dongle_incoming,sms,4) exited non-zero on 'Local/sms@dongle_incoming-1f32;1'

                                                                                                              21
References                                                            fprior@iridio.com.ar



 Wiki: http://wiki.e1550.mobi/doku.php
 Code: http://code.google.com/p/asterisk-chan-dongle/
 Forum: http://groups.google.com/group/chan_dongle/about


 Forum Activity:




                   http://groups.google.com/group/chan_dongle/about


                                                                                             22
Time Out for questions.




        …or continue with Case Study.
*CLI> Premises




*CLI> Requirements




  *CLI> Install and configure




   *CLI> Usage




    *CLI> Case Study
Our Case Study              fprior@iridio.com.ar


BEFORE




   6 GSM dongle
   1 powered HUB D-Link
   more than 1500 sms/day

                                                   25
Our Case Study   fprior@iridio.com.ar




                                        26
Statistics   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    27
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    28
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    29
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    30
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    31
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    32
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    33
Case Study   fprior@iridio.com.ar




             www.irvoice.com.ar
                                    34
Time Out for questions.




          …or continue with Conclusions.
Conclusions                                                fprior@iridio.com.ar




• Simple, economic , scalable
• Save a lot of money redirecting mobile calls across
  mobile networks.
• SMS Integration, suitable for countless applications:
       sending failure alert
       notify customers about due date and promotions
       medical appointment reminders, etc.
• customized SMS with dynamic data: e.g.
          “Dear $CUSTOMER, your credit will expires on $DATE”
• Fast: 6 SMS/min = 360 message / hour
        aprox. 3200 sms/day EACH CHANNEL ! [ for 30 U$/dongle !]

                                                                                  36
Conclusions                                      fprior@iridio.com.ar



Future Plans:
• Study C and learn more about Asterisk Code
• have the opportunity to push irVoice into the market
• …. return to the AstriCon next year !




                                                                        37
Contact Information                              fprior@iridio.com.ar




     Francesco Prior


     fprior@iridio.com.ar


     @priorfra


…happy to share with you a time during the event !
                                                                        38

Contenu connexe

Tendances

Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red HatMultiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red HatOpenStack
 
Introduction to Docker Compose
Introduction to Docker ComposeIntroduction to Docker Compose
Introduction to Docker ComposeAjeet Singh Raina
 
Virtual Machines and Docker
Virtual Machines and DockerVirtual Machines and Docker
Virtual Machines and DockerDanish Khakwani
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker, Inc.
 
Linux Porting to a Custom Board
Linux Porting to a Custom BoardLinux Porting to a Custom Board
Linux Porting to a Custom BoardPatrick Bellasi
 
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talkTwilio Inc
 
Devops Devops Devops
Devops Devops DevopsDevops Devops Devops
Devops Devops DevopsKris Buytaert
 
Docker 基礎介紹與實戰
Docker 基礎介紹與實戰Docker 基礎介紹與實戰
Docker 基礎介紹與實戰Bo-Yi Wu
 
Docker: From Zero to Hero
Docker: From Zero to HeroDocker: From Zero to Hero
Docker: From Zero to Herofazalraja
 
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Vietnam Open Infrastructure User Group
 
Introduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdIntroduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdKohei Tokunaga
 
Docker intro
Docker introDocker intro
Docker introOleg Z
 
Angelo Compagnucci - Upgrading buildroot based devices with swupdate
Angelo Compagnucci - Upgrading buildroot based devices with swupdateAngelo Compagnucci - Upgrading buildroot based devices with swupdate
Angelo Compagnucci - Upgrading buildroot based devices with swupdatelinuxlab_conf
 
What is Docker Architecture | Edureka
What is Docker Architecture | EdurekaWhat is Docker Architecture | Edureka
What is Docker Architecture | EdurekaEdureka!
 
Kubernetes fundamentals
Kubernetes fundamentalsKubernetes fundamentals
Kubernetes fundamentalsVictor Morales
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to dockerInstruqt
 
Docker Registry V2
Docker Registry V2Docker Registry V2
Docker Registry V2Docker, Inc.
 
Docker Security Overview
Docker Security OverviewDocker Security Overview
Docker Security OverviewSreenivas Makam
 

Tendances (20)

Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red HatMultiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
Multiple Sites and Disaster Recovery with Ceph: Andrew Hatfield, Red Hat
 
Introduction to Docker Compose
Introduction to Docker ComposeIntroduction to Docker Compose
Introduction to Docker Compose
 
eBPF Workshop
eBPF WorkshopeBPF Workshop
eBPF Workshop
 
Virtual Machines and Docker
Virtual Machines and DockerVirtual Machines and Docker
Virtual Machines and Docker
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to Docker
 
Linux Porting to a Custom Board
Linux Porting to a Custom BoardLinux Porting to a Custom Board
Linux Porting to a Custom Board
 
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk
"Reinventing the Dialplan" slides from Twilio's Astricon 2009 talk
 
Devops Devops Devops
Devops Devops DevopsDevops Devops Devops
Devops Devops Devops
 
Docker 基礎介紹與實戰
Docker 基礎介紹與實戰Docker 基礎介紹與實戰
Docker 基礎介紹與實戰
 
Docker: From Zero to Hero
Docker: From Zero to HeroDocker: From Zero to Hero
Docker: From Zero to Hero
 
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
 
Introduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdIntroduction and Deep Dive Into Containerd
Introduction and Deep Dive Into Containerd
 
Docker intro
Docker introDocker intro
Docker intro
 
What is Docker
What is DockerWhat is Docker
What is Docker
 
Angelo Compagnucci - Upgrading buildroot based devices with swupdate
Angelo Compagnucci - Upgrading buildroot based devices with swupdateAngelo Compagnucci - Upgrading buildroot based devices with swupdate
Angelo Compagnucci - Upgrading buildroot based devices with swupdate
 
What is Docker Architecture | Edureka
What is Docker Architecture | EdurekaWhat is Docker Architecture | Edureka
What is Docker Architecture | Edureka
 
Kubernetes fundamentals
Kubernetes fundamentalsKubernetes fundamentals
Kubernetes fundamentals
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to docker
 
Docker Registry V2
Docker Registry V2Docker Registry V2
Docker Registry V2
 
Docker Security Overview
Docker Security OverviewDocker Security Overview
Docker Security Overview
 

Similaire à Asterisk: dongled !

Elastix World 2013: "Asterisk: dongled ! "
Elastix World 2013: "Asterisk: dongled ! "Elastix World 2013: "Asterisk: dongled ! "
Elastix World 2013: "Asterisk: dongled ! "Francesco Prior
 
IoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitIoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitVasily Ryzhonkov
 
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...Hackito Ergo Sum
 
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...Felipe Prado
 
AHD DVR manual-vcon
AHD DVR manual-vconAHD DVR manual-vcon
AHD DVR manual-vconpatnaglobal
 
Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!Codemotion
 
3 g modem_tutorial
3 g modem_tutorial3 g modem_tutorial
3 g modem_tutorialaljarous
 
Getting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitSulamita Garcia
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopSlawomir Jasek
 
TpLink_Deco XE75 Pro 1.0_User Guide.pdf
TpLink_Deco XE75 Pro 1.0_User Guide.pdfTpLink_Deco XE75 Pro 1.0_User Guide.pdf
TpLink_Deco XE75 Pro 1.0_User Guide.pdfssuser22b9bf
 
IoThings you don't even need to hack
IoThings you don't even need to hackIoThings you don't even need to hack
IoThings you don't even need to hackSlawomir Jasek
 
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbeddedFest
 
Labs_BT_20221017.pptx
Labs_BT_20221017.pptxLabs_BT_20221017.pptx
Labs_BT_20221017.pptxssuserb4d806
 
GNOME on Android Dongle
GNOME on Android DongleGNOME on Android Dongle
GNOME on Android Dongleprinceofgiri
 

Similaire à Asterisk: dongled ! (20)

Asterisk: dongled !
Asterisk: dongled !Asterisk: dongled !
Asterisk: dongled !
 
Asterisk: ¡dongled!
Asterisk: ¡dongled!Asterisk: ¡dongled!
Asterisk: ¡dongled!
 
Elastix World 2013: "Asterisk: dongled ! "
Elastix World 2013: "Asterisk: dongled ! "Elastix World 2013: "Asterisk: dongled ! "
Elastix World 2013: "Asterisk: dongled ! "
 
IoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitIoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT Devkit
 
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...
[HES2013] Hacking apple accessories to pown iDevices – Wake up Neo! Your phon...
 
Начало работы с Intel IoT Dev Kit
Начало работы с Intel IoT Dev KitНачало работы с Intel IoT Dev Kit
Начало работы с Intel IoT Dev Kit
 
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...
DEF CON 27 - GRICHTER - reverse engineering 4g hotspots for fun bugs net fina...
 
AHD DVR manual-vcon
AHD DVR manual-vconAHD DVR manual-vcon
AHD DVR manual-vcon
 
Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!Lab Handson: Power your Creations with Intel Edison!
Lab Handson: Power your Creations with Intel Edison!
 
3 g modem_tutorial
3 g modem_tutorial3 g modem_tutorial
3 g modem_tutorial
 
SunEyes T Series User Manual
SunEyes T Series User ManualSunEyes T Series User Manual
SunEyes T Series User Manual
 
How to Hack Edison
How to Hack EdisonHow to Hack Edison
How to Hack Edison
 
Getting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer KitGetting started with Intel IoT Developer Kit
Getting started with Intel IoT Developer Kit
 
Day 5.2 startingarouter
Day 5.2 startingarouterDay 5.2 startingarouter
Day 5.2 startingarouter
 
Hardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshopHardwear.io 2018 BLE Security Essentials workshop
Hardwear.io 2018 BLE Security Essentials workshop
 
TpLink_Deco XE75 Pro 1.0_User Guide.pdf
TpLink_Deco XE75 Pro 1.0_User Guide.pdfTpLink_Deco XE75 Pro 1.0_User Guide.pdf
TpLink_Deco XE75 Pro 1.0_User Guide.pdf
 
IoThings you don't even need to hack
IoThings you don't even need to hackIoThings you don't even need to hack
IoThings you don't even need to hack
 
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
 
Labs_BT_20221017.pptx
Labs_BT_20221017.pptxLabs_BT_20221017.pptx
Labs_BT_20221017.pptx
 
GNOME on Android Dongle
GNOME on Android DongleGNOME on Android Dongle
GNOME on Android Dongle
 

Dernier

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 

Dernier (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 

Asterisk: dongled !

  • 1. Asterisk: dongled ! Francesco PRIOR | @priorfra Photo used with permission of Joel Escalona.
  • 2. Who Am I fprior@iridio.com.ar • Francesco Prior • Software Developer • I’m from “through” Italy, Angola, Argentina 2009 2010 2011 2012 Trixbox Pure Asterisk dCap + Astricon irVoice 2
  • 3. History of Implementations fprior@iridio.com.ar Old Nokia Mobile Phone + AT Commands + Visual Basic Application + USB to Serial cable We needed new features: • Increasing SMS channels • Using them for voice • Managing broadcast • Interface with Asterisk …spending little 3
  • 4. Whishes fprior@iridio.com.ar $$$ 4
  • 5. Solution fprior@iridio.com.ar Or… 5
  • 6. Solution fprior@iridio.com.ar a DONGLE ! 6
  • 7. Summary fprior@iridio.com.ar Requirements HowTo install dongle and configure with * Usage Demo Live – Case Study 7
  • 8. *CLI> Premises *CLI> Requirements *CLI> Installation and configuration *CLI> Usage *CLI> Case Study 8
  • 9. Requirements fprior@iridio.com.ar Search for a Dongle [around 30 USD at eBay] Only HUAWEI modem supported not all HUAWEI models are supported Power specs and USB hubs 5V/500mA ? 2.5 W OK 9
  • 10. *CLI> Premises *CLI> Requirements *CLI> Installation and Configuration *CLI> Usage *CLI> Case Study 10
  • 11. Installation and configuration fprior@iridio.com.ar Plug the device root@debian002:~# dmesg [233064.783557] usb 2-2.1: new full speed USB device using uhci_hcd and address 4 [233065.096342] usb 2-2.1: New USB device found, idVendor=12d1, idProduct=1001 [233065.096382] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=1 [233065.096432] usb 2-2.1: Product: HUAWEI Mobile [233065.096458] usb 2-2.1: Manufacturer: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ [233065.096475] usb 2-2.1: SerialNumber: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ [233065.909669] usb 2-2.1: configuration #1 chosen from 1 choice [233067.328939] Initializing USB Mass Storage driver... [233067.394668] usbcore: registered new interface driver usb-storage [233067.402786] USB Mass Storage support registered. [233067.419107] usbcore: registered new interface driver usbserial [233067.419393] USB Serial support registered for generic [233067.419582] usbcore: registered new interface driver usbserial_generic [233067.419619] usbserial: USB Serial Driver core [233067.439255] USB Serial support registered for GSM modem (1-port) [233067.447136] option 2-2.1:1.0: GSM modem (1-port) converter detected [233067.466022] usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB0 [233067.466112] option 2-2.1:1.1: GSM modem (1-port) converter detected [233067.476046] usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB1 [233067.476070] option 2-2.1:1.2: GSM modem (1-port) converter detected [233067.479013] usb 2-2.1: GSM modem (1-port) converter now attached to ttyUSB2 [233067.479087] usbcore: registered new interface driver option [233067.479124] option: v0.7.2:USB Driver for GSM modems 11
  • 12. Installation and configuration fprior@iridio.com.ar root@debian002:~# apt-get install minicom root@debian002:~# minicom -c on -D /dev/ttyUSB0 -c is for colouring -D is for open specified port Welcome to minicom 2.4 OPTIONS: I18n Compiled on Sep 5 2010, 09:23:03. Port /dev/ttyUSB14 Press CTRL-A Z for help on special keys AT --> Check the connection OK ATI --> get device information Manufacturer: huawei Model: E1552 Revision: 11.608.13.02.00 IMEI: 359638019133911 AT+CGSN 353143037121812 --> International Mobile Equipment Identity [IMEI] AT+CIMI 722310501570940 --> International Mobile Subscriber Identity [IMSI] AT^CVOICE=? ^CVOICE:(0) --> Voice is enabled ! AT^U2DIAG=0 OK --> switch the device in modem mode only 12
  • 13. Installation and configuration fprior@iridio.com.ar Installation of chan_dongle module: wget http://asterisk-chan-dongle.googlecode.com/files/chan_dongle-1.1.r10.tgz tar -xzvf chan_dongle-1.1.r10.tgz cd chan_dongle-1.1.r10 ./configure make make install cp etc/dongle.conf /etc/asterisk/dongle.conf edit dongle.conf [dongle1] ;audio=/dev/ttyUSB1 ; tty port for audio connection; ;data=/dev/ttyUSB2 ; tty port for AT commands; imei=123456789012345 imsi=123456789012345 context=dongle-incoming reload dongle.conf *CLI> dongle reload now 13
  • 14. Installation and configuration fprior@iridio.com.ar *CLI> help dongle dongle callwaiting Enable/Disable Call-Waiting on the dongle dongle cmd* Send commands to port for debugging dongle discovery Discovery devices and create config dongle pdu* Send PDU of SMS from the dongle dongle reload Reload dongle dongle remove Remove dongle dongle reset Reset dongle now dongle restart Restart dongle dongle show device settings* Show Dongle device settings dongle show device state* Show Dongle device state dongle show device statistics Show Dongle device statistics dongle show devices* Show Dongle devices state dongle show version* Show module version dongle sms* Send SMS from the dongle dongle start Start dongle dongle stop Stop dongle dongle ussd Send USSD commands to the dongle 14
  • 15. Installation and configuration fprior@iridio.com.ar *CLI> dongle show version chan_dongle: Huawei 3G Dongle Channel Driver, Version 1.1, Revision 10 Project Home: http://code.google.com/p/asterisk-chan-dongle Bug Reporting: http://code.google.com/p/asterisk-chan-dongle/issues/list *CLI> dongle show devices ID Group State RSSI Provider Name Model Firmware IMEI IMSI dongle1 0 Free 31 AT&T E169 11.314.13 359658016133911 724310501530940 debian003*CLI> dongle show device *CLI> help dongle restart Usage: dongle restart < now | gracefully | when convenient > <device> Restart dongle <device> *CLI> help dongle reload Usage: dongle reload < now | gracefully | when convenient > Reloads the chan_dongle configuration 15
  • 16. Troubleshooting fprior@iridio.com.ar Problem Solution Modem cannot register into GSM network: Select Any band: AT^SYSCFG=2,2,3fffffff,0,2 “Error checking subscriber phone number” Modem Locked: “Dongle needs to be reinitialized. The SIM card is not ready yet” Unlock the modem using free “Error initializing Dongle” calculators, then AT^CARDLOCK=”< code >” AT+CNUM ERROR Modem with Voice NOT Enabled DC-Unlocker could help for a few dollars to enable voice feature [normally disabled] Linux recognizes the device as storage AT^U2DIAG=0 memory. switch the device is only Modem 16
  • 17. *CLI> Premises *CLI> Requirements *CLI> Installation and configuration *CLI> Usage *CLI> Case Study 17
  • 18. Call and receive fprior@iridio.com.ar edit extensions.conf [internal] exten => 74,1,Dial(DONGLE/dongle1/6785574445) [dongle_incoming] ;same as defined in dongle.conf exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN}) same => n,Dial(SIP/26) same => n,Hangup() 18
  • 19. Send SMS from CLI fprior@iridio.com.ar 1. Asterisk Console Three ways to send messages 2. DialPlan 3. Asterisk Manager Interface Using CLI and plain text: *CLI> dongle sms dongle1 6785574445 This is an OUTGOING message from CLI [dongle1] SMS queued for send with id 0x993efd0 -- [dongle1] Successfully sent SMS message 0x993efd0 [Aug 15 18:03:14] NOTICE[16262] at_response.c:257 at_response_ok: [dongle1] Successfully sent SMS message 0x993efd0 debian003*CLI> 19
  • 20. Send SMS with DialPlan fprior@iridio.com.ar edit extensions.conf [internal] exten => 74,1,Dial(DONGLE/dongle1/6785574445) exten => 78,1,DongleSendSMS(dongle1,6785574445, ’This is an OUTGOING sms sended via DialPlan.') [dongle_incoming] ;same as defined in dongle.conf exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN}) same => n,Hangup() exten => sms,1,NoOp(Incoming SMS into ${DONGLENAME}) same => n,NoOp( From ${CALLERID(num)}) same => n,NoOp( Message: ${BASE64_DECODE(${SMS_BASE64})}) same => n,Hangup() Using dialplan -- Executing [78@internal:1] DongleSendSMS("SIP/26-00000011", "dongle1,6785574445,'This is an OUTGOING sms sended via DialPlan.'") in new stack -- Auto fallthrough, channel 'SIP/26-00000011' status is 'UNKNOWN' -- [dongle1] Successfully sent SMS message 0x993efd0 [Aug 15 18:19:25] NOTICE[16262] at_response.c: at_response_ok: [dongle1] Successfully sent SMS message 0x993efd0 20
  • 21. Receive SMS fprior@iridio.com.ar edit extensions.conf [internal] exten => 74,1,Dial(DONGLE/dongle1/6785574445) exten => 78,1,DongleSendSMS(dongle1,6785574445, ’This is an OUTGOING sms sended thru DialPlan.') [dongle_incoming] ;same as defined in dongle.conf exten => s,1,NoOp(Incoming CALL from ${CALLERID(all)} to ${EXTEN}) same => n,Hangup() exten => sms,1,NoOp(Incoming SMS into ${DONGLENAME}) same => n,NoOp( From ${CALLERID(num)}) same => n,NoOp( Message: ${BASE64_DECODE(${SMS_BASE64})}) same => n,Hangup() Incoming SMS [dongle1] Got SMS from 6785574445: ‘This is an INCOMING message thru dongle1.' -- Executing [sms@dongle_incoming:1] NoOp("Local/sms@dongle_incoming-1f32;1", "Incoming SMS into dongle1") in new stack -- Executing [sms@dongle_incoming:2] NoOp("Local/sms@dongle_incoming-1f32;1", " From 6785574445") in new stack -- Executing [sms@dongle_incoming:3] NoOp("Local/sms@dongle_incoming-1f32;1", " This is an OUTGOING sms sended thru DialPlan. ") in new stack -- Executing [sms@dongle_incoming:4] Hangup("Local/sms@dongle_incoming-1f32;1", "") in new stack == Spawn extension (dongle_incoming,sms,4) exited non-zero on 'Local/sms@dongle_incoming-1f32;1' 21
  • 22. References fprior@iridio.com.ar Wiki: http://wiki.e1550.mobi/doku.php Code: http://code.google.com/p/asterisk-chan-dongle/ Forum: http://groups.google.com/group/chan_dongle/about Forum Activity: http://groups.google.com/group/chan_dongle/about 22
  • 23. Time Out for questions. …or continue with Case Study.
  • 24. *CLI> Premises *CLI> Requirements *CLI> Install and configure *CLI> Usage *CLI> Case Study
  • 25. Our Case Study fprior@iridio.com.ar BEFORE 6 GSM dongle 1 powered HUB D-Link more than 1500 sms/day 25
  • 26. Our Case Study fprior@iridio.com.ar 26
  • 27. Statistics fprior@iridio.com.ar www.irvoice.com.ar 27
  • 28. Case Study fprior@iridio.com.ar www.irvoice.com.ar 28
  • 29. Case Study fprior@iridio.com.ar www.irvoice.com.ar 29
  • 30. Case Study fprior@iridio.com.ar www.irvoice.com.ar 30
  • 31. Case Study fprior@iridio.com.ar www.irvoice.com.ar 31
  • 32. Case Study fprior@iridio.com.ar www.irvoice.com.ar 32
  • 33. Case Study fprior@iridio.com.ar www.irvoice.com.ar 33
  • 34. Case Study fprior@iridio.com.ar www.irvoice.com.ar 34
  • 35. Time Out for questions. …or continue with Conclusions.
  • 36. Conclusions fprior@iridio.com.ar • Simple, economic , scalable • Save a lot of money redirecting mobile calls across mobile networks. • SMS Integration, suitable for countless applications: sending failure alert notify customers about due date and promotions medical appointment reminders, etc. • customized SMS with dynamic data: e.g. “Dear $CUSTOMER, your credit will expires on $DATE” • Fast: 6 SMS/min = 360 message / hour aprox. 3200 sms/day EACH CHANNEL ! [ for 30 U$/dongle !] 36
  • 37. Conclusions fprior@iridio.com.ar Future Plans: • Study C and learn more about Asterisk Code • have the opportunity to push irVoice into the market • …. return to the AstriCon next year ! 37
  • 38. Contact Information fprior@iridio.com.ar Francesco Prior fprior@iridio.com.ar @priorfra …happy to share with you a time during the event ! 38