[Asterisk-Users] Asterisk Registration as Client to OpenSER
Soner Tari
list at kulustur.org
Mon Sep 12 05:25:47 MST 2005
Ozan,
Put the following to sip_custom.conf:
[OpenSER]
type=peer
username=8333688231
secret=test
host=212.154.104.198
fromuser=8333688231 ;>>>> some of the following may not be necessary
fromdomain=212.154.104.198
nat=yes
dtmfmode=rfc2833
disallow=all
allow=g729 ;>>>> whichever codec you want
context=from-internal ;>>>> this is important, change it, so that
outside callers are directed to this context
Put the following to sip.conf under general:
register => 8333688231 at OpenSER
Put the following to somewhere in from-internal-custom in
extensions_custom.conf:
exten => _0.,1,Dial(SIP/333${EXTEN}@SER,60,T)
I did all of the above, and registered to YOUR server, and even called
05353490056, but your server gives out:
== Everyone is busy/congested at this time (1:0/0/1)
probably because there is not enough credit on this test account.
This same settings work on my systems.
Obviously you are using A at H.
Hope this helps,
Soner
----- Original Message -----
From: "Ozan Blotter" <cosmocid at ispro.net.tr>
To: <asterisk-users at lists.digium.com>
Sent: Monday, September 12, 2005 2:46 PM
Subject: [Asterisk-Users] Asterisk Registration as Client to OpenSER
Dear List,
http://pastebin.ca/22701 This is my problem.
Thanks,
Ozan
More information about the asterisk-users
mailing list