Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Asterisk Incoming Call

I am tring to capture the inbound caller phone number

I've set up a .Net form using:
Private _manager As New Asterisk.NET.Manager.ManagerConnection

I can connect to the system and send commands (show queues 691...sip show channels)
If i execute during an inbound call I can see:
show ques show incoming call etc

show channels gives me this
192.168.3.137    1025        020bf6ad528  00102/00000  0x280004 (ulaw|  No       Init: INVITE

What do I need to do to see the incoming caller number?
ASKER CERTIFIED SOLUTION
Avatar of kode99
kode99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

I actually found the following commands
core show channels verbose
core show channels concise

However...there is a "pre-pend" that is not showing up with those two cammands.
The "que" is...but not the prepend

Thnx