Displaying 2 results from an estimated 2 matches for "evavox".
Did you mean:
_vivox
2006 Nov 30
1
Cut function on semicolon separator
...as
a separator for parameters.
What I have tried so far:
[macro-eva-on-sip]
exten => s,1,NoOp(${CALLERID(name)})
exten => s,n,NoOp(${CALLERID(num)})
exten => s,n,Set(v=${CALLERID(num)})
exten => s,n,Set(sep=";")
exten => s,n,NoOp(${CUT(v,sep,1)})
exten => s,n,Dial(SIP/evavox/${MACRO_EXTEN})
exten => s,n,Hangup()
I'm convinced there's a very simple solution to this, but I don't see it.
Anybody?!
Grtz,
Koen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2006113...
2006 Nov 21
0
Nortel CS1000 Asterisk with SIP
...cro'
Nov 21 14:17:47 VERBOSE[991] logger.c: -- Executing Macro("SIP/1649-08f029f0", "eva-on-sip") in new stack
Nov 21 14:17:47 DEBUG[991] pbx.c: Launching 'Dial'
Nov 21 14:17:47 VERBOSE[991] logger.c: -- Executing Dial("SIP/1649-08f029f0", "SIP/evavox/1715") in new stack
Nov 21 14:17:47 DEBUG[991] chan_sip.c: Allocating new SIP dialog for (No Call-ID) - INVITE (With RTP)
Nov 21 14:17:47 DEBUG[991] chan_sip.c: Setting NAT on RTP to 0
Nov 21 14:17:47 DEBUG[991] channel.c: Not copying variable STACK-macro-eva-on-sip-s-1.
Nov 21 14:17:47 DEBUG[...