Bonjour à tous,
Je viens vous demander un peu d'aide car là je suis perdu.
En fait j'ai installé trixbox en local ( Emulation sous VMware ) depuis plusieurs jour maintenant et j'ai créé des comptes SIP : 201/202/202 utilisés par des softphones ( Wengophone, X-Lite, SJPhone ). Ca marche très bien.
Ensuite j'ai créé une interface click to call qui permet de renseigner le numéro du destinataire et le script php/agi nous appelle et nous met en relation tous les 2. Ca marche très bien aussi.
J'ai récupéré un compte VoIP chez Ippi.fr et je peux maintenant appeler à l'extérieur ( j'ai configuré le trunk et les routes sortantes seulement je ne gère pas les appels entrants, je m'en fiche pour l'instant ). Ca marche très bien depuis mes softphones.
Exemple sous WengoPhone : je tape 90298065421 ( par exemple ) sachant que le 9 du début signale qu'il faut appeler à l'extérieur du réseau.
Maintenant voici le code php/agi utilisé : ( version sommaire sans les variables $_SESSION, $_POST, juste le code initial qui marche très bien en local ).
*** USER Details :
bandwidth=low
canreinvite=no
context=from-trunk
fromuser=[IDENTIFIANT IPPI]
qualify=no
secret=[MOT DE PASSE IPPI]
type=user
username=[IDENTIFIANT IPPI]
*** Register String :
[IDENTIFIANT IPPI]:[MOT DE PASSE IPPI]@ippi.fr/[NUM TEL IPPI]
/code
Justement je me pose la question,
Etant passé par freepbx, j'ai eu l'avantage d'avoir accès à une interface graphique mais je ne sais pas toutes les modifications que j'ai vraiment apporté dans les fichiers de configuration.
Voici tout de même leur code :
Une partie de extensions.conf :
[code]
; Customizations to this dialplan should be made in extensions_custom.conf
; See extensions_custom.conf.sample for an example
#include extensions_custom.conf
[from-trunk] ; just an alias since VoIP shouldn't be called PSTN
include => from-pstn
[from-pstn]
include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations
include => ext-did-direct ; MODIFICATOIN (PL) put before ext-did to take precedence
include => ext-did
include => from-did-direct ; MODIFICATOIN (PL) for findmefollow if enabled, should be bofore ext-local
exten => fax,1,Goto(ext-fax,in_fax,1)
/code
[code]
; do not edit this file, this is an auto-generated file by freepbx
; all modifications must be done from the web gui
register=[******]:[******]@ippi.fr/0222060512]
J'ai essayé diverses combinaisons comme 'context'=>'from-trunk' ou 'context'=>'dialout' avec ensuite le numéro de téléphone renseigné dans $number2 ( sans le 9 pour appeler à l'extérieur ou avec ).
Je ne sais plus quoi faire.
J'ai été voir le dialplan et en analysant ce qu'il se passait,
lors de mon appel avec mon softphone qui marche nickel :
[code]
-- Executing Macro("SIP/201-09ed54d8", "dialout-trunk|2|0000000000||") in ne w stack
-- Executing Set("SIP/201-09ed54d8", "DIAL_TRUNK=2") in new stack
-- Executing Set("SIP/201-09ed54d8", "_NODEST=") in new stack
-- Executing Set("SIP/201-09ed54d8", "DIAL_NUMBER=0000000000") in new stack
-- Executing Set("SIP/201-09ed54d8", "ROUTE_PASSWD=") in new stack
-- Executing Set("SIP/201-09ed54d8", "DIAL_TRUNK_OPTIONS=tr") in new stack
-- Executing GotoIf("SIP/201-09ed54d8", "1?noauth") in new stack
-- Goto (macro-dialout-trunk,s,8)
-- Executing Set("SIP/201-09ed54d8", "GROUP()=OUT_2") in new stack
-- Executing Macro("SIP/201-09ed54d8", "user-callerid|SKIPTTL") in new stack
-- Executing NoOp("SIP/201-09ed54d8", "user-callerid: device 201") in new st ack
-- Executing GotoIf("SIP/201-09ed54d8", "0?report") in new stack
-- Executing GotoIf("SIP/201-09ed54d8", "0?start") in new stack
-- Executing Set("SIP/201-09ed54d8", "REALCALLERIDNUM=201") in new stack
-- Executing NoOp("SIP/201-09ed54d8", "REALCALLERIDNUM is 201") in new stack
-- Executing Set("SIP/201-09ed54d8", "AMPUSER=201") in new stack
-- Executing Set("SIP/201-09ed54d8", "AMPUSERCIDNAME=Mikado") in new stack
-- Executing GotoIf("SIP/201-09ed54d8", "0?report") in new stack
-- Executing Set("SIP/201-09ed54d8", "CALLERID(all)=Mikado <201>") in new st ack
-- Executing Set("SIP/201-09ed54d8", "REALCALLERIDNUM=201") in new stack
-- Executing NoOp("SIP/201-09ed54d8", "TTL: ARG1: SKIPTTL") in new stack
-- Executing GotoIf("SIP/201-09ed54d8", "1?continue") in new stack
-- Goto (macro-user-callerid,s,21)
-- Executing NoOp("SIP/201-09ed54d8", "Using CallerID "Mikado" <201>") in ne w stack
-- Executing Macro("SIP/201-09ed54d8", "record-enable|201|OUT") in new stack
-- Executing GotoIf("SIP/201-09ed54d8", "0?2:4") in new stack
-- Goto (macro-record-enable,s,4)
-- Executing DeadAGI("SIP/201-09ed54d8", "recordingcheck|20080423-133543|120 8972143.9") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck
/code
Maintenant j'ai mis comme context dans mon script "dialout-trunk" voici le code rendu :
[code]
> Channel SIP/201-09ed54d8 was answered.
== Starting SIP/201-09ed54d8 at dialout-trunk,XXXXXXXX,1 failed so falling back to exte n 's'
== Starting SIP/201-09ed54d8 at dialout-trunk,s,1 still failed so falling back to context 'default'
-- Executing Playback("SIP/201-09ed54d8", "vm-goodbye") in new stack
-- Playing 'vm-goodbye' (language 'en')
/code
Merci grandement d'avance, je ne sais plus quoi faire :-S
Bonjour
je dois developper une interface comparable à ippi et j'ai besoin d un soft qui fonctionne
je suis sur paris
Daniel
0660884456
fffutur@gmail.com
Je n'ai pas de réponse à votre question. Par contre je suis intéressé par votre remarque :
"Ensuite j'ai créé une interface click to call qui permet de renseigner le numéro du destinataire et le script php/agi nous appelle et nous met en relation tous les 2. Ca marche très bien aussi. "
J'ai installé x lite et j'ai une liste de numéro à appeler qui sont sur un fichier Excel. Est ce que vous savez comment je peux faire du click call depus excel ? ou alors importer mes contacts excels dans x-lite ?
Trouvez des réponses à vos questions sur les distributions, les commandes en ligne et la résolution de problèmes. Partagez vos connaissances et connectez-vous avec la communauté open source pour maîtriser ces systèmes d'exploitation.