I ended up having to use the darned macro passoff option because although the
original option was still in source code it no longer worked :P
so for example...
make a ghetto macro
[macro-callconfirm]
exten => s,1,Wait(0.2)
exten => s,n,Read(ACCEPT,press-1,1)
exten => s,n,GotoIf($[${ACCEPT} = 1 ] ?yes:no)
exten => s,n(no),Set(MACRO_RESULT="CONGESTION")
exten => s,n(yes),Noop("woo we set nothing")
and use it in the dialplan like so
exten => yadda,1,Dial(sometech/somtarget,someduration,rM(callconfirm))
________________________________
From: Nabeel Jafferali [mailto:[email protected]]
Sent: Tue 11/10/2009 10:50 AM
To: [email protected]
Subject: RE: [on-asterisk] multidial to cellphones
LOL, care to elaborate? Or do I have to pay an exorbitant consulting fee J
--
Nabeel Jafferali
X2 Networks Inc.
From: Philip Mullis [mailto:[email protected]]
Sent: November-10-09 10:49 AM
To: Nabeel Jafferali; [email protected]
Subject: RE: [on-asterisk] multidial to cellphones
yep
_____
From: Nabeel Jafferali [mailto:[email protected]]
Sent: Tue 11/10/2009 10:47 AM
To: [email protected]
Subject: RE: [on-asterisk] multidial to cellphones
Phil:
Did you ever figure out a way to do this in 1.6?
--
Nabeel Jafferali
X2 Networks Inc.
-----Original Message-----
From: Philip Mullis [mailto:[email protected]]
Sent: May-22-09 10:14 AM
To: [email protected]
Subject: [on-asterisk] multidial to cellphones
In asterisk 1.2 and 1.4 you could append 'c' to the Zap/XX option to
enable call confirmation (user had to hit pound to accept the call
before the channels where connected) this worked great as it would allow
asterisk to continue on in the dialplan if it hit a cell phones
voicemail or out of area message..
However in 1.6/Dahdi this seems to have changed its no longer an option
and the only option im seeing to try and replicate the old behavior is
the M option to the dial command to call a macro, however if using this
for multiple targets using something like chan local to call a group
will run the macro multiple times even if a call is accepted and the
macros still stay active on the other outbound legs?
Is there a cleaner way of doing this in 1.6?
Thanks
Phil.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]