Hi Iqbal,
Just a basic idea, you could try to store in an AVP the last missed call URI (via avp_db_store from avpops) and when 1472 is dial, just load it (via avp_db_load). Of course there are some race conditions if you allow multiple registrations.....
Best regards, Marian
Iqbal wrote:
Hi
Has anyone ever managed to play around with dialing a missed caller.
EG in the UK 1472 will replay the last caller
So if in SER we did something like this
if {prefix 1471} {route 7;}
route[7] { lookup in missed_calls, then make a call to it, if [xx] dialed }
Iqbal