On Wednesday 02 November 2005 19:29, Kevin Hanson wrote: > Morel Mosolff wrote: > >Hi, > > > >sorry - I know that problem is not directly related to asterisk but mabe > >someone can help anyway. > > > >After updating our polycom ip 500 sip phones from 2.6.1. to 2.6.2.0032 it > > is mostly not possible to dial numbers with leading zeros like 0018... If > > you do so you see on the diplay an number like that: 1800 an the cursor > > is on the first position. > >But if you dial the number (press the buttons) without lifting the handset > >everything is ok...strange > > > >Thank you for any help, > > > >morel > > Check out the digitmap in sip.cfg for the phone. This is the default: > > dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[ >2-9]xxxT" > > You'll notice there is no match for 00. You can either modify this to > include a pattern that starts with 00 or disable this completely by > setting: > > dialplan dialplan.impossibleMatchHandling="3"
perfect - I disabled this feature and all is fine (maybe I check the syntax of the pattern-description later). thank you very much. ciao, morel _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
