Ozan Blotter
2005-Sep-12 04:46 UTC
[Asterisk-Users] Asterisk Registration as Client to OpenSER
Dear List, http://pastebin.ca/22701 This is my problem. Thanks, Ozan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050912/3c22cd85/attachment.htm
what is the REGISTER messages are ser saying Iqbal Ozan Blotter wrote:> Dear List, > > http://pastebin.ca/22701 This is my problem. > > Thanks, > Ozan > >------------------------------------------------------------------------ > >_______________________________________________ >--Bandwidth and Colocation sponsored by Easynews.com -- > >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Soner Tari
2005-Sep-12 05:25 UTC
[Asterisk-Users] Asterisk Registration as Client to OpenSER
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@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@H.
Hope this helps,
Soner
----- Original Message -----
From: "Ozan Blotter" <cosmocid@ispro.net.tr>
To: <asterisk-users@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
Soner Tari
2005-Sep-12 05:38 UTC
[Asterisk-Users] Asterisk Registration as Client to OpenSER
Sorry, I meant:
exten => _0.,1,Dial(SIP/333${EXTEN}@OpenSER,60,T)
----- Original Message -----
From: "Soner Tari" <list@kulustur.org>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Sent: Monday, September 12, 2005 3:25 PM
Subject: Re: [Asterisk-Users] Asterisk Registration as Client to OpenSER
> 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@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@H.
>
> Hope this helps,
> Soner
>
> ----- Original Message -----
> From: "Ozan Blotter" <cosmocid@ispro.net.tr>
> To: <asterisk-users@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
>
> _______________________________________________
> --Bandwidth and Colocation sponsored by Easynews.com --
>
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users