Displaying 1 result from an estimated 1 matches for "npi42vod38".
2004 May 31
1
Failover: iconnecthere to voicepulse
...9;d like to use SIP/iconnecthere
most of the time, because they're cheap. But they only allow a single call.
When the single iconnecthere line is in use, I'd like to use IAX2/voicepulse
instead:
exten => _1NXXNXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect
exten => _1NXXNXXXXXX,2,Dial,IAX2/npI42VoD38@voicepulse/${EXTEN}
Well, it's not working because iconnecthere actually picks up the second call
and plays a message. So nothing ever gets to line 2 above. I got quite
excited when I saw the sip.conf option:
outgoinglimit=1
Which one might expect would prevent 2 concurrent calls on iconne...