Displaying 20 results from an estimated 3000 matches similar to: "2 devices same *actual* extension - can it be done"
2019 Nov 26
2
multiple softphone clients and same/different account credentials
>> So which option is preferred?
>>
>> A) Have a softphone aor/auth_user/password for a particular human, and
>> expect them to configure it on multiple devices. Do not worry that 1)
>> multiple are registered at once (because that's normal in SIP) and 2)
>> asterisk has no idea which is which (because the intent is to place a
>> call to
2019 Jun 09
2
Dial(${PJSIP_DIAL_CONTACTS(Alice)} & ${PJSIP_DIAL_CONTACTS(Bob)}) how not to fail if one endpoint has no registered AOR?
Dear List
It's probably been more than a year now I switched from chan_sip to
pjsip. pjsip works much cleaner than chan_sip.
But!
I have come across a Problem I was not able to solve with Asterisk
Dialplan Logic.
With pjsip an endpoint can have multiple AOR, so you need to expand
them with ${PJSIP_DIAL_CONTACTS()} to be able to Dial() all of them
simultaneously.
But there are also
2019 Nov 26
2
multiple softphone clients and same/different account credentials
(I'm new to Asterisk, after having started VOIP with vat on the mbone in
the 90s.)
I am setting up my first Asterisk system, and trying to read
docs/guidance and follow best practices. I have read the 5th Edition of
"Asterisk: The Definitive Guide" and like the 3rd Edition on the web it
recommends that hardphones and softphones both have a unique name
distinct from any concept of
2020 May 27
2
Is it possible to have a single AMI originate ring multiple contacts?
I have an endpoint with multiple phones registered as aor contacts.
When I attempt to originate a call it will only ring one of the phones.
Is it possible to ring multiple phones as a single endpoint. First phone to answer wins the call and all others terminated?
Again, using AMI.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Oct 30
1
Register multiple phones to a single AOR with PJSIP
I just finished installing Asterisk 13 on our test server and I can
now use PJSIP to register phones and make and receive calls. The only
problem I am having is that when I register multiple phones to a single
account only one of them rings. The AOR for the account has maxcontacts
at 3.
If I do a pjsip show endpoints I can see two "Contact" entries
which I take to mean that
2016 Jul 20
3
PJSIP_DIAL_CONTACTS issue
Hi,
I'm facing a strange dialplan issue with a PJSIP_DIAL_CONTACTS.
When I try to call an offline endpoint with PJSIP_DIAL_CONTACTS, the dial
command breaks and the call control go to hangup block instead of next
priority. The error in CLI says "*Dial requires an argument
(technology/resource)*".
This error seems legit as there are no contacts for an offline endpoint.
The dialplan
2006 Jun 15
4
EC needed in all-digital situation?
I was just told that for my forthcoming system I will be getting a data
T-1 instead of a voice T-1. Given that all of the handsets will be voip
phones, no analog at all, do I need echo cancellation? I looked at the
voip-info wiki and it seems to me that the answer should be "no" but I
would like to confirm that.
TIA,
W
2015 Jun 15
3
Calling multiple phones at ones
On Mon, Jun 15, 2015 at 12:43 AM, Nathan Anderson <nathana at fsr.com> wrote:
> What you want is called SIP call forking, and unfortunately, last time I checked (before Asterisk 12 and the advent of PJSIP), Asterisk's SIP channel driver does not support it, and I would be shocked if Asterisk 12+ changes this situation. You can even see that people have written and submitted patches
2015 Jan 04
2
Confused by concepts behind pjsip: endpoint, aor, contact
Thanks for responding,
On Sun, Jan 4, 2015 at 5:45 PM, George Joseph <george.joseph at fairview5.com>
wrote:
> On Sun, Jan 4, 2015 at 3:29 PM, Antonio G?mez Soto <
> antonio.gomez.soto at gmail.com> wrote:
>
>> Hello,
>>
>> I am slightly confused by the difference between chan_sip and pjsip.
>> Especially the new (to me) objects aor and contact.
2020 Oct 02
1
PJSIP_DIAL_CONTACTS and Queues
Is there a solution to dial multiple contacts for a Queue agent?
Since the pandemic started many of our customers have begun to move
agents off site. Since most of them were using softphones we did not
have any problems but now we have one case where the agents have a desk
phone in their cubicle and are using a softphone from home. For regular
calls there is no problem as
2019 Feb 20
3
branching in extensions.conf?
Is there any less cumbersome way of doing conditionalized/branching in
extensions.conf other than something like:
exten => s,n,GotoIf($["${SIP}" = "PJSIP" ]?pjsip)
exten => s,n,Dial(${ARG2},20,TtWw)
exten => s,n,Goto(afterdial)
exten => s,n(pjsip),Dial(${PJSIP_DIAL_CONTACTS(${STRREPLACE(ARG2,"PJSIP/","")})},20,TtWw)
exten =>
2014 Mar 11
1
PJSIP - Using multiple AOR contacts when dialing through an endpoint
Hello everyone,
I have started testing the PJSIP stack.
I saw that it is possible to setup statically multiple AOR contacts, setup
qualify_timeout and attach it to an endpoint, and then dial using this
endpoint.
When I setup the configuration I used the cli in order to see the status of
the contacts, and it worked fine - whenever a contact is unreachable, the
status is updated to Unavailable.
2006 Feb 09
5
What ATA should I buy?
I have running * without any Digium (or any other) hardware. Now I need to connect analog FAX machine to it. I think that cheapest and easiest way is to buy ATA. Please correct me if I'm wrong.
Now, which ATA should I buy? Local dealer sells those four. I can buy something else (if there is any reason for it), but I prefer something of this.
One more question, can I plug two lines in any of
2015 Feb 23
2
Queue PJSIP, not all contacts rings
Hay guys, have question.
When I do regular dial I use $this->AGI->get_fullvariable('${PJSIP_DIAL_CONTACTS('.$callObj.')}',false,true);
to get all contacts of current endpoint and so I dial to all phones at once,
but if I exec QUEUE, I have just one phone rings, seems like it take first one as Dial app by default, is there way to fix this?
2023 Jun 21
3
Multiple phones on same PJSIP account
Ok I've got multiple phone sets registered with the same extension/secret.
However, this causes a strange problem. If I have 3 phone sets registered on extension 123, and I then call extension 123 (from extension 456), only a SINGLE phone set will ring.
Is this by design or a bug? Does only the most recently registered phone set ring when I call the extension? Seems odd...is there a way
2009 Jun 04
3
PHP/AGI/SetVar Issue
Is there a limitation to the number of variables you can set from a PHP agi
script? I have a simple example and I can't get it to let me set more than
1. I am pretty sure I am just missing something, but I've searched all over
an can't find the answer. Here is the extensions.conf part:
exten => _XXXXXXXXXX,1,AGI,diallocal.agi exten =>
_XXXXXXXXXX,n,NoOp(${ISLOCALCONTEXT})
2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
Heya Rodrigo
Not sure, but this expansion on Sammy's concept may help you achieve the delayed ring on the secondary extensions you were looking for.
exten => _600.,1,Dial(PJSIP/${EXTEN})
exten => _600.,n,Hangup
exten => _600.wait5,1,Wait(5)
exten => _600.wait5,n,Dial(PJSIP/${EXTEN:0:4})
exten => _600.wait5,n,Hangup
exten => 555,1,Dial(LOCAL/6001&LOCAL/6002.wait5)
2004 Feb 03
1
Mediatrix sip fxo gateway workaround?
Possible Mediatrix 1204 fxo sip gateway workaround
Need some feedback from experienced * users relative to this workaround
please please please.
Problem: The mediatrix 4-port fxo gateway does not provide any mechanism
for * to select which "port" an outbound pstn call will use. (See lots
of previous posts over the past four days for more detail if needed.)
Our reseller has been
2003 Jun 19
2
Is it possible to do this with Asterisk?
Here's what I am trying to do...
First I'll have a list of 4 digit numbers like:
Code:OtherCode
1234:4321
9999:4444
3333:1111
People will call our 800#, Have the number they
are calling from read to them (ANI?) & then enter
in the code (let's say 1234). If the code matches
one on the list, then the OtherCode (4321 for 1234)
will be read/spoken to them.
With the exception of the
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for your reply Larry.
Le 27/07/2015 01:22, Larry Moore a ?crit :
> I think the "488 Not acceptable here" is occurring because the channel
> connecting through is not T.38 capable, that will be the IAX channel
> from iaxmomdem.
This is what T38gateway is supposed to do. And I'm very happy to report
that after one more