je peux comprendre qu'utilise des noms similaires pour des protocoles différents peut être pertubant. Mais je crée souvent les comptes en paralélles pour un même utlisateurs.
Code:
exten => 103,1,Ringing()
exten => 103,n,Dial(SIP/sabi)
;exten => 103,n,hangup()
voici le même appels avec un autre compte :
Code:
-- Accepting AUTHENTICATED call from 197.15.217.90:
> requested format = gsm,
> requested prefs = (),
> actual format = gsm,
> host prefs = (ulaw|alaw|gsm),
> priority = mine
-- Executing [103@direction:1] Ringing("IAX2/david-2918", "") in new stack
-- Executing [103@direction:2] Dial("IAX2/david-2918", "SIP/sabi") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/sabi
-- Got SIP response 503 "Service Unavailable" back from 41.225.81.8:5061 <--- l'adresse et le port correspond bien au spa 112.
-- SIP/sabi-000000dc is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'IAX2/david-2918' status is 'CONGESTION'