Shaun Wingrin
asked on
Asterisk noop callers IP required
Say, Using this on hangup
http://www.voip-info.org/wiki/view/Asterisk+variables
Below is my output.
How do I get the callers IP?
Executing [h@OutboundWS:1] NoOp("SIP/41.x.x.x-03bfd75 0", "EXTEN : h") in new stack
[2011-10-08 23:55:15] VERBOSE[14670] logger.c: -- Executing [h@OutboundWS:2] NoOp("SIP/41.x.x.x-03bfd75 0", "SIPDOMAIN : 41.x.x.x") in new stack
[2011-10-08 23:55:15] VERBOSE[14670] logger.c: -- Executing [h@OutboundWS:3] NoOp("SIP/41.x.x.x-03bfd75 0", "SIPCALLID : b212484d2e3ca45d") in new stack
http://www.voip-info.org/wiki/view/Asterisk+variables
Below is my output.
How do I get the callers IP?
Executing [h@OutboundWS:1] NoOp("SIP/41.x.x.x-03bfd75
[2011-10-08 23:55:15] VERBOSE[14670] logger.c: -- Executing [h@OutboundWS:2] NoOp("SIP/41.x.x.x-03bfd75
[2011-10-08 23:55:15] VERBOSE[14670] logger.c: -- Executing [h@OutboundWS:3] NoOp("SIP/41.x.x.x-03bfd75
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Look fwd to testing it...tx
ASKER
Still to test
The example given on that page looks like it will do what you want.