View previous topic :: View next topic |
Author |
Message |
oej at edvina.net Guest
|
Posted: Thu Feb 14, 2008 4:35 am Post subject: [asterisk-users] multiple host in 1 context on sip.conf |
|
|
Hi Mark!
13 feb 2008 kl. 23.42 skrev Mark Quitoriano:
Quote: | Is it possilble for a single context to have multiple host=
something like this
| First "context" is something we use to describe a segment of the
dialplan. I would call this "section".
Quote: |
[carrier]
host=<ip address1>
host=<ip address2>
host=<ip address3>
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
|
No. You can only add one.
Normally I would add host=sip.mydomain.com and have multiple DNS
entries or use SRV records to do failover and such,
provided you use this for outbound calls.
Since you call this peer "carrier" I assume you want to handle inbound
calls. Today, you will have to define three different
peers, but remember that you can use templates.
[carrier](!)
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
[carrier-01](carrier)
host=<ip address1>
[carrier-02](carrier)
host=<ip address2>
[carrier-03](carrier)
host=<ip address3>
You will now have three peers named carrier-01-03 but no peer named
"carrier" in your sip driver when you run "sip show peers".
Regards,
/Olle
---
* Olle E. Johansson - oej at edvina.net
* Asterisk Training http://edvina.net/training/ |
|
Back to top |
|
|
fkasumovic at gmail.com Guest
|
Posted: Fri Feb 15, 2008 11:31 am Post subject: [asterisk-users] multiple host in 1 context on sip.conf |
|
|
Johansson Olle E wrote:
Quote: | Hi Mark!
13 feb 2008 kl. 23.42 skrev Mark Quitoriano:
Quote: | Is it possilble for a single context to have multiple host=
something like this
| First "context" is something we use to describe a segment of the
dialplan. I would call this "section".
Quote: | [carrier]
host=<ip address1>
host=<ip address2>
host=<ip address3>
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
|
No. You can only add one.
| Yes You can, check this ticket
http://bugs.digium.com/view.php?id=12005
|
|
Back to top |
|
|
markquitoriano at gmai... Guest
|
Posted: Fri Feb 15, 2008 2:25 pm Post subject: [asterisk-users] multiple host in 1 context on sip.conf |
|
|
Hi Olle,
On Thu, Feb 14, 2008 at 5:35 PM, Johansson Olle E <oej at edvina.net> wrote:
Quote: | Hi Mark!
13 feb 2008 kl. 23.42 skrev Mark Quitoriano:
Quote: | Is it possilble for a single context to have multiple host=
something like this
| First "context" is something we use to describe a segment of the
dialplan. I would call this "section".
Quote: |
[carrier]
host=<ip address1>
host=<ip address2>
host=<ip address3>
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
|
No. You can only add one.
Normally I would add host=sip.mydomain.com and have multiple DNS
entries or use SRV records to do failover and such,
provided you use this for outbound calls.
Since you call this peer "carrier" I assume you want to handle inbound
calls. Today, you will have to define three different
peers, but remember that you can use templates.
[carrier](!)
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
[carrier-01](carrier)
host=<ip address1>
[carrier-02](carrier)
host=<ip address2>
[carrier-03](carrier)
host=<ip address3>
You will now have three peers named carrier-01-03 but no peer named
"carrier" in your sip driver when you run "sip show peers".
|
This looks interesting. Is there more documentation how to do this? And btw
in dialplan can i call this just simply SIP/carrier and all the 3 ip will be
used?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080216/a429f7d3/attachment.htm |
|
Back to top |
|
|
fkasumovic at gmail.com Guest
|
Posted: Tue Feb 19, 2008 5:35 am Post subject: [asterisk-users] multiple host in 1 context on sip.conf |
|
|
Mark Quitoriano wrote:
Quote: |
On Sat, Feb 16, 2008 at 12:31 AM, Faruk Kasumovic
<fkasumovic at gmail.com <mailto:fkasumovic at gmail.com>> wrote:
Johansson Olle E wrote:
Quote: | Hi Mark!
13 feb 2008 kl. 23.42 skrev Mark Quitoriano:
Quote: | Is it possilble for a single context to have multiple host=
something like this
| First "context" is something we use to describe a segment of the
dialplan. I would call this "section".
Quote: | [carrier]
host=<ip address1>
host=<ip address2>
host=<ip address3>
type=peer
disallow=all
allow=g729
allow=ulaw
canreinvite=no
insecure=yes
qualify=yes
|
No. You can only add one.
| Yes You can, check this ticket
http://bugs.digium.com/view.php?id=12005
this is good if the ip addresses are on the same network. But what if
it has totally different networks?
| Read about it you will surprise
http://www.voip-info.org/wiki/index.php?page=Asterisk+sip+permit-deny-mask
|
|
Back to top |
|
|
|