VERSION: 2.4-364a | Asterisk 1.4.44 | Single Server | No Extra Software After Installation | CentOS release 5.5 | 1 port PRI
I have in group and its working fine. I have below query :
I want to have PRI number on which we get the incoming call. For that I have below sample url which I put in ingroup =>Web Form. I can get the customer's phone number but not able to get the PRI number on which the call comes. I tried below variables but failed. How can I get PRI number in URL.
192.168.1.1/new_call.php?caller=--A--phone_number--B--&ReceivedPRI=--A--dialed_number--B--
OR
192.168.1.1/new_call.php?caller=--A--phone_number--B--&ReceivedPRI=--A--did_extension--B--
OR
192.168.1.1/new_call.php?caller=--A--phone_number--B--&ReceivedPRI=--A--did_pattern--B--
Thanks