[asterisk-users] Grandstream GXP1610 no ring tone

2019-02-06 Thread basti
Hello again, my Grandstream GXP1610 is show the call on display but no "ringing" is hearing. The caller hear a ring tone but the phone is like muted. With an other phone all is fine so i think thats a phone setting. Has anyone a solution for this? I have fixed in the past but can't remember how.

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Adam Goldberg
I think the question was "how do I do this with FreePBX", and a dialplan suggestion is likely difficult to do that way. I use groups: each phone has a different extension number (e.g., 601, 602, etc), and I created a dial group (600) which contains the phones' extensions. Then, a caller

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Mitch Claborn
Eric sent you a link of how to do it at the PJSIP level. To do it in the dial plan, something like exten => _6XXX,1,Dial(PJSIP/SoftPhone/HardwarePhone) Mitch On 2/6/19 8:32 AM, basti wrote: that was my first idea. and how should an other user know which number he should dial? user a:

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread basti
that was my first idea. and how should an other user know which number he should dial? user a: soft phone extension 100 hardware phone extension 101 On 06.02.19 15:25, Mitch Claborn wrote: > You can do this in the dial plan. Register the devices separately and > include both addresses

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Mitch Claborn
You can do this in the dial plan. Register the devices separately and include both addresses in the Dial() command. Mitch On 2/6/19 8:16 AM, basti wrote: In other words. I there a way that both phones are ring with only one extension? On 06.02.19 15:05, basti wrote: both phones are in the

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Eric Wieling
That question was answered long ago.. https://wiki.asterisk.org/wiki/display/AST/Dialing+PJSIP+Channels On 02/06/2019 09:16 AM, basti wrote: In other words. I there a way that both phones are ring with only one extension? On 06.02.19 15:05, basti wrote: both phones are in the same net. when

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread basti
In other words. I there a way that both phones are ring with only one extension? On 06.02.19 15:05, basti wrote: > both phones are in the same net. > when the soft phone is shut down, on hardware phone only an led is > flashing to show an incoming call but no sound. > > both phones use the same

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread basti
both phones are in the same net. when the soft phone is shut down, on hardware phone only an led is flashing to show an incoming call but no sound. both phones use the same extension. that is the reason why I use pjsip. On 06.02.19 14:59, Antony Stone wrote: > On Wednesday 06 February 2019 at

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Antony Stone
On Wednesday 06 February 2019 at 13:54:44, Mark Wiater wrote: > These two phones are not using the same extension, are they? If you shut down the softphone, does the hardware phone then ring? Antony. > On 2/6/2019 8:49 AM, basti wrote: > > both phones are registered. and the hardware phone

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Mark Wiater
These two phones are not using the same extension, are they? On 2/6/2019 8:49 AM, basti wrote: > both phones are registered. and the hardware phone can also make calls. > but an incoming call is not displayed and also not hearing. > > Call Waiting is also disabled. > > On 06.02.19 14:07, Cyril

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Antony Stone
On Wednesday 06 February 2019 at 13:49:39, basti wrote: > both phones are registered. and the hardware phone can also make calls. > but an incoming call is not displayed and also not hearing. Are both the hardware phone and the softphone on the same network? If not, is one behind NAT and the

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread basti
both phones are registered. and the hardware phone can also make calls. but an incoming call is not displayed and also not hearing. Call Waiting is also disabled. On 06.02.19 14:07, Cyril Alberts wrote: > Hi, > look at your registrations, is the hardware phone registered? > if yes, which phone

Re: [asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread Cyril Alberts
Hi, look at your registrations, is the hardware phone registered? if yes, which phone vendor do you want to connect? can you make outgoing calls with hardwarephone? BR Cyril Am Mittwoch, den 06.02.2019, 13:00 +0100 schrieb basti: > Hello, > > I have some user that had have a hardwarephone and

[asterisk-users] Freepbx / Asterisk PJsip multipe devices

2019-02-06 Thread basti
Hello, I have some user that had have a hardwarephone and an softphone. I use pjsip driver and set "Max Contacts = 2" to have register both at the same time. But Only the softphone is ring. the hardware phone is mute. How can i fix this? --