Can Asterisk change the ringing style...?

Hello! Is there any way to change the ringing style in some special occasions. For example, if someone is call from a specific extension, or a call is coming from outside, the sip phone (software or hardware) rings differently.
Is there any parameter in Dial() function that can specify the ring style ?

I don’t use any extra hardware like FXS/FXO pci cards… :smile:

Thank you…

Ringers, and ringing styles are controlled by the SIP endpoint. You should check your phone/softphone to see if it has options for assigning ring styles to different call types.

If the phones you’re using allow you to set the ring tone differently for different “lines” you can just have internal calls go over one SIP connection and external incoming on another. . . I use Aastra phones (57i) and they allow for different sip connections to be placed on different lines that would work perfectly for this.

Hi Most hardphones allow this

see cyber-cottage.co.uk/wiki/ind … g_patterns for details of a test sequence for aastras

Ian

THANK YOU for the rapid relies! :smile:

I understand that the ring style is phone matter not Asterisk… I was thinking Asterisk could “transmit” different kind of signal to these end points, but this doesnot happen as you told me…

Thanks again

Hi

Yes it does you need to look at what I posted then build your dialplan around it

Ian

[quote=“ianplain”]Hi Most hardphones allow this

see cyber-cottage.co.uk/wiki/ind … g_patterns for details of a test sequence for aastras

Ian[/quote]

Hey Ian, great reply, I had forgotten about that!

[quote=“ianplain”]Hi Most hardphones allow this

see cyber-cottage.co.uk/wiki/ind … g_patterns for details of a test sequence for aastras

Ian[/quote]

But this can be supported only on Aastra phonesets, right ?

Not exclusivly, this method works with Polycom siprua Cisco and many others, You dont say what handset you have. you may need to change the notify message but its a starting block.

Ian

I have Sipura 3102 and i am thinking buy a Linksys PAP2 with 2fxs.

I should forget the possibility this work on softphone line x-lite … ?

Hi

Copy and paste the code and test, I seem to think that it will work as is with sipura. may need to be r1 instead of dr1 etc

Ian

Finally with your help of-course i manage to get what i want.
For Sipura 3102 a simply dialplan could be:

exten=*581xx,1,SIPAddHeader(Alert-Info:Bellcore-r5)
exten=
*581xx,n,Dial(SIP/$({EXTEN:2})

Thanks for your rapidly help! (That’s the big deal with Asterisk,open-source and communities…)

Keep Good Work, we are here to support your work…

please delete this post… double post by mistake