George Ye
2004-Feb-06 15:54 UTC
[Asterisk-Users] Interrupted musiconhold sound when silence supression is enabled
George Ye wrote:> Hi, > > I am a new player of the Asterisk. I have a strage problem with > musiconhold feature. Can anyone give some clues what might be the > problem? A description of the problem is as follows: > > 1. Call from Cisco ATA 186 without silence suppression, when I push > the "hold" button at the Cisco 7960 IP phone, the music plays justfine.> 2. Call from Cisco ATA 186 with silence suppression enable, when I > push the "hold" button of phone, the music is annoying, it cannotplay> smoothly. Sometimes, it plays well for a while, then there is apause,> then plays again, then pause,... >* uses the incoming RTP Stream as a timing source for sending its outgoing Stream.. If the incoming stream is interrupted due to silence suppression then musiconhold will be choppy. So in conclusion, you cannot use silence suppresion. Thanks Andre for the clarification. However, sometimes, one might not be able to disable the silence supression at the remote endpoint. I am thinking of palying the music independently by another thread which uses local timing and checks the channel state (musiconhold or not) during its running. Any comments are welcome. Thanks. George> Certainly, an obvious solution is to disable silence suppression, > however, this is unpracticable, because, sometimes, you might have no > control of the remote side. Thanks in advance. > > George--------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040206/0eb6460d/attachment.htm
Hi, I am trying to get voiceglo to work with asterisk. I have tried many sip configs and cant seem to get it to register. Please if someone can look at this softphone config and let me know what I am doing wrong I would appreciated it. Thanks John Bittner Simlab.net This is my config and the softphone config listed below. [general] port=5060 bindaddr=0.0.0.0 tos=lowdelay disallow=all allow=gsm allow=ulaw allow=alaw maxexpirey=180 defaultexpirey=160 tos=reliability register=9731111111:UPUIOPHXDTV@myphone.voiceglo.com [myphone.voiceglo.com] type=friend secret=UPUIOPHXDTV username=9731111111 host=myphone.voiceglo.com context=incoming [HKEY_CURRENT_USER\Software\SJLabs\SJvoip Project\SJphone\Options\SIP 2.0] "[HKEY_CURRENT_USER\Software\SJLabs\SJvoip Project\SJphone\Options\SIP 2.0] "RedirectAutoIgnore"=dword:00000000 "UseApplicationSIP"=dword:00000000 "RedirectIgnore"=dword:00000000 "SeparateRegistrarAddress"="172.19.1.88" "UseOutboundProxy"=dword:00000001 "SendINVITEWithoutOffer"=dword:00000000 "FWDBehindNAT"=dword:00000000 "ReRegistrationInterval"=dword:00000e10 "RedirectDND"=dword:00000000 "UseSeparateRegistrarAddress"=dword:00000000 "RegisterOnProxy"=dword:00000001 "QuietlyAcceptRedirect"=dword:00000001 "RestrictCallerIdentity"=dword:00000000 "DisableNonProxiedCalls"=dword:00000000 "IgnoreRefer"=dword:00000000 "ConfirmTransferRequests"=dword:00000000 "ExposeSoftwareVersion"=dword:00000001 "UnregisterContactOnly"=dword:00000001 "ProxyPort"=dword:000013c4 "TrafficDumpFileName"="C:\\SIPTRAFFIC.LOG" "CompatibilityFlag1"=dword:00000000 "TrafficDumpRingBufferLength"=dword:000000ff "SeparateRegistrarPort"=dword:000013c4 "PreferredRegistrationTCP"=dword:00000000 "WorkThroughProxyOnly"=dword:00000000 "ProxyAddress"="myphone.voiceglo.com" "AddressOfRecord"="sip:9731111111.voiceglo.com" "ProxyUserName"="9731111111" "ProxyUserPassword"="UPUIOPHXDTV" "ProxyDomain"="myphone.voiceglo.com" "CallerNumber"="9731111111" "RedirectionURL"="" "FWDNumber"="" "FWDPassword"="" "SeparateRegistrar"=""
Hi, After allot of trial and error I found what I did wrong. I was missing the port. This config works if anyone needs it. Voiceglo config [general] port=5060 bindaddr=0.0.0.0 disallow=all allow=gsm allow=ulaw allow=alaw maxexpirey=180 defaultexpirey=160 tos=reliability register=9731111111:UPUIOPHXDTV@myphone.voiceglo.com:5060 [myphone.voiceglo.com] type=friend secret=UPUIOPHXDTV username=9731111111 host=dynamic nat=yes port=5060 context=incoming John Bittner Simlab.net> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > John Bittner > Sent: Friday, February 06, 2004 6:07 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] RE:voiceglo sip config > > Hi, > > I am trying to get voiceglo to work with asterisk. I have > tried many sip > configs and cant seem to get it to register. Please if > someone can look at > this softphone config and let me know what I am doing wrong I would > appreciated it. > > Thanks > > John Bittner > Simlab.net > > This is my config and the softphone config listed below. > [general] > port=5060 > bindaddr=0.0.0.0 > tos=lowdelay > disallow=all > allow=gsm > allow=ulaw > allow=alaw > maxexpirey=180 > defaultexpirey=160 > tos=reliability > register=9731111111:UPUIOPHXDTV@myphone.voiceglo.com > > [myphone.voiceglo.com] > type=friend > secret=UPUIOPHXDTV > username=9731111111 > host=myphone.voiceglo.com > context=incoming > > [HKEY_CURRENT_USER\Software\SJLabs\SJvoip > Project\SJphone\Options\SIP 2.0] > > "[HKEY_CURRENT_USER\Software\SJLabs\SJvoip > Project\SJphone\Options\SIP 2.0] > "RedirectAutoIgnore"=dword:00000000 > "UseApplicationSIP"=dword:00000000 > "RedirectIgnore"=dword:00000000 > "SeparateRegistrarAddress"="172.19.1.88" > "UseOutboundProxy"=dword:00000001 > "SendINVITEWithoutOffer"=dword:00000000 > "FWDBehindNAT"=dword:00000000 > "ReRegistrationInterval"=dword:00000e10 > "RedirectDND"=dword:00000000 > "UseSeparateRegistrarAddress"=dword:00000000 > "RegisterOnProxy"=dword:00000001 > "QuietlyAcceptRedirect"=dword:00000001 > "RestrictCallerIdentity"=dword:00000000 > "DisableNonProxiedCalls"=dword:00000000 > "IgnoreRefer"=dword:00000000 > "ConfirmTransferRequests"=dword:00000000 > "ExposeSoftwareVersion"=dword:00000001 > "UnregisterContactOnly"=dword:00000001 > "ProxyPort"=dword:000013c4 > "TrafficDumpFileName"="C:\\SIPTRAFFIC.LOG" > "CompatibilityFlag1"=dword:00000000 > "TrafficDumpRingBufferLength"=dword:000000ff > "SeparateRegistrarPort"=dword:000013c4 > "PreferredRegistrationTCP"=dword:00000000 > "WorkThroughProxyOnly"=dword:00000000 > "ProxyAddress"="myphone.voiceglo.com" > "AddressOfRecord"="sip:9731111111.voiceglo.com" > "ProxyUserName"="9731111111" > "ProxyUserPassword"="UPUIOPHXDTV" > "ProxyDomain"="myphone.voiceglo.com" > "CallerNumber"="9731111111" > "RedirectionURL"="" > "FWDNumber"="" > "FWDPassword"="" > "SeparateRegistrar"="" > > _______________________________________________ > 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 >
How would you work the dial command to dial out using Voiceglo? -Bill -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of John Bittner Sent: Friday, February 06, 2004 8:15 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] RE:voiceglo sip config Hi, After allot of trial and error I found what I did wrong. I was missing the port. This config works if anyone needs it. Voiceglo config [general] port=5060 bindaddr=0.0.0.0 disallow=all allow=gsm allow=ulaw allow=alaw maxexpirey=180 defaultexpirey=160 tos=reliability register=9731111111:UPUIOPHXDTV@myphone.voiceglo.com:5060 [myphone.voiceglo.com] type=friend secret=UPUIOPHXDTV username=9731111111 host=dynamic nat=yes port=5060 context=incoming John Bittner Simlab.net> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of John > Bittner > Sent: Friday, February 06, 2004 6:07 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] RE:voiceglo sip config > > Hi, > > I am trying to get voiceglo to work with asterisk. I have tried many > sip configs and cant seem to get it to register. Please if someone can > look at this softphone config and let me know what I am doing wrong I > would appreciated it. > > Thanks > > John Bittner > Simlab.net > > This is my config and the softphone config listed below. > [general] > port=5060 > bindaddr=0.0.0.0 > tos=lowdelay > disallow=all > allow=gsm > allow=ulaw > allow=alaw > maxexpirey=180 > defaultexpirey=160 > tos=reliability > register=9731111111:UPUIOPHXDTV@myphone.voiceglo.com > > [myphone.voiceglo.com] > type=friend > secret=UPUIOPHXDTV > username=9731111111 > host=myphone.voiceglo.com > context=incoming > > [HKEY_CURRENT_USER\Software\SJLabs\SJvoip > Project\SJphone\Options\SIP 2.0] > > "[HKEY_CURRENT_USER\Software\SJLabs\SJvoip > Project\SJphone\Options\SIP 2.0] > "RedirectAutoIgnore"=dword:00000000 > "UseApplicationSIP"=dword:00000000 > "RedirectIgnore"=dword:00000000 > "SeparateRegistrarAddress"="172.19.1.88" > "UseOutboundProxy"=dword:00000001 > "SendINVITEWithoutOffer"=dword:00000000 > "FWDBehindNAT"=dword:00000000 > "ReRegistrationInterval"=dword:00000e10 > "RedirectDND"=dword:00000000 > "UseSeparateRegistrarAddress"=dword:00000000 > "RegisterOnProxy"=dword:00000001 > "QuietlyAcceptRedirect"=dword:00000001 > "RestrictCallerIdentity"=dword:00000000 > "DisableNonProxiedCalls"=dword:00000000 > "IgnoreRefer"=dword:00000000 > "ConfirmTransferRequests"=dword:00000000 > "ExposeSoftwareVersion"=dword:00000001 > "UnregisterContactOnly"=dword:00000001 > "ProxyPort"=dword:000013c4 > "TrafficDumpFileName"="C:\\SIPTRAFFIC.LOG" > "CompatibilityFlag1"=dword:00000000 > "TrafficDumpRingBufferLength"=dword:000000ff > "SeparateRegistrarPort"=dword:000013c4 > "PreferredRegistrationTCP"=dword:00000000 > "WorkThroughProxyOnly"=dword:00000000 > "ProxyAddress"="myphone.voiceglo.com" > "AddressOfRecord"="sip:9731111111.voiceglo.com" > "ProxyUserName"="9731111111" > "ProxyUserPassword"="UPUIOPHXDTV" > "ProxyDomain"="myphone.voiceglo.com" > "CallerNumber"="9731111111" > "RedirectionURL"="" > "FWDNumber"="" > "FWDPassword"="" > "SeparateRegistrar"="" > > _______________________________________________ > 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