Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Please have a look into sample extensions.conf.
Here is a snippet which should answer your question:
===
exten => s,n,Dial(Dongle/dongle0/+79139131234)
exten => s,n,Dial(Dongle/g1/+79139131234)
exten => s,n,Dial(Dongle/r1/879139131234)
exten => s,n,Dial(Dongle/p:PROVIDER NAME/+79139131234)
exten => s,n,Dial(Dongle/i:123456789012345/+79139131234)
exten => s,n,Dial(Dongle/s:25099/+79139131234)
; make outgoing call
; name on device with this name
; g1 on first free device in group 1
; r1 round robin devices in group 1
; p: with first free device with Operator name beggining with name
; i: with device exactly matched IMEI
; s: with first free device with IMSI prefix
===
Original comment by artem.g....@gmail.com
on 20 Feb 2012 at 11:41
Little confuse what is this 7941391 numbers come from
exten => s,n,Dial(Dongle/dongle0/+79139131234)
Original comment by rahai...@gmail.com
on 24 Feb 2012 at 10:51
This is a number you need to dial.
+7XXX. is a number in Russia. It's just an example.
Original comment by artem.g....@gmail.com
on 25 Feb 2012 at 2:52
Original comment by bg_...@mail.ru
on 29 Mar 2012 at 5:06
Original issue reported on code.google.com by
rahai...@gmail.com
on 11 Feb 2012 at 7:55