VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
idemkovitch at yahoo.com Guest
|
Posted: Fri Jun 19, 2015 2:30 pm Post subject: [asterisk-users] Calling multiple phones at once |
|
|
Hello All!
I asked week a so ago about how to call multiple phones alltogether (home, office, cell)
Dial app looks simple, this is kind of what I have now:
---------------------
[globals]
IVAN_HOME_OFFICE=SIP/BF8
IVAN_OFFICE=SIP/CFC
IVAN_CELL=SIP/83@callcentric
[internal]
exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60)
same => n,VoiceMail(101@default,u)
——————————
Now, I have basic automated attendant and I have Queues setup
———————————
[general]
autofill=yes
shared_lastcall=yes
[StandardQueue](!)
musicclass=default
joinempty=yes
leavewhenempty=yes
ringinuse=no
[Sales](StandardQueue)
member => SIP/BF8
member => SIP/CFC
[Support](StandardQueue)
member => SIP/BF8
member => SIP/CFC
——————————
Now this setup becomes less than ideal. I’d like to create “bundles” of extensions/numbers and just use them everywhere throughout the system.
How do I do that? |
|
Back to top |
|
|
idemkovitch at yahoo.com Guest
|
Posted: Fri Jun 19, 2015 2:35 pm Post subject: [asterisk-users] Calling multiple phones at once |
|
|
Hi again!
Also, given my setup below, how do I send caller id to my cell?
SIP/83@callcentric is my cell, when I get incoming call when someone dials into Asterisk - I just see public calcentric’s DID number.
I want to send a number of who CALLED IN into the Asterisk and possibly add couple numbers upfront or something like this to signal me that this call comes through the PBX and not directly to my cell?
Thank you!
Quote: | On Jun 19, 2015, at 2:30 PM, Ivan Demkovitch <idemkovitch@yahoo.com (idemkovitch@yahoo.com)> wrote:
Hello All!
I asked week a so ago about how to call multiple phones alltogether (home, office, cell)
Dial app looks simple, this is kind of what I have now:
---------------------
[globals]
IVAN_HOME_OFFICE=SIP/BF8
IVAN_OFFICE=SIP/CFC
IVAN_CELL=SIP/83@callcentric
[internal]
exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60)
same => n,VoiceMail(101@default,u)
——————————
Now, I have basic automated attendant and I have Queues setup
———————————
[general]
autofill=yes
shared_lastcall=yes
[StandardQueue](!)
musicclass=default
joinempty=yes
leavewhenempty=yes
ringinuse=no
[Sales](StandardQueue)
member => SIP/BF8
member => SIP/CFC
[Support](StandardQueue)
member => SIP/BF8
member => SIP/CFC
——————————
Now this setup becomes less than ideal. I’d like to create “bundles” of extensions/numbers and just use them everywhere throughout the system.
How do I do that?
|
|
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Mon Jun 22, 2015 3:47 am Post subject: [asterisk-users] Calling multiple phones at once |
|
|
On Friday 19 Jun 2015, Ivan Demkovitch wrote:
Quote: | Hi again!
Also, given my setup below, how do I send caller id to my cell?
SIP/83@callcentric is my cell, when I get incoming call when someone dials
into Asterisk - I just see public calcentric’s DID number. I want to send
a number of who CALLED IN into the Asterisk and possibly add couple
numbers upfront or something like this to signal me that this call comes
through the PBX and not directly to my cell?
|
This is entirely dependent on your telco. Not everyone supports sending an
ident that you don't own, as it kind of defeats the purpose of caller ID if
anyone can just pretend that they are calling from any number.
If you use
Set(CALLERID(num-pres)=allowed)
followed by
Set(CALLERID(num)=${from_number})
and it doesn't work, the chances are that callcentric are actively preventing
caller ID spoofing.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|