We have an application that sends a URL string to Asterisk and then Asterisk makes a call to a conferencing service. We are looking to upgrade the conference service. As a result we must change the automated input values in the variable string.
URL STRING 2 - The new URL string is as follows (new phone number & ttpat in bold) replay247.com/marocom/AddSem … &phoneNum=7124321000&ttpat=1020#*1&callID=188&custID=0277&time=02&preRollID=default
URL String 1 works within the application & if manually submitted.
URL String 2 bombs with the following error:
Seminar NOT started - errors detected:
Missing call identifier
Missing customer identifier
Missing time (in minutes)
Missing hold filename
I would very much appreciate any/all help in understainding why URL String 2 is bombing!!
If you have access to the server then you must have access to the apache logs on it, otherwise how can you have a snowballs change in hells chance in solving the problem.
definitely the # sign, as that actually means something in URL strings… server stops URL parameter processing after it gets a # as that signifies an anchor on the HTML page.