It could be one of several things. The two things that come to
mind is Caller ID and a Wait() statement in your dialplan. Since the
Caller ID information is transmitted between the first and second ring,
Asterisk has to wait for it if Caller ID is enabled. Other than that, is
there a
Wait() line in your S extension?
Sean
-----Original Message-----
From: Paul Tyreman
[mailto:[EMAIL PROTECTED]
Sent: Sunday, April 18, 2004 2:31 PM
To:
[EMAIL PROTECTED]Subject:
RE: [Asterisk-Users] x100p config
Thanks for your help. I've got it working now.
Only one problem. When users from the public network call my
server, they hear three rings before the phones on my server start
ringing. Is that usual, or is it a setting that can be changed ?
Thanks, Paul.
-----Original Message-----
From:
[EMAIL PROTECTED][mailto:[EMAIL PROTECTED]
On Behalf Of Sean Cheesman Posted At: 18 April 2004 19:48 Posted To:
Asterisk-Users
Subject: RE: [Asterisk-Users] x100p config
Welcome to the wonderful world of Asterisk! In the future, you
might want to make sure that you post in plain text mode instead of HTML.
There are quite a few people here who are great assets that won't even read if
you post in HTML.
Your problem has to do with the contexts. In your zapata.conf file,
you will see reference to a context for your X100P. That is the context
into which calls on that card will be dumped. If you check your
extensions.conf, you should find a matching context that will have all of the
demo stuff in it. You can either change the demo context to meet your
needs, or change your zapata.conf to point to a more useful context that has
just what you want in it.
You might want to read over the info at
http://www.voip-info.org. There's a lot of
good reading there that will help you make the most of Asterisk.
Sean
-----Original Message-----
From: Paul Tyreman
[mailto:[EMAIL PROTECTED]
Sent: Sunday, April 18, 2004 1:31 PM
To:
[EMAIL PROTECTED]Subject:
[Asterisk-Users] x100p config
Hi,
I have just installed my first X100P card, and seams to be half
working.
You can call the public telephone number which the card is attached to
and hear some lady telling you about asterisk. If I dial the extention
number of the phone I want to call, it connects and it's all good.
However, I have put this line in my
extensions.conf:
[incoming]
exten =>
s,1,Dial(SIP/Phone1&SIP/Phone2,20,tr)
So it should ring phone one and phone two rather then give that that
girls voice ! Can anyone tell me what I'm doing wrong ?
Also, I have put this in the same extensions.conf file: [outgoing]
exten => _0X.,1,Dial,Zap/1/${EXTEN:1}
[sip]
include => outgoing
Yet I still cannot make outgoing calls, when I dial 0 and the number I
want to call on the public network.
Any help would be great as I'm starting to pull my hair out !