They are both called dialplans because they are talking about the same concept (matching numbers and doing something with them) in two different devices.
You might find the manual for the SPA3102 if you sign up for a Cisco account and then search their site. The probable reason for the 10 second delay is that you likely do not have a dialplan in the SPA3102 that matches the number you are dialing, and so it waits for it's maximum timeout before sending all the digits you've dialed up to that point. >From your spa dialplan: 1. *xx 2. [3469]11 3. 0 4. 00 5. [2-9]xxxxxx 6. 1xxx[2-9]xxxxxxS0 7. xxxxxxxxxxxx. If you were to dial 3 - 6 digits, none of the above patterns will match, so it will wait until it times out. (x = 0 .. 9, [2-9] = 2 .. 9, "." = any number of digits, "|" = or) If you were to add 'xxx' into the mix, then you could dial 3 digit extensions faster, but it would shorten the timeout of your 3+ digit dialing so that if you paused for a moment dialing '416', it would think you were done when you were planning on adding 5551212. I think that you can also press '#" to send immediately on the SPA3102. 2009/8/20 Frank Bax <[email protected]>: > 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] > > -- | It ain't what you don't know that gets you into trouble. It's what | you know for sure that just ain't so. -- Mark Twain | | Network: http://www.linkedin.com/in/spditner | http://facebook.com/people/Simon-P-Ditner/776370031 | http://twitter.com/spditner --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
