[Asterisk-Users] Ring Multiple SIP client at the same time

Race Vanderdecken asterisk at vanderdecken.com
Thu Sep 30 11:41:05 MST 2004


Greetings,

	Try putting a 'invalid extension' handler in the dial plan
context

	exten => i,1,Wait(35)


	[example]
	exten => s,1,Dial(SIP/260&SIP/261&SIP/262&SIP/263|30)
	exten => s,2,Voicemail,u260
	exten => s,3,Hangup

	exten => i,1,Wait(35)


	[x]
	...

	it gives a place for the invalid dial attempt to go instead of
just falling through.
	The invalid extensions would be put to sleep while the others
ring through.

	Or at least that is the plan.

	Race Vanderdecken

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Marcello
Lupo
Sent: Thursday, September 30, 2004 11:10
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Ring Multiple SIP client at the same time

Hi,
i read the * support ringing multiple devices at the same time, i
inserted 
this line on my configuration on default context:

exten => s,1,Dial(SIP/260&SIP/261&SIP/262&SIP/263|30)
exten => s,2,Voicemail,u260
exten => s,3,Hangup

And i have both 4 clients in sip.conf .
The problem is that if i call it fall immediately in the Voicemail if
the 
client 260 is not registered .
Do you know if there is a way to avoid that and let the system do it
only if 
all of 4 clients are not reachable??
Thanks,
BYe,
Marcello

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list