Displaying 1 result from an estimated 1 matches for "mydundictx".
2007 Mar 14
0
${EXTEN} is limited to 17 characters under IAX ?
...ess looks like this:
IAX2/dundi-context:9Tb3JNDnAH6JiQd3ZMo9Fw==@192.118.54.134/f19dffb971b93746d73ec46d5f1d4b36c199f48c-g1
The problem is that on the local server, we try to read ${EXTEN} and
parse it (specifically - I want to get at the 'g1' at the end. for this
I use the CUT function):
[mydundictx]
exten => _[0-9a-fA-f_].,1,Set(lastpart=${CUT(EXTEN,,2)})
exten => _[0-9a-fA-f_].,2,Set(firstpart=${CUT(EXTEN,,1)})
and then we get this (in the console):
-- Accepting AUTHENTICATED call from 192.118.54.135: [...]
-- Executing [f19dffb971b93746d@mydundictx:2]
Set("IAX2/192.118.54....