Giovanni Barbis
2005-Oct-10 07:31 UTC
[Asterisk-Users] DTMF Question (misunderstood '*' button)
Hi all! I'm experimenting a strange problem in my Asterisk PBX: I've got an Asterisk pbx in the office: I dial an external number; the dialled number answers me correctly, but as soon as I press the '*' button (i.e. to navigate through the menus or to enter a password) my Asterisk box put me on hold. (CLI transcription follows: -- Executing ChanIsAvail("SIP/222-23da", "Zap/g1&Zap/g2") in new stack -- Executing Cut("SIP/222-23da", "theChannel=AVAILCHAN||1") in new stack -- Executing NoOp("SIP/222-23da", "Zap/1") in new stack -- Executing Dial("SIP/222-23da", "Zap/1/34844503450||tTH") in new stack -- Requested transfer capability: 0x00 - SPEECH -- Called 1/34844503450 -- Zap/1-1 is ringing -- Zap/1-1 answered SIP/222-23da [Here I press the '*' button] -- Started music on hold, class 'default', on Zap/1-1 -- Unable to find extension '' in context 'internal' -- Playing 'pbx-invalid' (language 'en') -- Stopped music on hold on Zap/1-1 -- Hungup 'Zap/1-1' == Spawn extension (internal, 034844503450, 4) exited non-zero on 'SIP/222-23da') I think that Asterisk understands my postselection '*' DTMF tone like a command, not simply a tone to forward to the remote destination. How can I solve the problem? Tnx in advance Giovanni
Dinesh Nair
2005-Oct-10 20:35 UTC
[Asterisk-Users] DTMF Question (misunderstood '*' button)
On 10/10/05 22:31 Giovanni Barbis said the following:> -- Executing Dial("SIP/222-23da", "Zap/1/34844503450||tTH") in new stackwhat does your features.conf say ? you're dialing with options t, T and H. do read up on what those options do to your call. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+
Thanks for your kind reply... The problem is solved: without the "T" option now the '*' button is just an another DTMF tone... ;D By the way, the features.conf file is empty, and I'd like to know how to set or to change the code for forward a call (*21, i.e.) Giovanni On Tuesday 11 October 2005 05:35, Dinesh Nair wrote:> On 10/10/05 22:31 Giovanni Barbis said the following: > > -- Executing Dial("SIP/222-23da", "Zap/1/34844503450||tTH") in new > > stack > > what does your features.conf say ? you're dialing with options t, T and H. > do read up on what those options do to your call.