[Home]

Summary:ASTERISK-02836: [request] Proper pattern matching when using chan_phone
Reporter:rje (rje)Labels:
Date Opened:2004-11-16 15:37:39.000-0600Date Closed:2011-06-07 14:04:51
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I find that any pattens I have such as:
exten => _7.,1,StripMSD,1
exten => _.,2,Goto,1
switch => IAX2/chip

get processed afer dialing 1 wildcard digit like 7X (dialing a 7 and any 1 digit).  It does not wait for more digits so if I press 7 - 2 the 2 is immediatly sent to IAX2/chip where that system plays reorder.  This only happens with phones on a quicknet interface using the ixj driver and chan_phone.

These calls work fine when using a wildcard 4 port fxs card.  With the wildcard I can dial 73001 and with the above example the 3001 is sent off to IAX2/chip and his extension rings.
Comments:By: Mark Spencer (markster) 2004-11-16 22:35:54.000-0600

This is not a bug, it's just what the channel driver was written to do.  Therefore I'm adjusting this bug report appropriately to indicate it is a feature request.

By: Mark Spencer (markster) 2004-11-16 22:37:34.000-0600

Reminder sent to qtidev

This might be a good place to have a more *fun* entry into doing Asterisk development by modifying the switch to understand patterns (see chan_zap, chan_mgcp, etc).

By: rje (rje) 2004-11-17 00:25:11.000-0600

I may take a crack at this if its localized to chan_phone.  I'm going to check out chan_zap and take a few guesses.  Are there certain functions in chan_phone and chan_zap that are espeicially important to this?

By: twisted (twisted) 2004-12-01 01:14:20.000-0600

Either of you going to take a crack at this? or is this a request that needs to be moved to the wiki?

By: rje (rje) 2004-12-02 23:37:38.000-0600

Am cracking.

By: twisted (twisted) 2004-12-15 20:50:22.000-0600

How's that cracking going?  I haven't seen any activity since the 2nd...

--Housekeeping

By: irjustman (irjustman) 2004-12-17 16:13:40.000-0600

I'd like to help out with any manner of testing once any code is ready.

By: Mark Spencer (markster) 2004-12-28 17:14:05.000-0600

Any progress here?

By: Brian West (bkw918) 2004-12-29 20:22:41.000-0600

Please visit the bounty page on www.voip-info.org and find someone that is willing to code this.  Feature requests are no longer going to be on the bug tracker as we need to focus more on bugs.

Thanks,
Brian