[asterisk-users] Polycom Questions

Doug Lytle support at drdos.info
Tue Mar 6 03:42:06 MST 2007


»Steven Ringwald« wrote:
> Any Polycom gurus out there? If so, I have a few config file questions.
>
> First off, does anyone have the daylight savings time rules written 
> for this Sunday's big change?
>
> Secondly, if there any way in the config file to tell the phone not to 
> display the number of missed calls? I don't mind it keeping the missed 
> calls list, I just don't want that running count.
>
> Lastly, I am trying to get the dialplan to work, but have had no luck 
> so far. I have tried defining it in the sip.cfg and/or the phone1.cfg, 
> but have had no luck getting the phone to latch onto the numbers, and 
> immediately dial. I am running with the 2.0.1 firmware, if that matters.
>
> from sip.cfg:
>
>   <dialplan dialplan.impossibleMatchHandling="0" 
> dialplan.removeEndOfDial="1">
>      <digitmap 
> dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" 
> dialplan.digitmap.timeOut="3"/>

You're missing your pipes, also using a comma after a 9 will give a 
simulated second dial tone.

    digitmap="9[2-9]xx|[2-9]xxxxxx|9,1[2-9]xx|[2-9]xxxxxx"

The running count can be disabled by looking in the sip.cfg for:

feature.8.enabled="1"

Change it to a 0.

Doug


-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."




More information about the asterisk-users mailing list