Hi All I currently have an issue where by if a SIP client has 'dialled' into a node and another SIP client then dials in, the first call is terminated with a BYE. The logs, even with full debugging enabled, don't really reveal why this is occurring. Someone else in a Facebook group reported the same issue with an IAX client. Here's the context the SIP clients get dropped into: [sip-client] exten => ${NODE},1,Answer exten => ${NODE},n,Set(NODENUM=${CALLERID(number)}) exten => ${NODE},n,Set(CALLERID(num)=0) exten => ${NODE},n,Rpt,${NODE}|Pv|${CALLERID(name)} exten => ${NODE},n,Hangup exten => ${NODE},n(hangit),Answer exten => ${NODE},n(hangit),Wait(1) exten => ${NODE},n(hangit),Hangup Does anyone have any idea why this can only support a single connected client? Thanks Matthew 2E0SIP