Hi, When I make a call by using sip phone or softphone, there is no calling sound, how do I get the calling sound ?
Add the "r" parameter to the end of the Dial() statement. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bill Wong Sent: Tuesday, July 12, 2005 10:38 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] NO calling tone Hi, When I make a call by using sip phone or softphone, there is no calling sound, how do I get the calling sound ? _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Can you show me the example, i am newbie.NOt sure whether the code i
modified is correct or not..
my code as below..
exten => 671042,1,Dial(${PHONES1},20,Ttmr)
Cullin J. Wible wrote:
>Add the "r" parameter to the end of the Dial() statement.
>
>-----Original Message-----
>From: asterisk-users-bounces@lists.digium.com
>[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bill Wong
>Sent: Tuesday, July 12, 2005 10:38 PM
>To: asterisk-users@lists.digium.com
>Subject: [Asterisk-Users] NO calling tone
>
>Hi,
>
>When I make a call by using sip phone or softphone, there is no calling
>sound, how do I get the calling sound ?
>
>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users@lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users@lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
>
On 11:12, Wed 13 Jul 05, Bill Wong wrote:> Can you show me the example, i am newbie.NOt sure whether the code i > modified is correct or not.. > > my code as below.. > > exten => 671042,1,Dial(${PHONES1},20,Ttmr) >loose the m. m = provide music while ringing r = provide ring sound while ringing. Using both is conflicting and will result in silence while ringing. -- Michiel van Baak http://michiel.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
Thank you Michiel. I tried to remove m and use r , but still not working, after I change r to R , it is working. Anybody know why? Michiel van Baak wrote:>On 11:12, Wed 13 Jul 05, Bill Wong wrote: > > >>Can you show me the example, i am newbie.NOt sure whether the code i >>modified is correct or not.. >> >>my code as below.. >> >>exten => 671042,1,Dial(${PHONES1},20,Ttmr) >> >> >> > >loose the m. >m = provide music while ringing >r = provide ring sound while ringing. >Using both is conflicting and will result in silence while >ringing. > >