Re: [asterisk-users] SIM adaptor (huwewi or other)

2013-09-30 Thread Tiago Geada
Hi,

We've used https://code.google.com/p/asterisk-chan-dongle/ in the past with
success, only one call per sim


On 29 September 2013 09:39, bilal ghayyad bilmar...@yahoo.com wrote:




   On Wednesday, September 11, 2013 1:54 PM, longst longst...@gmail.com
 wrote:
  I think GoIP gsm gateway also is a good choice

 Sent from Shitian Long


 On Sep 11, 2013, at 12:29 PM, bilal ghayyad bilmar...@yahoo.com wrote:

 Hello;

 I am looking for SIM adaptor to be connected with Asterisk to be able to
 send and receive calls from the mobile operator and if possible the same
 adapter to be used for SMS sending and receiving.

 But what if anyone called this SIM card that is connected to this adapter
 and no one relied his call, how this miss call can reach for the use at the
 asterisk PBX?

 Regards
 Bilal

 --
 _
 -- 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

-- 
_
-- 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

Re: [asterisk-users] SIM adaptor (huwewi or other)

2013-09-29 Thread bilal ghayyad





On Wednesday, September 11, 2013 1:54 PM, longst longst...@gmail.com wrote:
 
I think GoIP gsm gateway also is a good choice 

Sent from Shitian Long


On Sep 11, 2013, at 12:29 PM, bilal ghayyad bilmar...@yahoo.com wrote:


Hello;


I am looking for SIM adaptor to be connected with Asterisk to be able to send 
and receive calls from the mobile operator and if possible the same adapter to 
be used for SMS sending and receiving.


But what if anyone called this SIM card that is connected to this adapter and 
no one relied his call, how this miss call can reach for the use at the 
asterisk PBX?


Regards
Bilal
--
_
-- 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

[asterisk-users] SIM adaptor (huwewi or other)

2013-09-11 Thread bilal ghayyad
Hello;

I am looking for SIM adaptor to be connected with Asterisk to be able to send 
and receive calls from the mobile operator and if possible the same adapter to 
be used for SMS sending and receiving.

But what if anyone called this SIM card that is connected to this adapter and 
no one relied his call, how this miss call can reach for the use at the 
asterisk PBX?

Regards
Bilal--
_
-- 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

Re: [asterisk-users] SIM adaptor (huwewi or other)

2013-09-11 Thread A J Stiles
On Wednesday 11 September 2013, bilal ghayyad wrote:
 Hello;
 
 I am looking for SIM adaptor to be connected with Asterisk to be able to
 send and receive calls from the mobile operator and if possible the same
 adapter to be used for SMS sending and receiving.
 
 But what if anyone called this SIM card that is connected to this adapter
 and no one relied his call, how this miss call can reach for the use at
 the asterisk PBX?
 
 Regards
 Bilal

We use OpenVox G400P cards  (PCI bus; there's also a G400E, which is PCI 
Express)  for this purpose.  Available with up to four GSM modules, each of 
which uses one SIM.  The driver for this card is calledchan_extra, it's Open 
Source and gives you some more commands in CLI  (including the ability to send 
SMS messages),  as well as a new technology EXTRA which you can use as in

[outgoing_via_mobile]
exten = _0X.1,NoOp(Outgoing call via mobile to ${EXTEN})
exten = _0X.,2,Dial(EXTRA/r1/${EXTEN},180)

Incoming calls via the SIM's number can have a default context assigned in 
/etc/asterisk/chan_extra.conf, and then they just turn up in your dialplan as 
normal.

Incoming SMS messages trigger an extension in your dialplan, with some channel 
variables pre-set for you.  SMS acknowledgements  (successful or otherwise)  
trigger yet more extensions.

-- 
AJS

Answers come *after* questions.

--
_
-- 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


Re: [asterisk-users] SIM adaptor (huwewi or other)

2013-09-11 Thread longst
I think GoIP gsm gateway also is a good choice 

Sent from Shitian Long


On Sep 11, 2013, at 12:29 PM, bilal ghayyad bilmar...@yahoo.com wrote:

 Hello;
 
 I am looking for SIM adaptor to be connected with Asterisk to be able to send 
 and receive calls from the mobile operator and if possible the same adapter 
 to be used for SMS sending and receiving.
 
 But what if anyone called this SIM card that is connected to this adapter and 
 no one relied his call, how this miss call can reach for the use at the 
 asterisk PBX?
 
 Regards
 Bilal
 --
 _
 -- 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