Freepbx ovh : Différence entre versions
De SME Server Wiki
Ligne 45 : | Ligne 45 : | ||
dtmfmode=inband | dtmfmode=inband | ||
restrictcid=no | restrictcid=no | ||
− | amaflags=default | + | amaflags=default |
− | fromuser=0033XXXXXXXXX | + | fromuser=0033XXXXXXXXX |
Register string | Register string | ||
− | 0033XXXXXXXXXX: password@sip.ovh.net | + | 0033XXXXXXXXXX: password@sip.ovh.net |
Version du 15 mars 2011 à 22:36
ma configuration actuelle
PEERS DETAILS
host=sip.ovh.net username=00334xxxxxxx secret=xxxxx type=peer qualify=300 insecure=very canreinvite=no fromuser=00334xxxxxxx
USER Context
USER Details
Register string
00334xxxxxxx:xxxxx@sip.ovh.net/00334xxxxxxx
une configuration semblant au point
Source http://forum.ovh.com/showthread.php?t=59752&page=2
Ajout dans le fichier de la syntaxe suivante dans etc/asterisk/extensions_custom.conf:
[custom-get-did-ovh] exten => s,1,Goto(from-trunk,${CUT(CUT(SIP_HEADER(To),@,1),:,2)},1)
Puis voici mon trunk dans lequel je laisse le champ USER Details vide.
PEERS DETAILS
type=peer host=sip.ovh.net context=custom-get-did-ovh language=fr insecure=very username=0033XXXXXXXX secret=password disallow=all allow=alaw&ulaw nat=yes canreinvite=no dtmfmode=inband restrictcid=no amaflags=default fromuser=0033XXXXXXXXX
Register string
0033XXXXXXXXXX: password@sip.ovh.net