Henry L.Coleman wrote:
Linksys SPA 3000

As I understand it (and I could be wrong) the S0 at the end of the dial plan 
means
send the previous digits without wait for time-out.
But something like [xx.S0] will not work as intended because of the "." which 
means one or more digits

Here is my dial plan: 
(<#:*97>|[*23]xxS0|[469]xxxxxxxxxS0|1[2-9]xxxxxxxxxS0|011xx.)
Here's why:
<#:*97> Replaces diallling *97 (voicemail) with "#"
[*23]xxS0 Dials feature Codes and any extensions in the 200 and 300 range 
without waiting for timeout.
[469]xxxxxxxxxS0 Dials any local number without waiting for timeout.
1[2-9]xxxxxxxxxS0 Dails any Long Distance number without waiting for timeout
011xx. Dials any International number (12 or 13 digits)

RTP Packet Size: should be set to 0.020 for Asterisk


Thanks Henry; I changed RTP packet size.

I notice that the SPA3102 has a default dialplan remotely similar to yours in the "Line1" setup:

(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)

Where do I find docs to explain what this string means?

Why does the word "dialplan" refer to two things (1. the above strings) & (2. instructions to asterisk)?

I have a very simple outgoing plan:

[outgoing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,Playback(tt-weasels)
exten => _X.,n,Hangup

When I make a call from analog phone connected to SPA3102 I get a dial tone, then press a random extension; there is a delay of about 10-12 seconds before asterisk answers and "tt-weasels" plays.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to