----- Original Message ----- From: Mohamed A. Gombolaty [mailto:mgombolaty@noorgroup.net] To: asterisk-users@lists.digium.com Sent: Wed, 26 Jul 2006 18:40:07 -0300 Subject: [asterisk-users] Strange Error when calling> Dear All,Greetings.> I have a strange problem in recieving calls on the pri the zaptel is > green and everything seems very well, but when a call comes I can see > the call along with the caller ID but then I get this strange message > which make the call hungup: > > > error msg: 'zap-in' from '0109687348' does not exist. Rejecting call on > channel 0/18, span 1. >Usually on a PRI you will get the number that the person dialed, the DID or DDI you might call it. In this case Asterisk will send it to an extension with that number, not the 's' extension. Try adding an extension with the number that does the same as your s extension to see if this is it. Or even: exten => _X.,1,Noop(Hey they called ${EXTEN}) exten => _X.,n,Hangup> > -- > Thx > MAG >Joshua Colp Digium
Dear All, I have a strange problem in recieving calls on the pri the zaptel is green and everything seems very well, but when a call comes I can see the call along with the caller ID but then I get this strange message which make the call hungup: error msg: 'zap-in' from '0109687348' does not exist. Rejecting call on channel 0/18, span 1. the PRI is an E1 and I have the following configuration for extensions.conf [zap-in] exten => s,1,Answer exten => s,2,Dial(sip/100) exten => s,3,Hungup as for the zapata.conf it is as follow: [channels] language=en switchtype=euroisdn signalling=pri_cpe context=zap-in group=0 channel=>1-15,17-31 I don't know what the problem is or where to look, I will appreciate it if someone can help me out? Thx MAG -- Thx MAG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060726/bed90a52/attachment.htm
This looks like a dialplan problem - do you have a match for 0109687348 in the zap-in context in your dialplan? A. On 26-Jul-06, at 2:40 PM, Mohamed A. Gombolaty wrote:> Dear All, > I have a strange problem in recieving calls on the pri the zaptel > is green and everything seems very well, but when a call comes I > can see the call along with the caller ID but then I get this > strange message which make the call hungup: > > > error msg: 'zap-in' from '0109687348' does not exist. Rejecting > call on channel 0/18, span 1. > > the PRI is an E1 and I have the following configuration for > extensions.conf > > [zap-in] > exten => s,1,Answer > exten => s,2,Dial(sip/100) > exten => s,3,Hungup > > as for the zapata.conf it is as follow: > > [channels] > language=en > switchtype=euroisdn > signalling=pri_cpe > context=zap-in > group=0 > channel=>1-15,17-31 > > I don't know what the problem is or where to look, I will > appreciate it if someone can help me out? > > Thx > MAG > > -- Thx MAG > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
I have a customer who is HOH (Hard of Hearing) and needs the volume on his handset set to the maximum volume level. Currently he has to manually set the volume to the max on every phone call that he makes which is a pain. How do I set the volume to the max and have the phone remember that volume setting for all future calls? Thanks, -Charles
Jerry Jones
2006-Jul-26 15:14 UTC
[asterisk-users] Polycom 501 - How to set handset Volume
Need to configure the volume persist parameter in the config file, I do not think it can be set on the phone directly. On Jul 26, 2006, at 5:04 PM, calvis wrote:> > I have a customer who is HOH (Hard of Hearing) and needs the volume > on his > handset set to the maximum volume level. Currently he has to > manually set > the volume to the max on every phone call that he makes which is a > pain. > How do I set the volume to the max and have the phone remember that > volume > setting for all future calls? > > Thanks, > > > -Charles > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
asterisk@txpe.net
2006-Jul-26 15:15 UTC
[asterisk-users] Polycom 501 - How to set handset Volume
find this line in your sip.cfg file. 1= remember last setting, 0=return to default <volume voice.volume.persist.handset="1" voice.volume.persist.headset="1" voice.volume.persist.handsfree="1"/> At 05:04 PM 7/26/2006, you wrote:>I have a customer who is HOH (Hard of Hearing) and needs the volume on his >handset set to the maximum volume level. Currently he has to manually set >the volume to the max on every phone call that he makes which is a pain. >How do I set the volume to the max and have the phone remember that volume >setting for all future calls? > >Thanks, >-Charles