[asterisk-users] hox to connecte two asterisk server

hind habaoui habaoui.hind at gmail.com
Fri Apr 6 11:01:11 MST 2007


hi lee.
I see your problem with trunk iax, probably i don't have the solution but i
don't knew if you can help me to solve mine.
i want to connecte two asterisk server: server A and server B. i want make
possible calls betwen all asterisk users.: users in server A with sip number
022100 can phone another sip user in server B with number 037100.
this is my config:
*************************************
iax.conf  for server A:
**************************************
register => serveur_rabat:rabat at 192.168.60.187

[serveur_casa]
type=peer
host=dynamic
username=serveur_casa
secret=casa
disallow=all
allow=ulaw
allow=gsm
;context=sip-calls

[serveur_casa]
type=user
host=dynamic
username=serveur_casa
secret=casa
disallow=all
allow=ulaw
allow=gsm

************************************************
   my extension.conf
**************************************************
[sip-calls]

exten=>_022[1-8]XX,1,macro(Bienvenu)
exten=>_022[1-8]XX,2,SetGlobalVar(BOITE=${CDR(src)})
exten=>_022[1-8]XX,3,Dial(SIP/sip-${EXTEN},${TP_MAX_APPEL})
exten=>_022[1-8]XX,4,macro(BoiteVocale,${BOITE})
exten=>_022[1-8]XX,5,hangUp()
;
;
;lecture des boites vocales
exten=>_[1-8]XX,1,macro(lecture_boite)
exten=>_[1-8]XX,2,PlaBack(vm-num-i-have)
exten=>_[1-8]XX,3,HangUp()
;
;
; on donne accès au service du standard
exten=>022999,1,Wait(5)
exten=>022999,2,Dial(${TEL1},,t)
exten=>022999,3,HangUp()
include=>parkedcalls
include=>iax-calls
[iax-calls]

exten=>_037XXX,1,macro(Bienvenu)
exten=>_037XXX,2,Dial(IAX2/serveur_rabat/${EXTEN},${TP_MAX_APPEL},r)
exten=>_037XXX,3,macro(BoiteVocale)



**********************************
file config for the second server looks like the server's A file.



thank you in advance

hind
GTR 2007
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070406/ad490413/attachment.htm


More information about the asterisk-users mailing list